sectortLatestPrice
Get real-time price, change percentage, and trading volume data for specific stock sectors or industry concepts to track market performance.
Instructions
板块最近行情:获取概念或行业板块最新实时价格、涨跌幅、交易量数据
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date | No | 指定日期,默认当天 | |
query | Yes | 概念或行业板块名称 |
Input Schema (JSON Schema)
{
"properties": {
"date": {
"description": "指定日期,默认当天",
"type": "string"
},
"query": {
"description": "概念或行业板块名称",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}