跳轉到內容

機構評級分佈時間線

獲取按月統計的機構評級(買入/持有/賣出)分佈時間線,最新月份在前。

Parameters

SDK 方法參數。

NameTypeRequiredDescription
symbolstring證券代碼,例如 AAPL.US

Request Example

Response

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "elist": [
      {
        "date": 1746057600,
        "buy": "18",
        "over": "5",
        "hold": "17",
        "under": "3",
        "sell": "4",
        "total": "51"
      },
      {
        "date": 1743379200,
        "buy": "17",
        "over": "6",
        "hold": "18",
        "under": "3",
        "sell": "5",
        "total": "53"
      }
    ]
  }
}

Response Status

StatusDescriptionSchema
200成功InstitutionRatingViewsResponse
400請求錯誤None

Schemas

InstitutionRatingViewsResponse

NameTypeRequiredDescription
elistobject[]月度評級分佈列表,最新月份在前
∟ dateintegerUnix 時間戳(秒)
∟ buystring買入評級數量
∟ overstring跑贏市場評級數量
∟ holdstring持有評級數量
∟ understring跑輸市場評級數量
∟ sellstring賣出評級數量
∟ totalstring機構總數