Soluna Holdings (SLNH) FCF Margin (2010 - 2026)
Soluna Holdings' (SLNH) quarterly FCF Margin came in at 80.35% in Q2 2026, up 656.0% on a YoY basis from 10.63% in Q2 2025, and up 15.54% quarter-over-quarter from 95.14% in Q1 2026.
Soluna Holdings (SLNH) FCF Margin (2010 - 2026) Analysis & Trends
Soluna Holdings (SLNH) has reported FCF Margin for 12 consecutive years, with 80.35% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, FCF Margin rose 656.0% year-over-year to 80.35%; the trailing twelve-month figure through Jun 2026 stood at 116.91% (down 4794.0% YoY), and the FY2025 full-year result was 125.23%, down 8861.0% from the prior year.
- FCF Margin climbed to 80.35% in Q2 2026 per SLNH's latest filing, from 95.14% in the prior quarter.
- Across five years, FCF Margin topped out at 26.5% in Q1 2024 and bottomed at 302.19% in Q2 2022.
- Historically, FCF Margin has averaged 118.48% across 5 years, with a median of 91.02% in 2026.
- The widest YoY moves for FCF Margin: up 23505 bps in 2022, down 31833 bps in 2022.
- Over 5 years, FCF Margin stood at 67.27% in 2022, then jumped by 118 bps to 12.31% in 2023, then tumbled by 565 bps to 57.29% in 2024, then plunged by 217 bps to 181.68% in 2025, then surged by 56 bps to 80.35% in 2026.
- According to Business Quant data, FCF Margin over the past three periods registered 80.35%, 95.14%, and 181.68% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 104.32 Bn | 102.12 Bn | 1.40 Bn | -19.47% |
| 2 | Terawulf | 8.71 Bn | 5.94 Bn | 32.37 Mn | -2,216.52% |
| 3 | Applied Digital | 8.12 Bn | 6.10 Bn | 97.29 Mn | -446.97% |
| 4 | Cipher Digital | 7.83 Bn | 3.83 Bn | 9.79 Mn | -2,632.52% |
| 5 | GDS Holdings | 7.07 Bn | 5.01 Bn | 97.89 Mn | 45.70% |
| 6 | Core Scientific | 5.87 Bn | 3.93 Bn | 70.04 Mn | -355.63% |
| 7 | Vnet | 1.95 Bn | 1.06 Bn | 74.45 Mn | 62.09% |
| 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 | -80.35% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -80.35% |
| Mar 31, 2026 | -95.14% |
| Dec 31, 2025 | -181.68% |
| Sep 30, 2025 | -135.76% |
| Jun 30, 2025 | -86.91% |
| Mar 31, 2025 | -62.52% |
| Dec 31, 2024 | -57.29% |
| Sep 30, 2024 | -72.19% |
| Jun 30, 2024 | -73.15% |
| Mar 31, 2024 | 26.50% |
| Dec 31, 2023 | 12.31% |
| Sep 30, 2023 | -176.07% |
| Jun 30, 2023 | -136.27% |
| Mar 31, 2023 | -126.96% |
| Dec 31, 2022 | -67.27% |
| Sep 30, 2022 | -253.19% |
| Jun 30, 2022 | -302.19% |
| Mar 31, 2022 | -264.46% |
| Dec 31, 2021 | -302.32% |
| Sep 30, 2021 | -471.41% |
Soluna Holdings FCF 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=fcf-margin&ticker=SLNH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-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=fcf-margin&ticker=SLNH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();