Soluna Holdings (SLNH) EBT Margin (2010 - 2026)
Soluna Holdings' (SLNH) quarterly EBT Margin came in at 153.86% in Q2 2026, down 1764.0% on a YoY basis from 9.25% in Q2 2025, and up 21.98% quarter-over-quarter from 197.21% in Q1 2026.
Soluna Holdings (SLNH) EBT Margin (2010 - 2026) Analysis & Trends
Soluna Holdings (SLNH) has reported EBT Margin for 12 consecutive years, with 153.86% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBT Margin fell 1764.0% year-over-year to 153.86%; the trailing twelve-month figure through Jun 2026 stood at 201.63% (up 2808.0% YoY), and the FY2025 full-year result was 199.57%, down 3970.0% from the prior year.
- EBT Margin climbed to 153.86% in Q2 2026 per SLNH's latest filing, from 197.21% in the prior quarter.
- Across five years, EBT Margin topped out at 24.64% in Q1 2024 and bottomed at 889.67% in Q3 2022.
- Historically, EBT Margin has averaged 251.71% across 5 years, with a median of 159.66% in 2022.
- The sharpest annual moves came in 2022 and 2023: EBT Margin tumbled 85981 bps in 2022, then surged 79571 bps in 2023.
- Over 5 years, EBT Margin stood at 660.75% in 2022, then surged by 92 bps to 54.76% in 2023, then sank by 767 bps to 474.64% in 2024, then jumped by 62 bps to 181.26% in 2025, then grew by 15 bps to 153.86% in 2026.
- According to Business Quant data, EBT Margin over the past three periods registered 153.86%, 197.21%, and 181.26% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 104.32 Bn | 102.12 Bn | 1.40 Bn | 19.92% |
| 2 | Terawulf | 8.71 Bn | 5.94 Bn | 32.37 Mn | -2,076.83% |
| 3 | Applied Digital | 8.12 Bn | 6.10 Bn | 97.29 Mn | -30.77% |
| 4 | Cipher Digital | 7.83 Bn | 3.83 Bn | 9.79 Mn | -1,075.66% |
| 5 | GDS Holdings | 7.07 Bn | 5.01 Bn | 97.89 Mn | 26.01% |
| 6 | Core Scientific | 5.87 Bn | 3.93 Bn | 70.04 Mn | -702.43% |
| 7 | Vnet | 1.95 Bn | 1.06 Bn | 74.45 Mn | 1.34% |
| 8 | Sify Technologies | 1.53 Bn | 1.53 Bn | 51.65 Mn | 9.60% |
| 9 | WhiteFiber | 771.39 Mn | 711.02 Mn | 18.88 Mn | -54.53% |
| 10 | Soluna Holdings | 167.65 Mn | 161.65 Mn | 766,000.00 | -153.86% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -153.86% |
| Mar 31, 2026 | -197.21% |
| Dec 31, 2025 | -181.26% |
| Sep 30, 2025 | -314.36% |
| Jun 30, 2025 | -136.21% |
| Mar 31, 2025 | -131.05% |
| Dec 31, 2024 | -474.64% |
| Sep 30, 2024 | -114.82% |
| Jun 30, 2024 | -101.23% |
| Mar 31, 2024 | -24.64% |
| Dec 31, 2023 | -54.76% |
| Sep 30, 2023 | -93.96% |
| Jun 30, 2023 | -474.08% |
| Mar 31, 2023 | -258.89% |
| Dec 31, 2022 | -660.75% |
| Sep 30, 2022 | -889.67% |
| Jun 30, 2022 | -165.46% |
| Mar 31, 2022 | -103.90% |
| Dec 31, 2021 | -39.62% |
| Sep 30, 2021 | -29.87% |
Soluna Holdings EBT Margin 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=ebt-margin&ticker=SLNH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-margin", "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=ebt-margin&ticker=SLNH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();