Alpha Vantage · Example Payload

Alpha Vantage Time_Series_Data Example

FintechMarket DataStocksFXCryptoCommoditiesEconomic IndicatorsTechnical IndicatorsFundamentalsNewsSentimentFree

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

Top-level fields

openhighlowclosevolume

Example Payload

Raw ↑
{
  "open": "195.50",
  "high": "197.30",
  "low": "194.80",
  "close": "196.75",
  "volume": "3500000"
}