Fermi (FRMI) Debt Ratio (2025 - 2026)
Fermi's (FRMI) quarterly Debt Ratio came in at 0.29 in Q2 2026, up 24.46% quarter-over-quarter from 0.24 in Q1 2026.
Analysis
Fermi (FRMI) Debt Ratio (2025 - 2026) Analysis & Trends
Fermi has disclosed Debt Ratio across 2 years of filings, most recently posting 0.29 for Q2 2026.
- In Q2 2026, Debt Ratio changed N/A year-over-year to 0.29; the TTM figure through Jun 2026 stood at 0.29 (changed N/A YoY), while the FY2025 annual figure was 0.08, changed N/A from the prior year.
- Debt Ratio came in at 0.29 for Q2 2026 at Fermi, up from 0.24 in the prior quarter.
- In the past five years, Debt Ratio ranged from a high of 0.61 in Q3 2025 to a low of 0.08 in Q4 2025.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Debt Ratio (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 0.29 |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | 0.29 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.29 |
| Mar 31, 2026 | 0.24 |
| Dec 31, 2025 | 0.08 |
| Sep 30, 2025 | 0.61 |
API Access
Fermi Debt Ratio 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=debt-ratio&ticker=FRMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "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=debt-ratio&ticker=FRMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();