longbridge financial-statement
Fetch a fully detailed, line-item financial statement — income statement, balance sheet, or cash flow — for any public company.
Basic Usage
bash
longbridge financial-statement TSLA.US --kind IS (in USD)
Q1 2026 Q4 2025 Q3 2025 Q2 2025 Q1 2025 YoY
─────────────────────────────────────────────────────────────────────────────────────────────────
Revenue
Total Operating Revenue 22.39B 24.90B 28.09B 22.50B 19.34B -10.1%
Revenue 22.39B 24.90B 28.09B 22.50B 19.34B -10.1%
Cost
Operating Cost 17.67B 19.89B 23.04B 18.62B 16.18B -11.2%
COGS 17.67B 19.89B 23.04B 18.62B 16.18B -11.2%
Gross Profit 4.72B 5.01B 5.05B 3.88B 3.15B -5.8%
...Examples
Quarterly income statement
bash
longbridge financial-statement TSLA.US --kind IS --report qf
longbridge financial-statement AAPL.US --kind IS --report qfReturns the quarterly income statement with a side-by-side YoY comparison.
Annual balance sheet
bash
longbridge financial-statement TSLA.US --kind BS --report af
longbridge financial-statement 700.HK --kind BS --report afReturns the full annual balance sheet with assets, liabilities, and equity breakdowns.
Cash flow statement
bash
longbridge financial-statement NVDA.US --kind CFReturns operating, investing, and financing cash flows.
All three statements
bash
longbridge financial-statement AAPL.USFetches all three statement types in one call. Equivalent to --kind ALL.
Cumulative period
bash
longbridge financial-statement TSLA.US --kind IS --report cumulReturns the cumulative year-to-date income statement.
Report period options
--report | Description |
|---|---|
af | Annual (default) |
saf | Semi-annual |
qf | Quarterly |
cumul | Cumulative (year-to-date) |