Candlesticks
candlesticksRetrieve OHLCV candlestick data for US and HK securities. Specify symbol, period, count, forward adjustment, and trade sessions.
Instructions
Get candlestick data (OHLCV). period: 1m/5m/15m/30m/60m/day/week/month/year. trade_sessions: intraday/all
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 | |
| count | Yes | Number of candlesticks (max 1000) | |
| forward_adjust | Yes | Whether to forward-adjust for splits/dividends | |
| trade_sessions | Yes | Trade sessions: "intraday" (regular hours only) or "all" (include pre-market and post-market) |