跳轉到內容

財報快照(AI 摘要 + 預測對比)

獲取 AI 生成的財報摘要、營收/EBIT/EPS 預測對比(超預期/低於預期),以及關鍵財務指標。

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同比增速(百分比)