macroResearch
Access research reports and expert analysis on economic data, policy changes, and macroeconomic events from financial institutions to inform investment decisions.
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"
}