This API returns current and 20+ years of historical intraday OHLCV time series of the equity specified, covering pre-market and post-market hours where applicable (e.g., 4:00am to 8:00pm Eastern Time for the US market). You can query both raw (as-traded) and split/dividend-adjusted intraday data from this endpoint. The OHLCV data is sometimes called "candles" in finance literature.
- Provider
- Alpha Vantage (Market Data)
- Input summary
- {"name":"function","type":"string","required":true,"description":"The time series of your choice. In this case, function=TIME_SERIES_INTRADAY","enum":["TIME_SERIES_INTRADAY"]}, {"name":"symbol","type":"string","required":true,"description":"The name of the equity of your choice. For example: symbol=IBM"}, {"name":"interval","type":"string","required":true,"description":"Time interval between two consecutive data points in the time series.","enum":["1min","5min","15min","30min","60min"]}, {"name":"adjusted","type":"string","required":false,"description":"By default, adjusted=true and the output time series is adjusted by historical split and dividend events. Set adjusted=false to query raw (as-traded) intraday values.","e..., {"name":"extended_hours","type":"string","required":false,"description":"By default, extended_hours=true and the output time series will include both the regular trading hours and the extended (pre-market and post-market) trading hours (..., {"name":"month","type":"string","required":false,"description":"By default, this parameter is not set and the API will return intraday data for the most recent days of trading. You can use the month parameter (in YYYY-MM format) to query..., {"name":"outputsize","type":"string","required":false,"description":"By default, outputsize=compact. Strings compact and full are accepted: compact returns only the latest 100 data points in the intraday time series; full returns trailin..., {"name":"datatype","type":"string","required":false,"description":"By default, datatype=json. Strings json and csv are accepted: json returns the intraday time series in JSON format; csv returns the time series as a CSV (comma separated ...
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available