Soluna Holdings (SLNH) Property, Plant & Equipment (Net) (2010 - 2026)
Analysis
Soluna Holdings (SLNH) Property, Plant & Equipment (Net) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 104.32 Bn | 102.12 Bn | 1.40 Bn | 25.22 Bn |
| 2 | Terawulf | 8.71 Bn | 5.94 Bn | 32.37 Mn | 3.60 Bn |
| 3 | Applied Digital | 8.12 Bn | 6.10 Bn | 97.29 Mn | 4.24 Bn |
| 4 | Cipher Digital | 7.83 Bn | 3.83 Bn | 9.79 Mn | 2.13 Bn |
| 5 | GDS Holdings | 7.07 Bn | 5.01 Bn | 97.89 Mn | 5.71 Bn |
| 6 | Core Scientific | 5.87 Bn | 3.93 Bn | 70.04 Mn | 1.77 Bn |
| 7 | Vnet | 1.95 Bn | 1.06 Bn | 74.45 Mn | 3.75 Bn |
| 8 | Sify Technologies | 1.53 Bn | 1.53 Bn | 51.65 Mn | - |
| 9 | WhiteFiber | 771.39 Mn | 711.02 Mn | 18.88 Mn | 651.09 Mn |
| 10 | Soluna Holdings | 167.65 Mn | 161.65 Mn | 766,000.00 | 137.80 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 137.80 Mn |
| Mar 31, 2026 | 79.52 Mn |
| Dec 31, 2025 | 74.78 Mn |
| Sep 30, 2025 | 64.00 Mn |
| Jun 30, 2025 | 56.52 Mn |
| Mar 31, 2025 | 49.59 Mn |
| Dec 31, 2024 | 47.28 Mn |
| Sep 30, 2024 | 43.47 Mn |
| Jun 30, 2024 | 41.47 Mn |
| Mar 31, 2024 | 43.26 Mn |
| Dec 31, 2023 | 44.57 Mn |
| Sep 30, 2023 | 45.94 Mn |
| Jun 30, 2023 | 37.76 Mn |
| Mar 31, 2023 | 38.81 Mn |
| Dec 31, 2022 | 42.21 Mn |
| Sep 30, 2022 | 63.51 Mn |
| Jun 30, 2022 | 87.05 Mn |
| Mar 31, 2022 | 68.25 Mn |
| Dec 31, 2021 | 44.60 Mn |
| Sep 30, 2021 | 18.29 Mn |
API Access
Soluna Holdings Property, Plant & Equipment (Net) 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&ticker=SLNH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "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&ticker=SLNH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();