Alpha Vantage · Schema
ExchangeRate
Real-time currency exchange rate between two currencies
FintechMarket DataStocksFXCryptoCommoditiesEconomic IndicatorsTechnical IndicatorsFundamentalsNewsSentimentFree
Properties
| Name | Type | Description |
|---|---|---|
| fromCurrencyCode | string | Source currency ISO code |
| fromCurrencyName | string | Source currency full name |
| toCurrencyCode | string | Destination currency ISO code |
| toCurrencyName | string | Destination currency full name |
| exchangeRate | string | Current exchange rate |
| lastRefreshed | string | Timestamp of last data refresh |
| timeZone | string | Time zone of the refresh timestamp |
| bidPrice | string | Current bid price |
| askPrice | string | Current ask price |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://www.alphavantage.co/schemas/alpha-vantage-exchange_rate-schema.json",
"title": "ExchangeRate",
"type": "object",
"description": "Real-time currency exchange rate between two currencies",
"properties": {
"fromCurrencyCode": {
"type": "string",
"description": "Source currency ISO code"
},
"fromCurrencyName": {
"type": "string",
"description": "Source currency full name"
},
"toCurrencyCode": {
"type": "string",
"description": "Destination currency ISO code"
},
"toCurrencyName": {
"type": "string",
"description": "Destination currency full name"
},
"exchangeRate": {
"type": "string",
"description": "Current exchange rate"
},
"lastRefreshed": {
"type": "string",
"description": "Timestamp of last data refresh"
},
"timeZone": {
"type": "string",
"description": "Time zone of the refresh timestamp"
},
"bidPrice": {
"type": "string",
"description": "Current bid price"
},
"askPrice": {
"type": "string",
"description": "Current ask price"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/alpha-vantage-exchange_rate"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.