情绪雷达

综合指标显示市场是恐慌、中性还是贪婪

说明:套餐用户请把 apiKey 替换为 apiToken 调用接口。

接口地址: api.cxdy.vip/api/qsld

返回格式: JSON

请求方式: GET

请求示例: https://api.cxdy.vip/api/qsld?apiKey=你的apiKey

请求参数说明:

名称 必填 类型 说明
apiKey string 密钥, 购买即可获取.套餐用户请用 apiToken 调用接口

返回参数说明:

名称 类型 说明

返回示例:

{
  "code": 200,
  "msg": "success",
  "timestamp": "2026-07-17 18:14:57",
  "data": {
    "trade_date": "20260717",
    "sentiment_score": 22.5,
    "sentiment_label": "恐惧",
    "radar": {
      "indicator": [
        {
          "name": "指数",
          "max": 100
        },
        {
          "name": "主线",
          "max": 100
        },
        {
          "name": "抗跌",
          "max": 100
        },
        {
          "name": "量能",
          "max": 100
        },
        {
          "name": "投机",
          "max": 100
        }
      ],
      "value": [0, 10.3, 10, 75.2, 16.8]
    },
    "details": {
      "index": {
        "score": 0,
        "pct_change": -3.6
      },
      "main": {
        "score": 10.3,
        "above_ma20_ratio": 26.2
      },
      "anti": {
        "score": 10,
        "above_ma60_ratio": 23.6,
        "new_low_ratio": 36.7
      },
      "volume": {
        "score": 75.2,
        "amount": 9208.22
      },
      "speculative": {
        "score": 16.8,
        "limit_up_ratio": 0.56,
        "up_down_ratio": 0.11
      }
    }
  }
}

错误码格式说明:

名称 类型 说明

代码示例:


                                

请求参数设置:

参数名称 参数值
{
  "code": 200,
  "msg": "success",
  "timestamp": "2026-07-17 18:14:57",
  "data": {
    "trade_date": "20260717",
    "sentiment_score": 22.5,
    "sentiment_label": "恐惧",
    "radar": {
      "indicator": [
        {
          "name": "指数",
          "max": 100
        },
        {
          "name": "主线",
          "max": 100
        },
        {
          "name": "抗跌",
          "max": 100
        },
        {
          "name": "量能",
          "max": 100
        },
        {
          "name": "投机",
          "max": 100
        }
      ],
      "value": [0, 10.3, 10, 75.2, 16.8]
    },
    "details": {
      "index": {
        "score": 0,
        "pct_change": -3.6
      },
      "main": {
        "score": 10.3,
        "above_ma20_ratio": 26.2
      },
      "anti": {
        "score": 10,
        "above_ma60_ratio": 23.6,
        "new_low_ratio": 36.7
      },
      "volume": {
        "score": 75.2,
        "amount": 9208.22
      },
      "speculative": {
        "score": 16.8,
        "limit_up_ratio": 0.56,
        "up_down_ratio": 0.11
      }
    }
  }
}