Get Intraday Price Bars
get_intraday_barsRetrieve intraday OHLCV bars at 1 to 60-minute resolutions for ticker symbols. Analyze price action, volume patterns, and perform short-term technical analysis with open, high, low, close, and volume data.
Instructions
Get intraday OHLCV candles at 1, 5, 15, 30, or 60-minute resolution. Use for intraday price action analysis, volume patterns, and short-term technical analysis. Returns open, high, low, close, and volume for each bar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | End time as UNIX timestamp | |
| from | Yes | Start time as UNIX timestamp | |
| ticker | Yes | Stock ticker symbol (e.g., "AAPL", "TSLA") | |
| resolution | Yes | Bar resolution in minutes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No |