Fetch intraday time series stock data for a given symbol at a specified interval. Returns current and 20+ years of historical intraday OHLCV time series of the equity specified, covering pre-market and post-market hours where applicable.
- Provider
- Alpha Vantage (Market Data)
- Input summary
- {"name":"symbol","type":"string","required":true,"description":"The stock symbol (e.g., 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":"outputsize","type":"string","required":false,"description":"The size of the output. 'compact' returns the latest 100 data points; 'full' returns the full-length time series or trailing 30 days if no month is specified.","enum":[..., {"name":"datatype","type":"string","required":false,"description":"The data format of the output.","enum":["csv","json"]}, {"name":"month","type":"string","required":false,"description":"Specifies a month in YYYY-MM format to retrieve intraday data for that month only."}, {"name":"adjusted","type":"boolean","required":false,"description":"By default, adjusted=true and the output time series is adjusted by historical split and dividend events."}, {"name":"extended_hours","type":"boolean","required":false,"description":"By default, extended_hours=true and the output includes both regular and extended trading hours."}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available