概览

spacex

spacex的财务仪表板。查看账户余额、净资产趋势和收入/支出摘要。

财务状况

净资产及其组成账户

净值
过去 12 个月的资产与负债之和
41,582 MUSD
+257 MUSD较上月
账户
当前资产和负债账户余额

资金流动

按账户类别显示每月收入和支出

March 2026
资金流入
March 2026
+4,694 MUSD
主要来源
前 3 个月平均值
+6,224.67 MUSD
查看全部
资金流出
March 2026
-8,970 MUSD
主要支出
前 3 个月平均值
-7,870.33 MUSD
查看全部

近期活动

考虑分录的账本活动

交易记录
符合当前筛选条件的最新交易

收入与支出

收入与支出
在选定时期内每个区间的总收入和支出对比的柱状图。

资产负债表

资产分布
spacex资产构成的可视化表示
负债分布
spacex负债构成的可视化表示

现金流

现金流
资金从收入来源流向支出和投资
README.md

Space Exploration Technologies Corp (SpaceX) — Open Ledger

SpaceX's financial history, FY2024–FY2026 Q1, 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 regulatory filings and version-controlled in git.

Companion analysis: SpaceX FY2025 Earnings Analysis

Quick Start

bash
uvx --from beancount bean-check main.bean

Zero output means the ledger is internally consistent — every income statement sums to zero, and every balance-sheet snapshot below reconciles to SpaceX's own filed totals.

What's Inside

PeriodFileNotes
FY2024 (ended Dec 31, 2024)FY2024/FY2024.beanIncludes FY2023 income statement as informational commentary — no FY2023 balance sheet is disclosed
FY2025 (ended Dec 31, 2025)FY2025/FY2025.beanAudited
FY2026 Q1FY2026/FY2026Q1.beanUnaudited

Figures are sourced from SpaceX's Form S-1 registration statement (SEC EDGAR), filed in connection with its June 2026 IPO. The reporting entity includes X Corp and xAI following their 2025 mergers into Space Exploration Technologies Corp — hence the "AI" segment alongside "Space" (launch) and "Connectivity" (Starlink).

Methodology

  • Balance sheet figures are asserted via pad/balance directives against the S-1's disclosed periods — see the source comment at the top of each period file.
  • Income statement for each period is a single zero-sum transaction: Income accounts are negative (credit), Expenses positive (debit), with the arithmetic check shown in a comment directly above the transaction.
  • Redeemable convertible preferred stock is modeled as its own dedicated equity account (Equity:RedeemableConvertiblePreferredStock) — mezzanine equity, sitting outside both total liabilities and total shareholders' equity, as SpaceX itself presents it pre-IPO.
  • All amounts are in MUSD (millions of US dollars); 18674 MUSD means $18.674 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.