researchRatingStats
Analyze research report ratings for stocks or industries to track analyst sentiment and investment recommendations over specified time periods.
Instructions
研报评级统计:个股(上市公司)或行业的评级统计
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endDate | No | 结束时间,不填则默认为今天 | |
query | Yes | 股票代码、股票名称、股票别名、行业名称 | |
startDate | No | 开始时间,不填则默认为今天 |
Input Schema (JSON Schema)
{
"properties": {
"endDate": {
"description": "结束时间,不填则默认为今天",
"type": "string"
},
"query": {
"description": "股票代码、股票名称、股票别名、行业名称",
"type": "string"
},
"startDate": {
"description": "开始时间,不填则默认为今天",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}