Historical Candlesticks by Date
history_candlesticks_by_dateRetrieve historical candlestick data for a security over a specified date range and period. Supports forward adjustment and trade session filtering.
Instructions
Get historical candlestick data by date range. period: 1m/5m/15m/30m/60m/day/week/month/year
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Security symbol, e.g. "700.HK" | |
| period | Yes | Period: 1m, 5m, 15m, 30m, 60m, day, week, month, year | |
| forward_adjust | Yes | Whether to forward-adjust for splits/dividends | |
| start | No | Start date (yyyy-mm-dd), optional | |
| end | No | End date (yyyy-mm-dd), optional | |
| trade_sessions | Yes | Trade sessions: "intraday" (regular hours only) or "all" (include pre-market and post-market) |