Soluna Holdings (SLNH) Profit After Tax (2010 - 2026)
Soluna Holdings' (SLNH) quarterly Profit After Tax 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) Profit After Tax (2010 - 2026) Analysis & Trends
Soluna Holdings (SLNH) has reported Profit After Tax for 12 consecutive years, with -$22.6 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Profit After Tax 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 10.0% from the prior year.
- Profit After Tax slipped to -$22.6 million in Q2 2026 per SLNH's latest filing, from -$17.9 million in the prior quarter.
- Across five years, Profit After Tax topped out at -$2.5 million in Q1 2024 and bottomed at -$56.2 million in Q3 2022.
- Historically, Profit After Tax 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: Profit After Tax plunged 5919.72% in 2022, then jumped 88.14% in 2023.
- Over 5 years, Profit After Tax stood at -$27.5 million in 2022, then surged by 81.81% to -$5.0 million in 2023, then plunged by 670.82% 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, Profit After Tax 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) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 104.32 Bn | 102.12 Bn | 1.40 Bn | 479.00 Mn |
| 2 | Terawulf | 8.71 Bn | 5.94 Bn | 32.37 Mn | -940.83 Mn |
| 3 | Applied Digital | 8.12 Bn | 6.10 Bn | 97.29 Mn | -147.31 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 | 123.45 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 | -5.86 Mn |
| 8 | Sify Technologies | 1.53 Bn | 1.53 Bn | 51.65 Mn | 686,579.29 |
| 9 | WhiteFiber | 771.39 Mn | 711.02 Mn | 18.88 Mn | -17.32 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.66 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 | -933,000.00 |
Soluna Holdings Profit After Tax 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=profit-after-tax&ticker=SLNH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=SLNH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();