跳轉到內容

機構共識

獲取機構共識預測,包括營收、EPS 和淨利潤預測。

CLI
longbridge consensus TSLA.US
longbridge consensus AAPL.US

Parameters

SDK 方法參數。

NameTypeRequiredDescription
symbolstring證券代碼,例如 TSLA.US

Request Example

Response

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "currency": "USD",
    "current_index": 3,
    "current_period": "qf",
    "opt_periods": [
      "qf",
      "af",
      "saf"
    ],
    "list": [
      {
        "fiscal_year": 2026,
        "fiscal_period": "Q2 FY2026",
        "period_text": "Q2 FY2026",
        "details": [
          {
            "key": "revenue",
            "name": "Revenue",
            "estimate": "95000000000",
            "actual": "",
            "comp": "",
            "comp_value": null,
            "comp_desc": "",
            "description": "",
            "is_released": false
          }
        ]
      }
    ]
  }
}

Response Status

StatusDescriptionSchema
200成功FinancialConsensus
400請求錯誤None

Schemas

FinancialConsensus

NameTypeRequiredDescription
symbolstring證券代碼
listobject[]共識預測期列表,見 ConsensusListItem
list[].periodstring財報期(如 FY2024)
list[].revenueint64共識營收預測
list[].epsdouble共識 EPS 預測
list[].net_incomeint64共識淨利潤預測
list[].analyst_countint32參與預測的分析師數量