Overview
apple
Financial dashboard for apple. View account balances, net worth trends, and income/expense summaries.
Financial position
Net worth and the accounts that make it up
Money movement
Monthly income and spending by account category
Recent activity
Posting-aware activity from the journal
Income vs Expenses
Balance Sheet
Cash Flow
Apple Inc. (AAPL) — Open Ledger
Apple's complete financial history, FY2021 through Q2 FY2026, modeled as a public, auditable plain-text Beancount ledger. Part of the Open Ledger project on beancount.io — public companies' income statements and balance sheets, reconstructed line-by-line from their own SEC filings and version-controlled in git.
Quick Start
uvx --from beancount bean-check main.beanZero output means the ledger is internally consistent — every income statement sums to zero, and every balance-sheet snapshot below reconciles to Apple's own filed totals.
What's Inside
| Fiscal Year | File |
|---|---|
| FY2021 | FY2021/FY2021.bean |
| FY2022 | FY2022/FY2022.bean |
| FY2023 | FY2023/FY2023.bean |
| FY2024 | FY2024/FY2024.bean |
| FY2025 | FY2025/FY2025.bean |
| FY2026 Q2 | FY2026/FY2026Q2.bean |
Apple's fiscal year ends the last Saturday of September (the exact date moves year to year), and its SEC CIK is 0000320193.
Methodology
- Balance sheet figures are asserted via
pad/balancedirectives against each period's filed Form 10-K/10-Q — see the source comment at the top of each period file. - Income statement for each period is a single zero-sum transaction:
Incomeaccounts are negative (credit),Expensespositive (debit), with the arithmetic check shown in a comment directly above the transaction. - All amounts are in
MUSD(millions of US dollars);112010 MUSDmeans $112.010 billion.
About Open Ledger
This repository is part of a growing library of public-company ledgers published at beancount.io/ledger — plain-text, git-versioned, and fully auditable. Explore more companies, or read the analysis behind the numbers, on the beancount.io blog.
