Soluna Holdings (SLNH) Selling, General & Administrative (2010 - 2026)
Analysis
Soluna Holdings (SLNH) Selling, General & Administrative (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 104.32 Bn | 102.12 Bn | 1.40 Bn | 462.00 Mn |
| 2 | Terawulf | 8.71 Bn | 5.94 Bn | 32.37 Mn | 112.41 Mn |
| 3 | Applied Digital | 8.12 Bn | 6.10 Bn | 97.29 Mn | 165.28 Mn |
| 4 | Cipher Digital | 7.83 Bn | 3.83 Bn | 9.79 Mn | 16.48 Mn |
| 5 | GDS Holdings | 7.07 Bn | 5.01 Bn | 97.89 Mn | -27.38 Mn |
| 6 | Core Scientific | 5.87 Bn | 3.93 Bn | 70.04 Mn | 49.39 Mn |
| 7 | Vnet | 1.95 Bn | 1.06 Bn | 74.45 Mn | -24.31 Mn |
| 8 | Sify Technologies | 1.53 Bn | 1.53 Bn | 51.65 Mn | -20.06 Mn |
| 9 | WhiteFiber | 771.39 Mn | 711.02 Mn | 18.88 Mn | 14.81 Mn |
| 10 | Soluna Holdings | 167.65 Mn | 161.65 Mn | 766,000.00 | 17.64 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 17.64 Mn |
| Mar 31, 2026 | 18.54 Mn |
| Dec 31, 2025 | 13.87 Mn |
| Sep 30, 2025 | 10.11 Mn |
| Jun 30, 2025 | 7.80 Mn |
| Mar 31, 2025 | 8.35 Mn |
| Dec 31, 2024 | 6.36 Mn |
| Sep 30, 2024 | 7.65 Mn |
| Jun 30, 2024 | 7.79 Mn |
| Mar 31, 2024 | 6.40 Mn |
| Dec 31, 2023 | 6.55 Mn |
| Sep 30, 2023 | 5.10 Mn |
| Jun 30, 2023 | 6.52 Mn |
| Mar 31, 2023 | 6.74 Mn |
| Dec 31, 2022 | 6.14 Mn |
| Sep 30, 2022 | 8.06 Mn |
| Jun 30, 2022 | 7.25 Mn |
| Mar 31, 2022 | 7.26 Mn |
| Dec 31, 2021 | 4.63 Mn |
| Sep 30, 2021 | 2.32 Mn |
API Access
Soluna Holdings Selling, General & Administrative 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=selling-general-and-administrative&ticker=SLNH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=SLNH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();