获取美股/港股历史价格
stock_prices_globalRetrieve historical stock prices and technical indicators for US and Hong Kong markets. Automatic failover across data sources ensures consistent data access.
Instructions
获取美股或港股的历史价格数据及技术指标。支持多数据源自动故障转移。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 股票代码(纯数字或字母组合,如600519、AAPL、HK00700) | |
| market | No | 市场: us(美股), hk(港股) | us |
| period | No | 周期: daily(日线), weekly(周线) | daily |
| limit | No | 返回数量(int) |