Soluna Holdings (SLNH) Inventory Average (2011 - 2021)
Soluna Holdings' (SLNH) quarterly Inventory Average came in at $1.2 million in Q3 2021, up 186.43% quarter-over-quarter from $409350.5 in Q2 2014.
Soluna Holdings (SLNH) Inventory Average (2011 - 2021) Analysis & Trends
Soluna Holdings (SLNH) has reported Inventory Average for 5 consecutive years, with $1.2 million the latest figure, recorded in Q3 2021.
- For the quarter ending Q3 2021, Inventory Average changed N/A year-over-year to $1.2 million; the trailing twelve-month figure through Sep 2021 stood at $1.2 million (changed N/A YoY), and the FY2013 full-year result was $371559.0, down 22.44% from the prior year.
- Inventory Average climbed to $1.2 million in Q3 2021 per SLNH's latest filing, from $409350.5 in the prior quarter.
- Across five years, Inventory Average topped out at $1.2 million in Q3 2021 and bottomed at $1.2 million in Q3 2021.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inventory Avg. (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 104.32 Bn | 102.12 Bn | 1.40 Bn | - |
| 2 | Terawulf | 8.71 Bn | 5.94 Bn | 32.37 Mn | - |
| 3 | Applied Digital | 8.12 Bn | 6.10 Bn | 97.29 Mn | - |
| 4 | Cipher Digital | 7.83 Bn | 3.83 Bn | 9.79 Mn | - |
| 5 | GDS Holdings | 7.07 Bn | 5.01 Bn | 97.89 Mn | - |
| 6 | Core Scientific | 5.87 Bn | 3.93 Bn | 70.04 Mn | - |
| 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 | - |
| 10 | Soluna Holdings | 167.65 Mn | 161.65 Mn | 766,000.00 | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2021 | 1.17 Mn |
| Jun 30, 2014 | 409,350.50 |
| Mar 31, 2014 | 371,350.50 |
| Dec 31, 2013 | 741,500.00 |
| Sep 30, 2013 | 790,000.00 |
| Jun 30, 2013 | 876,500.00 |
| Mar 31, 2013 | 457,559.00 |
| Dec 31, 2012 | 717,059.00 |
| Sep 30, 2012 | 1.30 Mn |
| Jun 30, 2012 | 1.09 Mn |
| Mar 31, 2012 | 982,000.00 |
| Dec 31, 2011 | 1.04 Mn |
| Sep 30, 2011 | 1.11 Mn |
Soluna Holdings Inventory Average 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=inventory-average&ticker=SLNH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "inventory-average", "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=inventory-average&ticker=SLNH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();