Soluna Holdings (SLNH) Cash & Equivalents Growth (3y) (2013 - 2026)
Analysis
Soluna Holdings (SLNH) Cash & Equivalents Growth (3y) (2013 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 104.32 Bn | 102.12 Bn | 1.40 Bn | -25.23% |
| 2 | Terawulf | 8.71 Bn | 5.94 Bn | 32.37 Mn | 582.44% |
| 3 | Applied Digital | 8.12 Bn | 6.10 Bn | 97.29 Mn | 280.06% |
| 4 | Cipher Digital | 7.83 Bn | 3.83 Bn | 9.79 Mn | 681.77% |
| 5 | GDS Holdings | 7.07 Bn | 5.01 Bn | 97.89 Mn | 24.91% |
| 6 | Core Scientific | 5.87 Bn | 3.93 Bn | 70.04 Mn | 213.22% |
| 7 | Vnet | 1.95 Bn | 1.06 Bn | 74.45 Mn | 44.86% |
| 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 | -16.36% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -16.36% |
| Mar 31, 2026 | -5.70% |
| Dec 31, 2025 | 63.57% |
| Sep 30, 2025 | 280.21% |
| Jun 30, 2025 | 48.51% |
| Mar 31, 2025 | 72.25% |
| Dec 31, 2024 | 0.63% |
| Sep 30, 2024 | -8.27% |
| Jun 30, 2024 | 1.13% |
| Mar 31, 2024 | 61.16% |
| Dec 31, 2023 | 57.97% |
| Sep 30, 2023 | 51.45% |
| Jun 30, 2023 | 96.46% |
| Dec 31, 2022 | -10.14% |
| Jun 30, 2014 | -21.37% |
| Mar 31, 2014 | -91.10% |
| Dec 31, 2013 | 2.70% |
| Sep 30, 2013 | 20.61% |
| Jun 30, 2013 | 0.98% |
API Access
Soluna Holdings Cash & Equivalents Growth (3y) 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=cash-and-equivalents-growth-3y&ticker=SLNH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-3y", "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=cash-and-equivalents-growth-3y&ticker=SLNH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();