aShareFearGreedIndex
Measure A-share market sentiment by calculating the fear and greed index to assess investor psychology and potential market trends for informed trading decisions.
Instructions
A股恐贪指数:A股市场短期恐贪情绪指数
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date | No | 指定日期,默认当天 |
Input Schema (JSON Schema)
{
"properties": {
"date": {
"description": "指定日期,默认当天",
"type": "string"
}
},
"type": "object"
}