跳转到内容

美股估值概览

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行业中位数