gangtise_day_kline_us
Retrieve historical daily K-line data for US stocks listed on NYSE, NASDAQ, or AMEX. Specify securities, date range, and fields; use 'all' to fetch the entire market.
Instructions
查询美股历史日 K 线数据(NYSE/NASDAQ/AMEX,代码格式如 AAPL.O/.N/.A;仅历史,盘中实时请用 gangtise_realtime)。security='all' 配合 startDate/endDate 可拉取全市场(自动按 1 天/片分片)。
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'] |