Soluna Holdings (SLNH) Share-based Compensation Growth (1y) (2011 - 2026)
Analysis
Soluna Holdings (SLNH) Share-based Compensation Growth (1y) (2011 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 104.32 Bn | 102.12 Bn | 1.40 Bn | 14.17% |
| 2 | Terawulf | 8.71 Bn | 5.94 Bn | 32.37 Mn | 6,337.04% |
| 3 | Applied Digital | 8.12 Bn | 6.10 Bn | 97.29 Mn | 5,073.02% |
| 4 | Cipher Digital | 7.83 Bn | 3.83 Bn | 9.79 Mn | 5,810.59% |
| 5 | GDS Holdings | 7.07 Bn | 5.01 Bn | 97.89 Mn | 16.41% |
| 6 | Core Scientific | 5.87 Bn | 3.93 Bn | 70.04 Mn | -24.53% |
| 7 | Vnet | 1.95 Bn | 1.06 Bn | 74.45 Mn | - |
| 8 | Sify Technologies | 1.53 Bn | 1.53 Bn | 51.65 Mn | - |
| 9 | WhiteFiber | 771.39 Mn | 711.02 Mn | 18.88 Mn | -47.69% |
| 10 | Soluna Holdings | 167.65 Mn | 161.65 Mn | 766,000.00 | 1.94% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.94% |
| Mar 31, 2026 | 276.98% |
| Dec 31, 2025 | 964.84% |
| Sep 30, 2025 | -6.82% |
| Jun 30, 2025 | 60.34% |
| Mar 31, 2025 | 165.06% |
| Dec 31, 2024 | -124.57% |
| Sep 30, 2024 | 2,034.18% |
| Jun 30, 2024 | 25.88% |
| Mar 31, 2024 | -61.49% |
| Dec 31, 2023 | 108.51% |
| Sep 30, 2023 | -49.24% |
| Jun 30, 2023 | 412.77% |
| Mar 31, 2023 | 97.95% |
| Dec 31, 2022 | 94.54% |
| Sep 30, 2022 | -18.24% |
| Jun 30, 2022 | -11.03% |
| Mar 31, 2022 | 4,527.59% |
| Dec 31, 2021 | 11,260.00% |
| Sep 30, 2021 | 8,932.27% |
API Access
Soluna Holdings Share-based Compensation Growth (1y) 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=share-based-compensation-growth-1y&ticker=SLNH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-1y", "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=share-based-compensation-growth-1y&ticker=SLNH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();