获取股票历史价格
stock_pricesRetrieve historical stock prices and technical indicators for A-shares, Hong Kong, and US stocks. Supports daily and weekly periods with automatic data source failover. Specify symbol and market; crypto not supported.
Instructions
根据股票代码和市场获取股票历史价格及技术指标, 不支持加密货币。支持多数据源自动故障转移。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 股票代码(纯数字或字母组合,如600519、AAPL、HK00700) | |
| market | No | 股票市场,仅支持: sh(上证), sz(深证), hk(港股), us(美股), 不支持加密货币 | sh |
| period | No | 周期,如: daily(日线), weekly(周线,不支持美股) | daily |
| limit | No | 返回数量(int) |