跳转到内容

财报快照(AI 摘要 + 预测对比)

获取 AI 生成的财报摘要、营收/EBIT/EPS 预测对比(超预期/低于预期),以及关键财务指标。

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

Parameters

SDK 方法参数。

NameTypeRequiredDescription
symbolstring证券代码,例如 AAPL.US
reportstring报告类型:qf(季报)/ saf(半年报)/ af(年报)
fiscal_yearuint32财政年度,例如 2024
fiscal_periodstring财政季度,例如 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
200成功FinancialReportSnapshotResponse
400请求错误None

Schemas

FinancialReportSnapshotResponse

NameTypeRequiredDescription
namestring公司名称
tickerstring证券代码(不含市场后缀,例如 AAPL
fp_startstring财政期开始日期,格式 YYYY.MM.DD
fp_endstring财政期结束日期,格式 YYYY.MM.DD
currencystring货币代码
report_descstringAI 生成的财报摘要
fo_revenueobject营收预测对比,见 ForecastMetric
fo_ebitobjectEBIT 预测对比,见 ForecastMetric
fo_epsobjectEPS 预测对比,见 ForecastMetric
fr_revenueobject营收财务数据,见 ReportedMetric
fr_profitobject净利润财务数据,见 ReportedMetric
fr_operate_cashobject经营现金流,见 ReportedMetric
fr_invest_cashobject投资现金流,见 ReportedMetric
fr_finance_cashobject融资现金流,见 ReportedMetric
fr_total_assetsobject总资产,见 ReportedMetric
fr_total_liabilityobject总负债,见 ReportedMetric
fr_roe_ttmstring净资产收益率 TTM(百分比,例如 141.47
fr_profit_marginstring净利率(百分比)
fr_profit_margin_ttmstring净利率 TTM(百分比)
fr_asset_turn_ttmstring资产周转率 TTM(百分比)
fr_leverage_ttmstring杠杆率 TTM(百分比)
fr_debt_assets_ratiostring资产负债率(百分比)

ForecastMetric

NameTypeRequiredDescription
valuestring实际值
yoystring同比增速(百分比,例如 16.6
cmp_descstring超预期/低于预期描述(可能为空)
est_valuestring一致预期值(可能为空)

ReportedMetric

NameTypeRequiredDescription
valuestring数值
yoystring同比增速(百分比)