aShareMarketEvents
Track and analyze A-share market events including macroeconomic trends, industry developments, and company announcements to identify investment opportunities in Chinese stock markets.
Instructions
A股市场大事:获取A股市场相关宏观、产业、行业、上市公司(股票)重要事件,并解读其中机会。
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endDate | No | 结束时间,不填则默认为今天 | |
maxCnt | No | 最大返回条数,默认5条 | |
query | No | 股票/行业/板块/事件名称、别称 | |
startDate | No | 开始时间,不填则默认为今天 |
Input Schema (JSON Schema)
{
"properties": {
"endDate": {
"description": "结束时间,不填则默认为今天",
"type": "string"
},
"maxCnt": {
"description": "最大返回条数,默认5条",
"type": "string"
},
"query": {
"description": "股票/行业/板块/事件名称、别称",
"type": "string"
},
"startDate": {
"description": "开始时间,不填则默认为今天",
"type": "string"
}
},
"type": "object"
}