Fermi (FRMI) Liabilities and Shareholders Equity (2025 - 2026)
Fermi's (FRMI) quarterly Liabilities and Shareholders Equity came in at $1.8 billion in Q2 2026, down 0.81% quarter-over-quarter from $1.8 billion in Q1 2026.
Fermi (FRMI) Liabilities and Shareholders Equity (2025 - 2026) Analysis & Trends
Fermi has disclosed Liabilities and Shareholders Equity across 2 years of filings, most recently posting $1.8 billion for Q2 2026.
- In Q2 2026, Liabilities and Shareholders Equity changed N/A year-over-year to $1.8 billion; the TTM figure through Jun 2026 stood at $5.5 billion (changed N/A YoY), while the FY2025 annual figure was $1.4 billion, changed N/A from the prior year.
- Liabilities and Shareholders Equity came in at $1.8 billion for Q2 2026 at Fermi, down from $1.8 billion in the prior quarter.
- In the past five years, Liabilities and Shareholders Equity ranged from a high of $1.8 billion in Q1 2026 to a low of $502.8 million in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Liabilities and Shareholders Equity (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 54.52 Bn |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | 1.76 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.76 Bn |
| Mar 31, 2026 | 1.78 Bn |
| Dec 31, 2025 | 1.41 Bn |
| Sep 30, 2025 | 502.77 Mn |
Fermi Liabilities and Shareholders Equity API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=liabilities-and-shareholders-equity&ticker=FRMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "liabilities-and-shareholders-equity", "ticker": "FRMI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=liabilities-and-shareholders-equity&ticker=FRMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();