aShareTemperature
Measure current A-share market temperature index to assess market sentiment and conditions for investment analysis and decision making.
Instructions
A股市场温度计:A股当下市场的温度指数
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date | No | 指定日期,默认当天 |
Input Schema (JSON Schema)
{
"properties": {
"date": {
"description": "指定日期,默认当天",
"type": "string"
}
},
"type": "object"
}