sectorPriceChangeRank
Identify top-performing and underperforming sectors by analyzing price change rankings across concept and industry categories within specified date ranges.
Instructions
板块涨跌幅榜单:查询日期区间内涨跌幅最大的板块榜单,并提供相关消息
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endDate | No | 结束时间 | |
priceDirection | No | 涨跌幅方向,枚举值:raise涨幅榜,fall跌幅榜。 | |
sectorCount | No | 榜单输出板块数量 | |
sectorType | No | 榜单类型,枚举值:concept代表概念板块,industry代表行业板块,all代表全部concept+industry | |
startDate | No | 开始时间 |
Input Schema (JSON Schema)
{
"properties": {
"endDate": {
"description": "结束时间",
"type": "string"
},
"priceDirection": {
"description": "涨跌幅方向,枚举值:raise涨幅榜,fall跌幅榜。",
"type": "string"
},
"sectorCount": {
"description": "榜单输出板块数量",
"type": "string"
},
"sectorType": {
"description": "榜单类型,枚举值:concept代表概念板块,industry代表行业板块,all代表全部concept+industry",
"type": "string"
},
"startDate": {
"description": "开始时间",
"type": "string"
}
},
"type": "object"
}