Industry Valuation
Get peer valuation comparison within the same industry.
SDK Links
Parameters
SDK method parameters.
| Name | Type | Required | Description |
|---|---|---|---|
| symbol | string | YES | Security 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
| Status | Description | Schema |
|---|---|---|
| 200 | Success | IndustryValuationList |
| 400 | Bad request | None |
Schemas
IndustryValuationList
| Name | Type | Required | Description |
|---|---|---|---|
| list | object[] | true | List of peer companies |
| ∟ symbol | string | false | Security symbol |
| ∟ name | string | false | Company name |
| ∟ currency | string | false | Reporting currency |
| ∟ pe | string | false | Price-to-Earnings ratio |
| ∟ bps | string | false | Book value per share |
| ∟ eps | string | false | Earnings per share |
| ∟ dps | string | false | Dividends per share |
| ∟ div_yld | string | false | Dividend yield |
| ∟ div_payout_ratio | string | false | Dividend payout ratio |
| ∟ five_y_avg_dps | string | false | 5-year average DPS |
| ∟ assets | string | false | Total assets |
| ∟ history | object[] | false | Historical valuation data |