Soluna Holdings (SLNH) Tax Rate (2010 - 2026)
Soluna Holdings' (SLNH) quarterly Tax Rate came in at 2.36% in Q2 2026, down 489.0% on a YoY basis from 0.61% in Q2 2025, and down 29.91% quarter-over-quarter from 3.37% in Q1 2026.
Soluna Holdings (SLNH) Tax Rate (2010 - 2026) Analysis & Trends
Soluna Holdings (SLNH) has reported Tax Rate for 11 consecutive years, with 2.36% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Tax Rate fell 489.0% year-over-year to 2.36%; the trailing twelve-month figure through Jun 2026 stood at 2.89% (down 73.0% YoY), and the FY2025 full-year result was 3.91%, down 19.0% from the prior year.
- Tax Rate declined to 2.36% in Q2 2026 per SLNH's latest filing, from 3.37% in the prior quarter.
- Across five years, Tax Rate topped out at 17.72% in Q1 2024 and bottomed at 10.45% in Q3 2023.
- Historically, Tax Rate has averaged 4.3% across 5 years, with a median of 4.59% in 2025.
- The sharpest annual moves came in 2024 and 2025: Tax Rate jumped 1678 bps in 2024, then slumped 1226 bps in 2025.
- Over 5 years, Tax Rate stood at 0.01% in 2022, then surged by 135327 bps to 9.8% in 2023, then slumped by 81 bps to 1.89% in 2024, then jumped by 96 bps to 3.71% in 2025, then sank by 36 bps to 2.36% in 2026.
- According to Business Quant data, Tax Rate over the past three periods registered 2.36%, 3.37%, and 3.71% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 104.32 Bn | 102.12 Bn | 1.40 Bn | 8.80% |
| 2 | Terawulf | 8.71 Bn | 5.94 Bn | 32.37 Mn | 0.00% |
| 3 | Applied Digital | 8.12 Bn | 6.10 Bn | 97.29 Mn | -2.22% |
| 4 | Cipher Digital | 7.83 Bn | 3.83 Bn | 9.79 Mn | -0.14% |
| 5 | GDS Holdings | 7.07 Bn | 5.01 Bn | 97.89 Mn | -26.59% |
| 6 | Core Scientific | 5.87 Bn | 3.93 Bn | 70.04 Mn | -0.17% |
| 7 | Vnet | 1.95 Bn | 1.06 Bn | 74.45 Mn | -155.11% |
| 8 | Sify Technologies | 1.53 Bn | 1.53 Bn | 51.65 Mn | -8.35% |
| 9 | WhiteFiber | 771.39 Mn | 711.02 Mn | 18.88 Mn | 4.76% |
| 10 | Soluna Holdings | 167.65 Mn | 161.65 Mn | 766,000.00 | 2.36% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.36% |
| Mar 31, 2026 | 3.37% |
| Dec 31, 2025 | 3.71% |
| Sep 30, 2025 | 2.52% |
| Jun 30, 2025 | 7.25% |
| Mar 31, 2025 | 5.46% |
| Dec 31, 2024 | 1.89% |
| Sep 30, 2024 | 6.33% |
| Jun 30, 2024 | 6.63% |
| Mar 31, 2024 | 17.72% |
| Dec 31, 2023 | 9.80% |
| Sep 30, 2023 | -10.45% |
| Jun 30, 2023 | 5.58% |
| Mar 31, 2023 | 6.86% |
| Dec 31, 2022 | 0.01% |
| Sep 30, 2022 | 0.96% |
| Jun 30, 2022 | 1.75% |
| Mar 31, 2022 | 5.65% |
| Dec 31, 2021 | -1.21% |
| Jun 30, 2021 | 0.22% |
Soluna Holdings Tax Rate 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=tax-rate&ticker=SLNH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=SLNH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();