跳轉到內容

美股分析師一致預期

Longbridge US 賬戶

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

獲取美股分析師一致預期——營收、EPS 預測及買入/持有/賣出評級。

CLI
# 美股分析師一致預期
longbridge consensus AAPL.US
longbridge consensus NVDA.US

Parameters

SDK 方法參數。

名稱類型必填描述
symbolstring股票代碼,如 AAPL.US
reportstring報告週期:af(年報)、saf(半年報)、qf(季報)、q1(Q1)、3q(Q3)

Request Example

Response

Response Example

json
{
  "ai_summary": "Analysts remain broadly bullish on AAPL with 35 Buy ratings...",
  "aichat_data": {
    "agent_id": "analyst_aapl",
    "handoff_agent_id": "",
    "symbol": "AAPL.US",
    "text": "Analyst consensus summary for AAPL",
    "type": "consensus",
    "workflow_type": "analyst"
  },
  "currency": "USD",
  "report": "af",
  "list": [
    {
      "fiscal_year": 2025,
      "report_txt": "FY2025",
      "revenue": {"actual": "391035000000", "estimate": "388000000000"},
      "eps": {"actual": "6.42", "estimate": "6.29"},
      "ebit": {"actual": "125820000000", "estimate": "122000000000"}
    }
  ],
  "opt_reports": ["af", "qf"],
  "h5_data": null
}

Response Status

状態码描述结構
200成功UsAnalystConsensus
400請求錯誤None

Schemas

UsAnalystConsensus

名稱類型必填描述
ai_summarystringAI 生成的分析師一致預期摘要
aichat_dataUSAIChatDataAI 對話上下文數據
currencystring貨幣代碼,如 USD
reportstring報告週期類型
listUSConsensusItem[]按財年排列的一致預期數據
opt_reportsstring[]可選的報告期列表
h5_dataanyH5 展示數據

USConsensusItem

名稱類型描述
fiscal_yearint財年
report_txtstring報告期標籤(如 FY2024
revenueUSConsensusEstimate營收一致預期
epsUSConsensusEstimateEPS 一致预期
ebitUSConsensusEstimateEBIT 一致预期

USConsensusEstimate

名稱類型描述
actualstring實際公布值
estimatestring分析師一致預期值

USAIChatData

名稱類型描述
agent_idstringAI Agent 標識
handoff_agent_idstring轉交 Agent 標識
symbolstring股票代碼
textstring對話上下文文本
typestring對話類型
workflow_typestring工作流類型