Skip to Content

Financial Consensus

Get financial consensus estimates including revenue, EPS, and net income forecasts.

CLI
longbridge consensus TSLA.US
longbridge consensus AAPL.US

Parameters

SDK method parameters.

NameTypeRequiredDescription
symbolstringYESSecurity symbol, e.g. 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
200SuccessFinancialConsensus
400Bad requestNone

Schemas

FinancialConsensus

NameTypeRequiredDescription
currencystringfalseReporting currency
current_indexintegerfalseIndex of the current period in opt_periods
current_periodstringfalseCurrent period code (e.g. qf)
listobject[]trueList of consensus forecast periods, see ConsensusListItem
opt_periodsstring[]falseAvailable period options

ConsensusListItem

NameTypeRequiredDescription
fiscal_periodstringfalseFiscal period number within the fiscal year
fiscal_yearintegerfalseFiscal year
period_textstringfalseDisplay period label (e.g. Q1 2027)
detailsobject[]falseList of financial indicator details, see ConsensusDetail

ConsensusDetail

NameTypeRequiredDescription
keystringfalseIndicator key (e.g. eps, revenue)
namestringfalseIndicator display name
descriptionstringfalseFull description
actualstringfalseActual reported value
estimatestringfalseConsensus estimate
compstringfalseComparison result (e.g. beat, miss)
comp_descstringfalseComparison description
comp_valuestringfalseComparison percentage value
is_releasedbooleanfalseWhether actual has been released