Loading...
Loading...
Full three-statement financials (IS / BS / CF) for listed companies via Longbridge — income statement, balance sheet, cash flow statement; annual / semi-annual / quarterly periods. Use this skill to fetch raw financial data. For deep analysis (DuPont, accruals, fraud flags) use longbridge-financial-analysis; for health scoring use longbridge-financial-checkup. Triggers: "财务报表", "三张表", "利润表", "资产负债表", "现金流量表", "三表模型", "季报", "年报", "财报数据", "財務報表", "三張表", "利潤表", "資產負債表", "現金流量表", "三表模型", "季報", "年報", "財報數據", "financial statements", "income statement", "balance sheet", "cash flow statement", "three financial statements", "annual report data", "quarterly financials", "TSLA.US financials", "700.HK balance sheet".
npx skill4agent add longbridge/skills longbridge-financial-reportResponse language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
longbridge-fundamentallongbridge-valuationlongbridge financial-report --help# Fetch all three statements (preferred — one call)
longbridge financial-report TSLA.US --kind ALL --format json
# Or fetch individual statements
longbridge financial-report TSLA.US --kind IS --format json # Income Statement
longbridge financial-report TSLA.US --kind BS --format json # Balance Sheet
longbridge financial-report TSLA.US --kind CF --format json # Cash Flow
# Period options (verify exact values with --help)
longbridge financial-report 700.HK --kind ALL --report af --format json # Annual
longbridge financial-report 700.HK --kind ALL --report saf --format json # Semi-annual
longbridge financial-report 700.HK --kind ALL --report q1 --format json # Q1
longbridge financial-report 700.HK --kind ALL --report 3q --format json # Three-quarter (9-month)
longbridge financial-report 700.HK --kind ALL --report qf --format json # Quarterly final
# If unsure about flags, always run first:
longbridge financial-report --help<CODE>.<MARKET>TSLA.US700.HK600519.SH--kind ALLlongbridge| Analysis | Method |
|---|---|
| 三表勾稽 / Cross-statement reconciliation | Verify: net income (IS) ≈ change in retained earnings (BS); net income + non-cash items ≈ operating cash flow (CF); ΔCash (CF) = ΔCash (BS) |
| 杜邦分解 / DuPont decomposition | ROE = Net Margin × Asset Turnover × Equity Multiplier |
| 盈利质量 / Earnings quality | Accrual ratio = (Net Income − Operating CF) / Avg Total Assets; high positive ratio → earnings less cash-backed |
{Symbol} ({code}) Financial Statements — Source: Longbridge Securities
Period: {report_period} | Report date: {rpt_date}
[Income Statement (IS)]
- Revenue: X YoY ±Y%
- Gross profit / margin: X / Y%
- Operating income: X
- Net income: X YoY ±Y%
- EPS (basic / diluted): X / Y
[Balance Sheet (BS)]
- Total assets: X
- Total liabilities: X | Debt-to-equity: Y%
- Cash & equivalents: X
- Shareholders' equity: X | Book value per share: Y
[Cash Flow (CF)]
- Operating CF: X
- Investing CF: X
- Financing CF: X
- Free cash flow (OCF − capex): X
[Cross-statement reconciliation]
- IS→BS: Net income vs ΔRetained earnings: {match / gap of X}
- IS→CF: Net income vs OCF bridge: {match / key non-cash items}
- CF→BS: ΔCash: {match / gap}
[DuPont decomposition]
ROE {X%} = Net margin {Y%} × Asset turnover {Z×} × Equity multiplier {W×}
[Earnings quality]
- Accrual ratio: X% — {low / medium / high} accrual, earnings are {cash-backed / partly accrual-driven / accrual-heavy}
⚠️ 以上数据仅供参考,不构成投资建议。/ 以上數據僅供參考,不構成投資建議。/ For reference only. Not investment advice.| Situation | 简体中文回复 | 繁體中文 / English |
|---|---|---|
| 回退到 MCP;如 MCP 也不可用,请用户安装 longbridge-terminal。 | 回退到 MCP;如 MCP 也不可用,請安裝 longbridge-terminal。/ Fall back to MCP; if also unavailable, tell user to install longbridge-terminal. |
stderr | 请运行 | 請執行 |
| Returns empty / no data | "{symbol} 暂无财务报表数据(可能为新上市或未覆盖标的)。" | "{symbol} 暫無財務報表數據。" / "{symbol} has no financial statement data (newly listed or not covered)." |
| Only one or two statements returned | 仅展示已返回的报表,注明缺失部分,不做勾稽。 | 僅展示已返回報表,注明缺失。/ Show available statements only; note missing ones; skip reconciliation. |
| Other stderr | 直接显示原始错误,不静默重试。 | 顯示原始錯誤。/ Surface verbatim — do not retry silently. |
longbridgecommand not found| MCP tool | CLI equivalent |
|---|---|
| |
| |
| |
claude mcp add --transport http longbridge https://openapi.longbridge.com/mcpquotelongbridge-fundamentallongbridge-valuationlongbridge-consensuslongbridge-peer-comparisonlongbridge-financial-report/
└── SKILL.md # prompt-only, no scripts/