Soluna Holdings (SLNH) Liabilities from Discontinued Operations (2020 - 2022)
Soluna Holdings' (SLNH) quarterly Liabilities from Discontinued Operations came in at $1.3 million in Q1 2022, up 4.42% quarter-over-quarter from $1.2 million in Q4 2021.
Soluna Holdings (SLNH) Liabilities from Discontinued Operations (2020 - 2022) Analysis & Trends
Soluna Holdings (SLNH) has reported Liabilities from Discontinued Operations for 3 consecutive years, with $1.3 million the latest figure, recorded in Q1 2022.
- For the quarter ending Q1 2022, Liabilities from Discontinued Operations changed N/A year-over-year to $1.3 million; the trailing twelve-month figure through Mar 2022 stood at $1.3 million (changed N/A YoY), and the FY2021 full-year result was $1.2 million, up 92.41% from the prior year.
- Liabilities from Discontinued Operations advanced to $1.3 million in Q1 2022 per SLNH's latest filing, from $1.2 million in the prior quarter.
- Across five years, Liabilities from Discontinued Operations topped out at $1.3 million in Q1 2022 and bottomed at $646000.0 in Q4 2020.
- Historically, Liabilities from Discontinued Operations has averaged $1.1 million across 3 years, with a median of $1.2 million in 2021.
- The widest YoY moves for Liabilities from Discontinued Operations: up 92.41% in 2021, down 92.41% in 2021.
- Over 3 years, Liabilities from Discontinued Operations stood at $646000.0 in 2020, then jumped by 92.41% to $1.2 million in 2021, then gained by 4.42% to $1.3 million in 2022.
- According to Business Quant data, Liabilities from Discontinued Operations over the past three periods registered $1.3 million, $1.2 million, and $646000.0 for Q1 2022, Q4 2021, and Q4 2020 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
|---|---|
| Mar 31, 2022 | 1.30 Mn |
| Dec 31, 2021 | 1.24 Mn |
| Dec 31, 2020 | 646,000.00 |
Soluna Holdings Liabilities from Discontinued Operations 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=liabilities-from-discontinued-operations&ticker=SLNH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "liabilities-from-discontinued-operations", "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=liabilities-from-discontinued-operations&ticker=SLNH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();