Soluna Holdings (SLNH) Income from Continuing Operations (2010 - 2026)
Soluna Holdings' (SLNH) quarterly Income from Continuing Operations came in at -$22.6 million in Q2 2026, down 190.8% on a YoY basis from $24.9 million in Q2 2025, and down 26.38% quarter-over-quarter from -$17.9 million in Q1 2026.
Soluna Holdings (SLNH) Income from Continuing Operations (2010 - 2026) Analysis & Trends
Soluna Holdings (SLNH) has reported Income from Continuing Operations for 12 consecutive years, with -$22.6 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Income from Continuing Operations fell 190.8% year-over-year to -$22.6 million; the trailing twelve-month figure through Jun 2026 stood at -$82.4 million (down 33.42% YoY), and the FY2025 full-year result was -$57.0 million, up 2.25% from the prior year.
- Income from Continuing Operations slipped to -$22.6 million in Q2 2026 per SLNH's latest filing, from -$17.9 million in the prior quarter.
- Across five years, Income from Continuing Operations topped out at -$2.5 million in Q1 2024 and bottomed at -$56.1 million in Q3 2022.
- Historically, Income from Continuing Operations has averaged -$16.1 million across 5 years, with a median of -$9.2 million in 2023.
- The sharpest annual moves came in 2022 and 2023: Income from Continuing Operations tumbled 5917.47% in 2022, then surged 89.28% in 2023.
- Over 5 years, Income from Continuing Operations stood at -$27.6 million in 2022, then jumped by 81.92% to -$5.0 million in 2023, then plunged by 670.67% to -$38.5 million in 2024, then soared by 58.28% to -$16.1 million in 2025, then slumped by 40.78% to -$22.6 million in 2026.
- According to Business Quant data, Income from Continuing Operations over the past three periods registered -$22.6 million, -$17.9 million, and -$16.1 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 104.32 Bn | 102.12 Bn | 1.40 Bn | 477.00 Mn |
| 2 | Terawulf | 8.71 Bn | 5.94 Bn | 32.37 Mn | -929.76 Mn |
| 3 | Applied Digital | 8.12 Bn | 6.10 Bn | 97.29 Mn | -81.39 Mn |
| 4 | Cipher Digital | 7.83 Bn | 3.83 Bn | 9.79 Mn | -267.53 Mn |
| 5 | GDS Holdings | 7.07 Bn | 5.01 Bn | 97.89 Mn | 149.73 Mn |
| 6 | Core Scientific | 5.87 Bn | 3.93 Bn | 70.04 Mn | -1.16 Bn |
| 7 | Vnet | 1.95 Bn | 1.06 Bn | 74.45 Mn | 13.97 Mn |
| 8 | Sify Technologies | 1.53 Bn | 1.53 Bn | 51.65 Mn | 13.57 Mn |
| 9 | WhiteFiber | 771.39 Mn | 711.02 Mn | 18.88 Mn | -14.98 Mn |
| 10 | Soluna Holdings | 167.65 Mn | 161.65 Mn | 766,000.00 | -22.62 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -22.62 Mn |
| Mar 31, 2026 | -17.90 Mn |
| Dec 31, 2025 | -16.07 Mn |
| Sep 30, 2025 | -25.79 Mn |
| Jun 30, 2025 | -7.78 Mn |
| Mar 31, 2025 | -7.35 Mn |
| Dec 31, 2024 | -38.52 Mn |
| Sep 30, 2024 | -8.09 Mn |
| Jun 30, 2024 | -9.15 Mn |
| Mar 31, 2024 | -2.54 Mn |
| Dec 31, 2023 | -5.00 Mn |
| Sep 30, 2023 | -6.02 Mn |
| Jun 30, 2023 | -9.26 Mn |
| Mar 31, 2023 | -7.43 Mn |
| Dec 31, 2022 | -27.64 Mn |
| Sep 30, 2022 | -56.14 Mn |
| Jun 30, 2022 | -14.10 Mn |
| Mar 31, 2022 | -9.13 Mn |
| Dec 31, 2021 | -3.44 Mn |
| Sep 30, 2021 | -933,000.00 |
Soluna Holdings Income from Continuing Operations 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=income-from-continuing-operations&ticker=SLNH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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=income-from-continuing-operations&ticker=SLNH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();