Fermi (FRMI) Other Non-Current Liabilities (2025 - 2026)
Fermi's (FRMI) quarterly Other Non-Current Liabilities came in at $5.4 million in Q2 2026, up 241.34% quarter-over-quarter from $1.6 million in Q1 2026.
Fermi (FRMI) Other Non-Current Liabilities (2025 - 2026) Analysis & Trends
Fermi has disclosed Other Non-Current Liabilities across 2 years of filings, most recently posting $5.4 million for Q2 2026.
- In Q2 2026, Other Non-Current Liabilities changed N/A year-over-year to $5.4 million; the TTM figure through Jun 2026 stood at $5.4 million (changed N/A YoY), while the FY2025 annual figure was $9.8 million, changed N/A from the prior year.
- Other Non-Current Liabilities came in at $5.4 million for Q2 2026 at Fermi, up from $1.6 million in the prior quarter.
- In the past five years, Other Non-Current Liabilities ranged from a high of $9.8 million in Q4 2025 to a low of $1.6 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 5.40 Mn |
| Mar 31, 2026 | 1.58 Mn |
| Dec 31, 2025 | 9.75 Mn |
| Sep 30, 2025 | 9.74 Mn |
Fermi Other Non-Current 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=other-non-current-liabilities&ticker=FRMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-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=other-non-current-liabilities&ticker=FRMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();