fetch_historical_data
Retrieve historical OHLCV candle data for any symbol with configurable timeframe, date range, and maximum rows. Supports minute, hour, and day intervals.
Instructions
Historical OHLCV candles. timeframe: ONE_MINUTE|FIVE_MINUTE|FIFTEEN_MINUTE| THIRTY_MINUTE|ONE_HOUR|ONE_DAY. Dates ISO format (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| timeframe | No | ONE_DAY | |
| start_date | No | ||
| end_date | No | ||
| max_rows | No |