Soluna Holdings (SLNH) Income from Non-Controlling Interests (2010 - 2026)
Soluna Holdings' (SLNH) quarterly Income from Non-Controlling Interests came in at -$1.9 million in Q2 2026, down 381.16% on a YoY basis from $681117.1 in Q2 2025, and down 339.22% quarter-over-quarter from -$436000.0 in Q1 2026.
Soluna Holdings (SLNH) Income from Non-Controlling Interests (2010 - 2026) Analysis & Trends
Soluna Holdings (SLNH) has reported Income from Non-Controlling Interests for 9 consecutive years, with -$1.9 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Income from Non-Controlling Interests fell 381.16% year-over-year to -$1.9 million; the trailing twelve-month figure through Jun 2026 stood at -$5.7 million (down 1533.75% YoY), and the FY2025 full-year result was -$3.6 million, down 171.12% from the prior year.
- Income from Non-Controlling Interests eased to -$1.9 million in Q2 2026 per SLNH's latest filing, from -$436000.0 in the prior quarter.
- Across five years, Income from Non-Controlling Interests topped out at $2.7 million in Q1 2024 and bottomed at -$1.9 million in Q2 2026.
- Historically, Income from Non-Controlling Interests has averaged $13812.5 across 5 years, with a median of -$321000.0 in 2022.
- The sharpest annual moves came in 2023 and 2026: Income from Non-Controlling Interests jumped 1677.78% in 2023, then slumped 381.16% in 2026.
- Over 5 years, Income from Non-Controlling Interests stood at -$108000.0 in 2022, then surged by 1677.78% to $1.7 million in 2023, then fell by 12.03% to $1.5 million in 2024, then tumbled by 203.6% to -$1.6 million in 2025, then decreased by 23.31% to -$1.9 million in 2026.
- According to Business Quant data, Income from Non-Controlling Interests over the past three periods registered -$1.9 million, -$436000.0, and -$1.6 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 104.32 Bn | 102.12 Bn | 1.40 Bn | -2.00 Mn |
| 2 | Terawulf | 8.71 Bn | 5.94 Bn | 32.37 Mn | -910,000.00 |
| 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 | -355,000.00 |
| 6 | Core Scientific | 5.87 Bn | 3.93 Bn | 70.04 Mn | - |
| 7 | Vnet | 1.95 Bn | 1.06 Bn | 74.45 Mn | -1.85 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 | -1.92 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.92 Mn |
| Mar 31, 2026 | -436,000.00 |
| Dec 31, 2025 | -1.55 Mn |
| Sep 30, 2025 | -1.83 Mn |
| Jun 30, 2025 | -398,000.00 |
| Mar 31, 2025 | 202,000.00 |
| Dec 31, 2024 | 1.50 Mn |
| Sep 30, 2024 | -903,000.00 |
| Jun 30, 2024 | 1.73 Mn |
| Mar 31, 2024 | 2.71 Mn |
| Dec 31, 2023 | 1.70 Mn |
| Sep 30, 2023 | 646,000.00 |
| Jun 30, 2023 | -482,000.00 |
| Mar 31, 2023 | -370,000.00 |
| Dec 31, 2022 | -108,000.00 |
| Sep 30, 2022 | -272,000.00 |
| Dec 31, 2013 | 127,000.00 |
| Sep 30, 2013 | -18,000.00 |
| Jun 30, 2013 | -15,000.00 |
| Mar 31, 2013 | 20.00 |
Soluna Holdings Income from Non-Controlling Interests 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-non-controlling-interests&ticker=SLNH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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-non-controlling-interests&ticker=SLNH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();