Alpha Vantage · Example Payload

Alpha Vantage Exchange_Rate Example

FintechMarket DataStocksFXCryptoCommoditiesEconomic IndicatorsTechnical IndicatorsFundamentalsNewsSentimentFree

Alpha Vantage Exchange_Rate Example is an example object payload from Alpha Vantage, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

fromCurrencyCodefromCurrencyNametoCurrencyCodetoCurrencyNameexchangeRatelastRefreshedtimeZonebidPriceaskPrice

Example Payload

Raw ↑
{
  "fromCurrencyCode": "USD",
  "fromCurrencyName": "United States Dollar",
  "toCurrencyCode": "JPY",
  "toCurrencyName": "Japanese Yen",
  "exchangeRate": "154.850000",
  "lastRefreshed": "2026-04-19 10:00:00",
  "timeZone": "UTC",
  "bidPrice": "154.845000",
  "askPrice": "154.855000"
}