Soluna Holdings (SLNH) Other Non Operating Income (2010 - 2026)
Soluna Holdings' (SLNH) quarterly Other Non Operating Income came in at -$4.2 million in Q2 2026, down 1342.27% on a YoY basis from $337849.8 in Q2 2025, and down 3814.16% quarter-over-quarter from $113000.0 in Q1 2026.
Soluna Holdings (SLNH) Other Non Operating Income (2010 - 2026) Analysis & Trends
Soluna Holdings (SLNH) has reported Other Non Operating Income for 10 consecutive years, with -$4.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Non Operating Income fell 1342.27% year-over-year to -$4.2 million; the trailing twelve-month figure through Jun 2026 stood at -$27.6 million (down 2766.06% YoY), and the FY2025 full-year result was -$23.7 million, down 315.09% from the prior year.
- Other Non Operating Income fell to -$4.2 million in Q2 2026 per SLNH's latest filing, from $113000.0 in the prior quarter.
- Across five years, Other Non Operating Income topped out at $1.2 million in Q4 2022 and bottomed at -$22.0 million in Q3 2025.
- Historically, Other Non Operating Income has averaged -$3.1 million across 5 years, with a median of -$1.1 million in 2023.
- The widest YoY moves for Other Non Operating Income: up 118600.0% in 2022, down 410666.67% in 2022.
- Over 5 years, Other Non Operating Income stood at $1.2 million in 2022, then slumped by 230.92% to -$1.6 million in 2023, then surged by 93.69% to -$98000.0 in 2024, then sank by 1446.94% to -$1.5 million in 2025, then tumbled by 176.85% to -$4.2 million in 2026.
- According to Business Quant data, Other Non Operating Income over the past three periods registered -$4.2 million, $113000.0, and -$1.5 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 | -4.20 Mn |
| Mar 31, 2026 | 113,000.00 |
| Dec 31, 2025 | -1.52 Mn |
| Sep 30, 2025 | -22.05 Mn |
| Jun 30, 2025 | -291,000.00 |
| Mar 31, 2025 | 551,000.00 |
| Dec 31, 2024 | -98,000.00 |
| Sep 30, 2024 | 875,000.00 |
| Jun 30, 2024 | -5.60 Mn |
| Mar 31, 2024 | -3.10 Mn |
| Dec 31, 2023 | -1.55 Mn |
| Sep 30, 2023 | -769,000.00 |
| Jun 30, 2023 | -2.05 Mn |
| Mar 31, 2023 | 473,000.00 |
| Dec 31, 2022 | 1.19 Mn |
| Sep 30, 2022 | -12.32 Mn |
| Dec 31, 2021 | 1,000.00 |
| Sep 30, 2021 | 3,000.00 |
| Jun 30, 2021 | 3,000.00 |
| Mar 31, 2021 | 5,000.00 |
Soluna Holdings Other Non Operating Income 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=other-non-operating-income&ticker=SLNH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=SLNH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();