stock_indicators_a
Retrieve key financial indicators for Chinese A-share market stocks (Shanghai, Shenzhen) to analyze company performance and make informed investment decisions.
Instructions
获取中国A股市场(上证、深证)的股票财务报告关键指标
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 股票代码 |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"description": "股票代码",
"type": "string"
}
},
"required": [
"symbol"
],
"type": "object"
}