批量获取实时行情
stock_batch_realtimeFetch real-time A-share stock prices for multiple symbols with automatic failover across data sources for reliable market data.
Instructions
批量获取多只A股实时行情数据。支持多数据源自动故障转移。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | 股票代码列表,用逗号分隔,如: 600519,000858,601318 | |
| limit | No | 返回数量(int) |