get_candle_data_range
Retrieve OHLC candle data for any symbol over a specified date range, with adjustable period intervals from minutes to days. Ideal for historical price analysis and backtesting.
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 | |||