stock_zh_a_hist
Retrieve historical A-share stock data with adjustable period, date range, and forward/reverse adjustment options for financial analysis.
Instructions
获取A股历史行情数据
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adjust | No | 复权类型:qfq(前复权), hfq(后复权), ""(不复权) | |
| period | No | 周期:daily(日线), weekly(周线), monthly(月线) | daily |
| symbol | Yes | 股票代码,例如:600246 | |
| end_date | No | 结束日期,格式:20241231 | |
| start_date | No | 开始日期,格式:20240101 |