Big Digital Energy (BGDE) Interest Coverage Ratio (2011 - 2026)
Big Digital Energy's (BGDE) quarterly Interest Coverage Ratio came in at 6.23 in Q2 2026, up 21.64% year-over-year from 5.12 in Q2 2025, and up 27.78% quarter-over-quarter from 8.62 in Q1 2026.
Big Digital Energy (BGDE) Interest Coverage Ratio (2011 - 2026) Analysis & Trends
Big Digital Energy has disclosed Interest Coverage Ratio across 7 years of filings, most recently posting 6.23 for Q2 2026.
- In Q2 2026, Interest Coverage Ratio rose 21.64% year-over-year to 6.23; the TTM figure through Jun 2026 stood at 7.48 (down 6.09% YoY), while the FY2025 annual figure was 5.73, up 43.02% from the prior year.
- Interest Coverage Ratio came in at 6.23 for Q2 2026 at Big Digital Energy, up from 8.62 in the prior quarter.
- In the past five years, Interest Coverage Ratio ranged from a high of 1.82 in Q3 2025 to a low of 31.5 in Q3 2023.
- Average Interest Coverage Ratio over 5 years is 10.76, with a median of 8.8 recorded in 2024.
- Year-over-year, Interest Coverage Ratio jumped 112.79% in 2025 and sank 1273.18% in 2026.
- Over 5 years, Interest Coverage Ratio stood at 13.5 in 2022, then slipped by 11.05% to 14.99 in 2023, then surged by 56.19% to 6.57 in 2024, then tumbled by 155.6% to 16.78 in 2025, then surged by 62.91% to 6.23 in 2026.
- Per Business Quant data, the three most recent Interest Coverage Ratio figures were 6.23 in Q2 2026, 8.62 in Q1 2026, and 16.78 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 100.78 Bn | 98.58 Bn | 1.40 Bn | 4.40 |
| 2 | Terawulf | 8.49 Bn | 5.72 Bn | 32.37 Mn | -2.49 |
| 3 | Applied Digital | 8.10 Bn | 6.08 Bn | 97.29 Mn | -11.74 |
| 4 | Cipher Digital | 7.60 Bn | 3.60 Bn | 9.79 Mn | -1.18 |
| 5 | GDS Holdings | 6.77 Bn | 4.71 Bn | 97.89 Mn | 1.20 |
| 6 | Core Scientific | 5.75 Bn | 3.81 Bn | 70.04 Mn | - |
| 7 | Vnet | 1.75 Bn | 868.32 Mn | 74.45 Mn | 1.12 |
| 8 | Sify Technologies | 1.48 Bn | 1.48 Bn | 51.65 Mn | 1.09 |
| 9 | WhiteFiber | 736.82 Mn | 676.45 Mn | 18.88 Mn | -2.02 |
| 10 | Big Digital Energy | 33.61 Mn | 13.86 Mn | 1.61 Mn | -6.23 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -6.23 |
| Mar 31, 2026 | -8.62 |
| Dec 31, 2025 | -16.78 |
| Sep 30, 2025 | 1.82 |
| Jun 30, 2025 | -7.94 |
| Mar 31, 2025 | 0.73 |
| Dec 31, 2024 | -6.57 |
| Sep 30, 2024 | -14.22 |
| Jun 30, 2024 | -8.97 |
| Mar 31, 2024 | -10.47 |
| Dec 31, 2023 | -14.99 |
| Sep 30, 2023 | -31.50 |
| Jun 30, 2023 | -27.30 |
| Mar 31, 2023 | -14.01 |
| Dec 31, 2022 | -13.50 |
| Sep 30, 2022 | -5.28 |
| Jun 30, 2022 | -2.08 |
| Mar 31, 2022 | -7.81 |
| Dec 31, 2021 | 5.86 |
| Sep 30, 2021 | -6.21 |
Big Digital Energy Interest Coverage 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=interest-coverage-ratio&ticker=BGDE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-ratio", "ticker": "BGDE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=interest-coverage-ratio&ticker=BGDE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();