Skip to Content

Financial Report Snapshot

Get an AI-generated earnings summary, revenue/EBIT/EPS forecast vs actual (beat/miss analysis), and key financial ratios.

CLI
longbridge financial-report snapshot AAPL.US
longbridge financial-report snapshot AAPL.US --report qf --year 2024 --period 4

Parameters

SDK method parameters.

NameTypeRequiredDescription
symbolstringYESSecurity symbol, e.g. AAPL.US
reportstringNOReport type: qf (quarterly) / saf (semi-annual) / af (annual)
fiscal_yearuint32NOFiscal year, e.g. 2024
fiscal_periodstringNOFiscal period, e.g. 1 / 2 / 3 / 4

Request Example

Response

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "name": "苹果",
    "ticker": "AAPL",
    "fp_start": "2025.12.28",
    "fp_end": "2026.03.28",
    "currency": "USD",
    "report_desc": "概要:苹果(AAPL)的营业收入是 1112 亿(+16.6%);每股收益是 2.01(+21.82%)。",
    "fo_revenue": {"value": "111184000000.0000", "yoy": "16.6", "cmp_desc": "", "est_value": ""},
    "fo_ebit": {"value": "35885000000.0000", "yoy": "21.28", "cmp_desc": "", "est_value": ""},
    "fo_eps": {"value": "2.0100", "yoy": "21.82", "cmp_desc": "", "est_value": ""},
    "fr_revenue": {"value": "111184000000.0000", "yoy": "16.6"},
    "fr_profit": {"value": "29578000000.0000", "yoy": "19.36"},
    "fr_roe_ttm": "141.4705",
    "fr_profit_margin": "26.6027",
    "fr_debt_assets_ratio": "71.3025"
  }
}

Response Status

StatusDescriptionSchema
200SuccessFinancialReportSnapshotResponse
400Bad requestNone

Schemas

FinancialReportSnapshotResponse

NameTypeRequiredDescription
namestringfalseCompany name
tickerstringfalseTicker symbol without market suffix, e.g. AAPL
fp_startstringfalseFiscal period start date in YYYY.MM.DD format
fp_endstringfalseFiscal period end date in YYYY.MM.DD format
currencystringfalseCurrency code
report_descstringfalseAI-generated earnings summary
fo_revenueobjectfalseRevenue forecast vs actual, see ForecastMetric
fo_ebitobjectfalseEBIT forecast vs actual, see ForecastMetric
fo_epsobjectfalseEPS forecast vs actual, see ForecastMetric
fr_revenueobjectfalseReported revenue, see ReportedMetric
fr_profitobjectfalseReported net profit, see ReportedMetric
fr_operate_cashobjectfalseOperating cash flow, see ReportedMetric
fr_invest_cashobjectfalseInvesting cash flow, see ReportedMetric
fr_finance_cashobjectfalseFinancing cash flow, see ReportedMetric
fr_total_assetsobjectfalseTotal assets, see ReportedMetric
fr_total_liabilityobjectfalseTotal liabilities, see ReportedMetric
fr_roe_ttmstringfalseROE TTM as percentage, e.g. 141.47
fr_profit_marginstringfalseNet profit margin as percentage
fr_profit_margin_ttmstringfalseNet profit margin TTM as percentage
fr_asset_turn_ttmstringfalseAsset turnover TTM as percentage
fr_leverage_ttmstringfalseLeverage TTM as percentage
fr_debt_assets_ratiostringfalseDebt-to-assets ratio as percentage

ForecastMetric

NameTypeRequiredDescription
valuestringfalseActual value
yoystringfalseYear-over-year growth as percentage, e.g. 16.6
cmp_descstringfalseBeat/miss description (may be empty)
est_valuestringfalseConsensus estimate (may be empty)

ReportedMetric

NameTypeRequiredDescription
valuestringfalseValue
yoystringfalseYear-over-year growth as percentage