Industry Valuation Distribution
Get the valuation distribution histogram for the symbol's industry.
SDK Links
Parameters
SDK method parameters.
| Name | Type | Required | Description |
|---|---|---|---|
| symbol | string | YES | Security 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
| Status | Description | Schema |
|---|---|---|
| 200 | Success | IndustryValuationDist |
| 400 | Bad request | None |
Schemas
IndustryValuationDist
| Name | Type | Required | Description |
|---|---|---|---|
| pe | object | false | P/E ratio distribution |
| pb | object | false | P/B ratio distribution |
| ps | object | false | P/S ratio distribution |