Soluna Holdings (SLNH) Interest Coverage Ratio (2022 - 2026)
Soluna Holdings' (SLNH) quarterly Interest Coverage Ratio came in at 5.35 in Q2 2026, up 3.41% on a YoY basis from 5.17 in Q2 2025, and up 52.34% quarter-over-quarter from 11.23 in Q1 2026.
Soluna Holdings (SLNH) Interest Coverage Ratio (2022 - 2026) Analysis & Trends
Soluna Holdings (SLNH) has reported Interest Coverage Ratio for 5 consecutive years, with 5.35 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Interest Coverage Ratio rose 3.41% year-over-year to 5.35; the trailing twelve-month figure through Jun 2026 stood at 5.92 (up 62.38% YoY), and the FY2025 full-year result was 6.97, up 62.96% from the prior year.
- Interest Coverage Ratio grew to 5.35 in Q2 2026 per SLNH's latest filing, from 11.23 in the prior quarter.
- Across five years, Interest Coverage Ratio topped out at 32.88 in Q4 2025 and bottomed at 51.72 in Q4 2022.
- Historically, Interest Coverage Ratio has averaged 9.73 across 5 years, with a median of 6.86 in 2023.
- The widest YoY moves for Interest Coverage Ratio: up 177.73% in 2025, down 992.22% in 2025.
- Over 5 years, Interest Coverage Ratio stood at 51.72 in 2022, then jumped by 88.08% to 6.16 in 2023, then plunged by 586.45% to 42.3 in 2024, then surged by 177.73% to 32.88 in 2025, then plunged by 116.27% to 5.35 in 2026.
- According to Business Quant data, Interest Coverage Ratio over the past three periods registered 5.35, 11.23, and 32.88 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 104.32 Bn | 102.12 Bn | 1.40 Bn | 4.40 |
| 2 | Terawulf | 8.71 Bn | 5.94 Bn | 32.37 Mn | -2.49 |
| 3 | Applied Digital | 8.12 Bn | 6.10 Bn | 97.29 Mn | -11.74 |
| 4 | Cipher Digital | 7.83 Bn | 3.83 Bn | 9.79 Mn | -1.18 |
| 5 | GDS Holdings | 7.07 Bn | 5.01 Bn | 97.89 Mn | 1.20 |
| 6 | Core Scientific | 5.87 Bn | 3.93 Bn | 70.04 Mn | - |
| 7 | Vnet | 1.95 Bn | 1.06 Bn | 74.45 Mn | 1.12 |
| 8 | Sify Technologies | 1.53 Bn | 1.53 Bn | 51.65 Mn | 1.09 |
| 9 | WhiteFiber | 771.39 Mn | 711.02 Mn | 18.88 Mn | -2.02 |
| 10 | Soluna Holdings | 167.65 Mn | 161.65 Mn | 766,000.00 | -5.35 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -5.35 |
| Mar 31, 2026 | -11.23 |
| Dec 31, 2025 | 32.88 |
| Sep 30, 2025 | -1.64 |
| Jun 30, 2025 | -5.54 |
| Mar 31, 2025 | -8.56 |
| Dec 31, 2024 | -42.30 |
| Sep 30, 2024 | -10.98 |
| Jun 30, 2024 | -8.18 |
| Mar 31, 2024 | 0.96 |
| Dec 31, 2023 | -6.16 |
| Sep 30, 2023 | -7.55 |
| Jun 30, 2023 | -14.56 |
| Mar 31, 2023 | -5.10 |
| Dec 31, 2022 | -51.72 |
| Sep 30, 2022 | -24.96 |
| Jun 30, 2022 | -2.85 |
| Mar 31, 2022 | -2.36 |
Soluna Holdings 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=SLNH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-ratio", "ticker": "SLNH", "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=SLNH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();