行业估值对比
获取同行业内的同类公司估值对比数据。
SDK Links
Parameters
SDK 方法参数。
| Name | Type | Required | Description |
|---|---|---|---|
| symbol | string | 是 | 证券代码,例如 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 | 成功 | IndustryValuationList |
| 400 | 请求错误 | None |
Schemas
IndustryValuationList
| Name | Type | Required | Description |
|---|---|---|---|
| list | object[] | true | 同行公司列表,见 IndustryValuationItem |
| ∟ symbol | string | false | 证券代码 |
| ∟ 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 |