Fermi (FRMI) Net Income towards Common Stockholders (2025 - 2026)
Fermi's (FRMI) quarterly Net Income towards Common Stockholders came in at -$25.8 million in Q2 2026, down 310.34% year-over-year from $12.3 million in Q2 2025, and up 84.25% quarter-over-quarter from -$163.9 million in Q1 2026.
Fermi (FRMI) Net Income towards Common Stockholders (2025 - 2026) Analysis & Trends
Fermi has disclosed Net Income towards Common Stockholders across 2 years of filings, most recently posting -$25.8 million for Q2 2026.
- In Q2 2026, Net Income towards Common Stockholders fell 310.34% year-over-year to -$25.8 million; the TTM figure through Jun 2026 stood at -$709.8 million (changed N/A YoY), while the FY2025 annual figure was -$174.0 million, changed N/A from the prior year.
- Net Income towards Common Stockholders came in at -$25.8 million for Q2 2026 at Fermi, up from -$163.9 million in the prior quarter.
- In the past five years, Net Income towards Common Stockholders ranged from a high of -$78000.0 in Q1 2025 to a low of -$390.2 million in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 309.45 Mn |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | -25.81 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -25.81 Mn |
| Mar 31, 2026 | -163.90 Mn |
| Dec 31, 2025 | -129.92 Mn |
| Sep 30, 2025 | -390.20 Mn |
| Jun 30, 2025 | -6.29 Mn |
| Mar 31, 2025 | -78,000.00 |
Fermi Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=FRMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "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=net-income-towards-common-stockholders&ticker=FRMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();