get_history_kline
Retrieve historical K-line data for A-shares with daily, weekly, or monthly periods. Get open, high, low, close, volume, and percentage change for specific date ranges and adjustment types.
Instructions
获取 A 股历史 K 线数据(日/周/月),包含开高低收、成交量、涨跌幅等
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adjust | No | 复权类型: 空=不复权, qfq=前复权(默认), hfq=后复权 | |
| period | No | K 线周期: daily=日线(默认), weekly=周线, monthly=月线 | |
| symbol | Yes | 股票代码,如 "600519" 或 "sh600519" | |
| endDate | No | 结束日期,格式 YYYYMMDD,如 "20241231" | |
| startDate | No | 开始日期,格式 YYYYMMDD,如 "20240101" |