跳轉到內容

行業估值對比

獲取同行業內的同類公司估值對比數據。

Parameters

SDK 方法參數。

NameTypeRequiredDescription
symbolstring證券代碼,例如 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

StatusDescriptionSchema
200成功IndustryValuationList
400請求錯誤None

Schemas

IndustryValuationList

NameTypeRequiredDescription
listobject[]true同行公司列表,見 IndustryValuationItem
∟ symbolstringfalse證券代碼
∟ namestringfalseCompany name
∟ currencystringfalseReporting currency
∟ pestringfalsePrice-to-Earnings ratio
∟ bpsstringfalseBook value per share
∟ epsstringfalseEarnings per share
∟ dpsstringfalseDividends per share
∟ div_yldstringfalseDividend yield
∟ div_payout_ratiostringfalseDividend payout ratio
∟ five_y_avg_dpsstringfalse5-year average DPS
∟ assetsstringfalseTotal assets
∟ historyobject[]falseHistorical valuation data