跳轉到內容

美股估值概覽

Longbridge US 賬戶

此方法僅適用於美國數據中心賬戶。

獲取美股估值概覽——當前估值指標及歷史區間。

CLI
# 美股估值概覽
longbridge valuation AAPL.US
longbridge valuation NVDA.US

Parameters

SDK 方法參數。

名稱類型必填描述
symbolstring股票代碼,如 AAPL.US

Request Example

Response

Response Example

json
{
  "indicator": "PE",
  "metrics": {
    "pe": {
      "circle": "35.2",
      "part": "72",
      "metric": "PE",
      "desc": "Price-to-Earnings ratio",
      "industry_median": "28.4"
    }
  },
  "range": 72,
  "date": "2026-07-01",
  "ccy_symbol": "USD",
  "ai_summary": "Apple's PE ratio is in the 72nd percentile...",
  "aichat_data": {
    "agent_id": "valuation_aapl",
    "handoff_agent_id": "",
    "symbol": "AAPL.US",
    "text": "Valuation overview for AAPL",
    "type": "valuation",
    "workflow_type": "valuation"
  }
}

Response Status

狀態碼描述结构
200成功UsValuationOverview
400請求錯誤None

Schemas

UsValuationOverview

名稱類型必填描述
indicatorstring主要估值指標名稱(如 PE
metricsmap[string, USValuationMetric]以指標名稱為鍵的估值指標字典
rangeint歷史百分位(0–100)
datestring估值日期
ccy_symbolstring貨幣符號
ai_summarystringAI 生成的估值摘要
aichat_dataUSAIChatDataAI 對話上下文數據

USValuationMetric

名稱類型描述
circlestring當前指標數值
partstring百分位位置
metricstring指標名稱
descstring指標描述
industry_medianstring行業中位數