get_candle_data_range
Retrieve OHLC candle data for a symbol over a custom date range, with intervals from 1 minute to 1 day. Specify start and end dates to analyze historical price movements.
Instructions
Get OHLC candles within an explicit range. Dates as YYYYMMDDHHMMSS (e.g. 20260810093000); period_seconds sets the bucket (60=1min, 300=5min, 3600=1hr, 86400=1day). Needs the real-time quote entitlement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| end_date | Yes | ||
| start_date | Yes | ||
| period_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||