获取股票历史价格
stock_pricesRetrieve historical stock prices and technical indicators for Shanghai, Shenzhen, Hong Kong, and US markets using symbol, market, period, and limit parameters.
Instructions
根据股票代码和市场获取股票历史价格及技术指标, 不支持加密货币
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 返回数量(int) | |
| market | No | 股票市场,仅支持: sh(上证), sz(深证), hk(港股), us(美股), 不支持加密货币 | sh |
| period | No | 周期,如: daily(日线), weekly(周线,不支持美股) | daily |
| symbol | Yes | 股票代码 |