industryResearch
Access brokerage research reports on specific industries and market sectors to analyze market trends and investment opportunities using comprehensive financial data analysis.
Instructions
行业研究观点:获取各券商对于行业的研究观点
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endDate | No | 结束时间,不填则默认为今天 | |
maxCnt | No | 最大返回条数,默认3条 | |
query | Yes | 行业名称、概念板块名称、题材名称 | |
startDate | No | 开始时间,不填则默认为今天 |
Input Schema (JSON Schema)
{
"properties": {
"endDate": {
"description": "结束时间,不填则默认为今天",
"type": "string"
},
"maxCnt": {
"description": "最大返回条数,默认3条",
"type": "string"
},
"query": {
"description": "行业名称、概念板块名称、题材名称",
"type": "string"
},
"startDate": {
"description": "开始时间,不填则默认为今天",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}