Soluna Holdings (SLNH) Property, Plant & Equipment (Net) Growth (1y) (2011 - 2026)
Analysis
Soluna Holdings (SLNH) Property, Plant & Equipment (Net) Growth (1y) (2011 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 104.32 Bn | 102.12 Bn | 1.40 Bn | 18.93% |
| 2 | Terawulf | 8.71 Bn | 5.94 Bn | 32.37 Mn | 495.31% |
| 3 | Applied Digital | 8.12 Bn | 6.10 Bn | 97.29 Mn | 238.29% |
| 4 | Cipher Digital | 7.83 Bn | 3.83 Bn | 9.79 Mn | 350.02% |
| 5 | GDS Holdings | 7.07 Bn | 5.01 Bn | 97.89 Mn | 3.58% |
| 6 | Core Scientific | 5.87 Bn | 3.93 Bn | 70.04 Mn | 152.98% |
| 7 | Vnet | 1.95 Bn | 1.06 Bn | 74.45 Mn | 35.38% |
| 8 | Sify Technologies | 1.53 Bn | 1.53 Bn | 51.65 Mn | - |
| 9 | WhiteFiber | 771.39 Mn | 711.02 Mn | 18.88 Mn | 183.13% |
| 10 | Soluna Holdings | 167.65 Mn | 161.65 Mn | 766,000.00 | 143.80% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 143.80% |
| Mar 31, 2026 | 60.36% |
| Dec 31, 2025 | 58.16% |
| Sep 30, 2025 | 47.22% |
| Jun 30, 2025 | 36.29% |
| Mar 31, 2025 | 14.61% |
| Dec 31, 2024 | 6.08% |
| Sep 30, 2024 | -5.37% |
| Jun 30, 2024 | 9.83% |
| Mar 31, 2024 | 11.48% |
| Dec 31, 2023 | 5.60% |
| Sep 30, 2023 | -27.67% |
| Jun 30, 2023 | -56.62% |
| Mar 31, 2023 | -43.13% |
| Dec 31, 2022 | -5.35% |
| Sep 30, 2022 | 247.24% |
| Jun 30, 2022 | 3,982.93% |
| Mar 31, 2022 | 6,362.59% |
| Dec 31, 2021 | 6,076.87% |
| Dec 31, 2020 | 314.94% |
API Access
Soluna Holdings Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net-growth-1y&ticker=SLNH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-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=property-plant-and-equipment-net-growth-1y&ticker=SLNH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();