Skip to Content

Industry Valuation

Get peer valuation comparison within the same industry.

CLI
longbridge industry-valuation TSLA.US
longbridge industry-valuation AAPL.US

Parameters

SDK method parameters.

NameTypeRequiredDescription
symbolstringYESSecurity symbol, e.g. TSLA.US

Request Example

Response

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "list": [
      {
        "symbol": "AAPL.US",
        "name": "Apple Inc.",
        "market": "US",
        "currency": "USD",
        "pe": "28.50",
        "pb": "45.2",
        "ps": "7.8",
        "eps": "6.08",
        "bps": "4.50"
      }
    ]
  }
}

Response Status

StatusDescriptionSchema
200SuccessIndustryValuationList
400Bad requestNone

Schemas

IndustryValuationList

NameTypeRequiredDescription
listobject[]trueList of peer companies
∟ symbolstringfalseSecurity symbol
∟ namestringfalseCompany name
∟ currencystringfalseReporting currency
∟ pestringfalsePrice-to-Earnings ratio
∟ bpsstringfalseBook value per share
∟ epsstringfalseEarnings per share
∟ dpsstringfalseDividends per share
∟ div_yldstringfalseDividend yield
∟ div_payout_ratiostringfalseDividend payout ratio
∟ five_y_avg_dpsstringfalse5-year average DPS
∟ assetsstringfalseTotal assets
∟ historyobject[]falseHistorical valuation data