gangtise_index_day_kline
Query daily index K-line data for Shanghai, Shenzhen, and Beijing stock indices. Filter by security code, date range, and return fields for market analysis.
Instructions
查询指数日 K 线数据(沪深北指数)。
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'] |