Fermi (FRMI) Other Non-Current Assets (2025 - 2026)
Fermi's (FRMI) quarterly Other Non-Current Assets came in at $29.2 million in Q2 2026, down 18.43% quarter-over-quarter from $35.8 million in Q1 2026.
Fermi (FRMI) Other Non-Current Assets (2025 - 2026) Analysis & Trends
Fermi has disclosed Other Non-Current Assets across 2 years of filings, most recently posting $29.2 million for Q2 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Other Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 610.23 Mn |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | 29.20 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 29.20 Mn |
| Mar 31, 2026 | 35.79 Mn |
| Sep 30, 2025 | 99.30 Mn |
Fermi Other Non-Current Assets 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-assets&ticker=FRMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-assets", "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-assets&ticker=FRMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();