get_intraday_candles
Retrieve intraday OHLC price candles for a symbol, grouped by minute intervals over a set period. Ideal for generating charts or analyzing short-term price movements.
Instructions
Get intraday OHLC candles bucketed by period_minutes over the last N days. Needs the real-time quote entitlement (code 1032 without it).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| symbol | Yes | ||
| period_minutes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||