Skip to Content

Valuations

Get current valuation metrics (P/E, P/B, P/S, dividend yield) with 5-year historical context.

CLI
longbridge valuation TSLA.US --indicator pe
longbridge valuation AAPL.US

Parameters

SDK method parameters.

NameTypeRequiredDescription
symbolstringYESSecurity symbol, e.g. AAPL.US
indicatorstringNOIndicator filter: pe, pb, ps, dvd_yld

Request Example

Response

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "metrics": {
      "pe": { "current": "29.5", "high": "35.2", "low": "18.0", "median": "26.0" },
      "pb": { "current": "45.1", "high": "50.0", "low": "30.0", "median": "42.0" }
    }
  }
}

Response Status

StatusDescriptionSchema
200SuccessValuationsResponse
400Bad requestNone

Schemas

ValuationsResponse

NameTypeRequiredDescription
metricsobjecttrueValuation metrics map
∟ peobjectfalseP/E ratio data
∟∟ currentstringtrueCurrent value
∟∟ highstringtrue5-year high
∟∟ lowstringtrue5-year low
∟∟ medianstringtrue5-year median