Skip to Content

Industry Valuation Distribution

Get the valuation distribution histogram for the symbol's industry.

Parameters

SDK method parameters.

NameTypeRequiredDescription
symbolstringYESSecurity symbol, e.g. AAPL.US

Request Example

Response

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "pe": {
      "value": "28.5",
      "high": "120.0",
      "low": "5.0",
      "median": "22.0",
      "ranking": "35",
      "rank_index": "12",
      "rank_total": "30"
    },
    "pb": {
      "value": "45.2",
      "high": "200.0",
      "low": "1.0",
      "median": "8.0",
      "ranking": "85",
      "rank_index": "25",
      "rank_total": "30"
    },
    "ps": {
      "value": "7.8",
      "high": "30.0",
      "low": "0.5",
      "median": "4.0",
      "ranking": "70",
      "rank_index": "21",
      "rank_total": "30"
    }
  }
}

Response Status

StatusDescriptionSchema
200SuccessIndustryValuationDist
400Bad requestNone

Schemas

IndustryValuationDist

NameTypeRequiredDescription
peobjectfalseP/E ratio distribution
pbobjectfalseP/B ratio distribution
psobjectfalseP/S ratio distribution