get_hk_history_kline
Fetch historical candlestick charts for Hong Kong stocks, supporting daily, weekly, or monthly intervals with optional price adjustment to suit backtesting and technical analysis.
Instructions
获取港股历史 K 线数据(日/周/月)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adjust | No | 复权类型: 空=不复权, qfq=前复权(默认), hfq=后复权 | |
| period | No | K 线周期: daily=日线(默认), weekly=周线, monthly=月线 | |
| symbol | Yes | 港股代码,如 "00700"、"09988" | |
| endDate | No | 结束日期,格式 YYYYMMDD | |
| startDate | No | 开始日期,格式 YYYYMMDD |