Soluna Holdings (SLNH) EPS (Basic) (2010 - 2026)
Soluna Holdings' (SLNH) quarterly EPS (Basic) came in at -$0.17 in Q2 2026, up 66.72% on a YoY basis from -$0.1 in Q2 2025, and up 18.85% quarter-over-quarter from -$0.21 in Q1 2026.
Soluna Holdings (SLNH) EPS (Basic) (2010 - 2026) Analysis & Trends
Soluna Holdings (SLNH) has reported EPS (Basic) for 12 consecutive years, with -$0.17 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EPS (Basic) rose 66.72% year-over-year to -$0.17; the trailing twelve-month figure through Jun 2026 stood at -$0.63 (up 84.73% YoY), and the FY2025 full-year result was -$1.96, up 78.86% from the prior year.
- EPS (Basic) rose to -$0.17 in Q2 2026 per SLNH's latest filing, from -$0.21 in the prior quarter.
- Across five years, EPS (Basic) topped out at -$0.17 in Q2 2026 and bottomed at -$95.53 in Q3 2022.
- Historically, EPS (Basic) has averaged -$11.51 across 5 years, with a median of -$2.9 in 2024.
- The sharpest annual moves came in 2022 and 2023: EPS (Basic) slumped 7857.1% in 2022, then surged 95.42% in 2023.
- Over 5 years, EPS (Basic) stood at -$45.83 in 2022, then jumped by 91.7% to -$3.8 in 2023, then tumbled by 61.19% to -$6.13 in 2024, then surged by 90.98% to -$0.55 in 2025, then surged by 68.78% to -$0.17 in 2026.
- According to Business Quant data, EPS (Basic) over the past three periods registered -$0.17, -$0.21, and -$0.55 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 104.32 Bn | 102.12 Bn | 1.40 Bn | 4.84 |
| 2 | Terawulf | 8.71 Bn | 5.94 Bn | 32.37 Mn | -1.91 |
| 3 | Applied Digital | 8.12 Bn | 6.10 Bn | 97.29 Mn | -0.41 |
| 4 | Cipher Digital | 7.83 Bn | 3.83 Bn | 9.79 Mn | -0.65 |
| 5 | GDS Holdings | 7.07 Bn | 5.01 Bn | 97.89 Mn | 0.65 |
| 6 | Core Scientific | 5.87 Bn | 3.93 Bn | 70.04 Mn | -3.55 |
| 7 | Vnet | 1.95 Bn | 1.06 Bn | 74.45 Mn | -0.08 |
| 8 | Sify Technologies | 1.53 Bn | 1.53 Bn | 51.65 Mn | 0.12 |
| 9 | WhiteFiber | 771.39 Mn | 711.02 Mn | 18.88 Mn | -0.39 |
| 10 | Soluna Holdings | 167.65 Mn | 161.65 Mn | 766,000.00 | -0.17 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.17 |
| Mar 31, 2026 | -0.21 |
| Dec 31, 2025 | -0.55 |
| Sep 30, 2025 | -0.96 |
| Jun 30, 2025 | -0.52 |
| Mar 31, 2025 | -0.62 |
| Dec 31, 2024 | -6.13 |
| Sep 30, 2024 | -1.05 |
| Jun 30, 2024 | -2.00 |
| Mar 31, 2024 | -0.91 |
| Dec 31, 2023 | -3.80 |
| Sep 30, 2023 | -4.38 |
| Jun 30, 2023 | -8.22 |
| Mar 31, 2023 | -8.59 |
| Dec 31, 2022 | -45.83 |
| Sep 30, 2022 | -95.53 |
| Jun 30, 2022 | -11.67 |
| Mar 31, 2022 | -16.05 |
| Dec 31, 2021 | -5.93 |
| Sep 30, 2021 | -1.20 |
Soluna Holdings EPS (Basic) 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=eps-basic&ticker=SLNH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=SLNH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();