Skip to Content

Institutional Rating Views Timeline

Get the monthly institutional rating (buy/hold/sell) distribution timeline, newest first.

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

Parameters

SDK method parameters.

NameTypeRequiredDescription
symbolstringYESSecurity symbol, e.g. 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
200SuccessInstitutionRatingViewsResponse
400Bad requestNone

Schemas

InstitutionRatingViewsResponse

NameTypeRequiredDescription
elistobject[]falseMonthly rating distribution list, newest first
∟ dateintegerfalseUnix timestamp (seconds)
∟ buystringfalseNumber of Buy ratings
∟ overstringfalseNumber of Outperform ratings
∟ holdstringfalseNumber of Hold ratings
∟ understringfalseNumber of Underperform ratings
∟ sellstringfalseNumber of Sell ratings
∟ totalstringfalseTotal analyst count