Skip to Content

Institution Rating Detail

Get historical analyst rating and target price details.

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

Parameters

SDK method parameters.

NameTypeRequiredDescription
symbolstringYESSecurity symbol, e.g. TSLA.US

Request Example

Response

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "ccy_symbol": "$",
    "evaluate": {
      "list": [
        {
          "date": "2021/05/14",
          "buy": 3,
          "hold": 11,
          "sell": 2,
          "strong_buy": 9,
          "under": 6
        }
      ]
    },
    "target": {
      "list": [
        {
          "broker_name": "Goldman Sachs",
          "date": "2026-04-30",
          "rating": "Buy",
          "target_price": "250.00"
        }
      ]
    }
  }
}

Response Status

StatusDescriptionSchema
200SuccessInstitutionRatingDetail
400Bad requestNone

Schemas

InstitutionRatingDetail

NameTypeRequiredDescription
ccy_symbolstringfalseCurrency symbol
evaluateobjectfalseRating distribution history
evaluate.listobject[]falseList of historical rating snapshots
targetobjectfalseTarget price history
target.listobject[]falseList of historical target price data
target.data_percentstringfalseData coverage percentage
target.prediction_accuracystringfalsePrediction accuracy percentage
target.updated_atstringfalseLast update date string

EvaluateHistoryItem

NameTypeRequiredDescription
datestringfalseDate
buyintegerfalseBuy count
strong_buyintegerfalseStrong buy count
holdintegerfalseHold count
sellintegerfalseSell count
no_opinionintegerfalseNo opinion count
underintegerfalseUnderperform count

TargetHistoryItem

NameTypeRequiredDescription
datestringfalseDate
avg_targetstringfalseAverage target price
max_targetstringfalseHighest target price
min_targetstringfalseLowest target price
pricestringfalseClosing price on that date
meetbooleanfalseWhether price met target
timestampstringfalseUnix timestamp