Returns current and 20+ years of historical intraday OHLCV time series of the equity specified, covering pre-market and post-market hours where applicable. 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":"boolean","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."}, {"name":"extended_hours","type":"boolean","required":false,"description":"By default, extended_hours=true and the output time series will include both the regular trading hours and the extended trading hours. Set extended_hours=false to ..., {"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; full returns trailing 30 days of the most recent..., {"name":"datatype","type":"string","required":false,"description":"By default, datatype=json. Strings json and csv are accepted.","enum":["json","csv"]}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available