Soluna Holdings (SLNH) Income towards Parent Company (2010 - 2026)
Soluna Holdings' (SLNH) quarterly Income towards Parent Company 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 towards Parent Company (2010 - 2026) Analysis & Trends
Soluna Holdings (SLNH) has reported Income towards Parent Company for 12 consecutive years, with -$22.6 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Income towards Parent Company 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 towards Parent Company 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 towards Parent Company topped out at -$2.5 million in Q1 2024 and bottomed at -$56.2 million in Q3 2022.
- Historically, Income towards Parent Company has averaged -$15.7 million across 5 years, with a median of -$9.0 million in 2022.
- The sharpest annual moves came in 2022 and 2023: Income towards Parent Company slumped 9107.21% in 2022, then soared 89.29% in 2023.
- Over 5 years, Income towards Parent Company stood at -$27.5 million in 2022, then jumped by 81.8% 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 towards Parent Company 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) |
|---|---|---|---|---|
| 1 | Equinix | 104.32 Bn | 102.12 Bn | 1.40 Bn |
| 2 | Terawulf | 8.71 Bn | 5.94 Bn | 32.37 Mn |
| 3 | Applied Digital | 8.12 Bn | 6.10 Bn | 97.29 Mn |
| 4 | Cipher Digital | 7.83 Bn | 3.83 Bn | 9.79 Mn |
| 5 | GDS Holdings | 7.07 Bn | 5.01 Bn | 97.89 Mn |
| 6 | Core Scientific | 5.87 Bn | 3.93 Bn | 70.04 Mn |
| 7 | Vnet | 1.95 Bn | 1.06 Bn | 74.45 Mn |
| 8 | Sify Technologies | 1.53 Bn | 1.53 Bn | 51.65 Mn |
| 9 | WhiteFiber | 771.39 Mn | 711.02 Mn | 18.88 Mn |
| 10 | Soluna Holdings | 167.65 Mn | 161.65 Mn | 766,000.00 |
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.47 Mn |
| Sep 30, 2022 | -56.16 Mn |
| Jun 30, 2022 | -6.56 Mn |
| Mar 31, 2022 | -8.91 Mn |
| Dec 31, 2021 | -2.81 Mn |
| Sep 30, 2021 | -610,000.00 |
Soluna Holdings Income towards Parent Company 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-towards-parent-company&ticker=SLNH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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-towards-parent-company&ticker=SLNH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();