Fermi (FRMI) Total Liabilities (2025 - 2026)
Fermi's (FRMI) quarterly Total Liabilities came in at $731.5 million in Q2 2026, up 41133.31% year-over-year from N/an in Q2 2025, and up 3.72% quarter-over-quarter from $705.2 million in Q1 2026.
Fermi (FRMI) Total Liabilities (2025 - 2026) Analysis & Trends
Fermi has disclosed Total Liabilities across 2 years of filings, most recently posting $731.5 million for Q2 2026.
- In Q2 2026, Total Liabilities rose 41133.31% year-over-year to $731.5 million; the TTM figure through Jun 2026 stood at $731.5 million (up 41133.31% YoY), while the FY2025 annual figure was $317.4 million, changed N/A from the prior year.
- Total Liabilities came in at $731.5 million for Q2 2026 at Fermi, up from $705.2 million in the prior quarter.
- In the past five years, Total Liabilities ranged from a high of $731.5 million in Q2 2026 to a low of -$420000.0 in Q1 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 24.97 Bn |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | 731.48 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 731.48 Mn |
| Mar 31, 2026 | 705.22 Mn |
| Dec 31, 2025 | 317.44 Mn |
| Sep 30, 2025 | 200.29 Mn |
| Jun 30, 2025 | 1.77 Mn |
| Mar 31, 2025 | -420,000.00 |
Fermi Total Liabilities 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=total-liabilities&ticker=FRMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-liabilities", "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=total-liabilities&ticker=FRMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();