Fermi (FRMI) Assets Average (2025 - 2026)
Fermi's (FRMI) quarterly Assets Average came in at $1.8 billion in Q2 2026, up 10.96% quarter-over-quarter from $1.6 billion in Q1 2026.
Fermi (FRMI) Assets Average (2025 - 2026) Analysis & Trends
Fermi has disclosed Assets Average across 2 years of filings, most recently posting $1.8 billion for Q2 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Assets Avg. (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 51.69 Bn |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | 1.77 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.77 Bn |
| Mar 31, 2026 | 1.60 Bn |
| Dec 31, 2025 | 958.04 Mn |
Fermi Assets Average 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=assets-average&ticker=FRMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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=assets-average&ticker=FRMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();