跳转到内容

机构评级分布时间线

获取按月统计的机构评级(买入/持有/卖出)分布时间线,最新月份在前。

CLI
longbridge institution-rating AAPL.US --views
longbridge institution-rating TSLA.US --views

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机构总数