Fermi (FRMI) Times Interest Earned (2025 - 2026)
Fermi's (FRMI) quarterly Times Interest Earned came in at 28.08 in Q2 2026, up 440.41% year-over-year from 5.2 in Q2 2025, and down 60.33% quarter-over-quarter from 70.77 in Q1 2026.
Fermi (FRMI) Times Interest Earned (2025 - 2026) Analysis & Trends
Fermi has disclosed Times Interest Earned across 2 years of filings, most recently posting 28.08 for Q2 2026.
- In Q2 2026, Times Interest Earned rose 440.41% year-over-year to 28.08; the TTM figure through Jun 2026 stood at 47.32 (changed N/A YoY), while the FY2025 annual figure was 47.64, changed N/A from the prior year.
- Times Interest Earned came in at 28.08 for Q2 2026 at Fermi, down from 70.77 in the prior quarter.
- In the past five years, Times Interest Earned ranged from a high of 3148.0 in Q3 2025 to a low of 8.25 in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Times Interest Earned (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 4.10 |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | -28.08 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 28.08 |
| Mar 31, 2026 | 70.77 |
| Dec 31, 2025 | 30.52 |
| Sep 30, 2025 | 3,148.00 |
| Jun 30, 2025 | -8.25 |
Fermi Times Interest Earned 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=times-interest-earned&ticker=FRMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "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=times-interest-earned&ticker=FRMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();