gangtise_day_kline
Retrieve historical daily K-line data for A-share stocks from Shanghai, Shenzhen, and Beijing markets. Supports querying specific stocks or the entire market with customizable date range and fields.
Instructions
查询 A 股历史日 K 线数据(沪深北市场,仅历史;盘中实时请用 gangtise_realtime)。security='all' 配合 startDate/endDate 可拉取全市场行情(自动分片)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| security | No | 证券代码,如 '600519.SH' 或 ['600519.SH','000858.SZ'];传 'all' 拉取全市场 | |
| startDate | No | YYYY-MM-DD。当前日期 2026-05-27,当前年份 2026 | |
| endDate | No | YYYY-MM-DD。当前日期 2026-05-27,当前年份 2026 | |
| limit | No | 最大返回行数(默认 6000,最大 10000) | |
| field | No | 指定返回字段,如 ['open','close','pctChange'] |