Soluna Holdings (SLNH) Non Operating Income (2010 - 2013)
Soluna Holdings' (SLNH) quarterly Non Operating Income came in at -$13366.0 in Q4 2013, up 92.4% on a YoY basis from -$6947.0 in Q4 2012, and down 434.15% quarter-over-quarter from $4000.0 in Q3 2013.
Soluna Holdings (SLNH) Non Operating Income (2010 - 2013) Analysis & Trends
Soluna Holdings (SLNH) has reported Non Operating Income for 4 consecutive years, with -$13366.0 the latest figure, recorded in Q4 2013.
- For the quarter ending Q4 2013, Non Operating Income rose 92.4% year-over-year to -$13366.0; the trailing twelve-month figure through Dec 2013 stood at -$73366.0 (down 45387.65% YoY), and the FY2013 full-year result was -$366.0, down 325.93% from the prior year.
- Non Operating Income retreated to -$13366.0 in Q4 2013 per SLNH's latest filing, from $4000.0 in the prior quarter.
- Across five years, Non Operating Income topped out at $180000.0 in Q2 2012 and bottomed at -$175838.0 in Q4 2012.
- Historically, Non Operating Income has averaged -$5728.9 across 4 years, with a median of -$4500.0 in 2011.
- The widest YoY moves for Non Operating Income: up 882.61% in 2012, down 17483.8% in 2012.
- Over 4 years, Non Operating Income stood at $53000.0 in 2010, then plunged by 101.89% to -$1000.0 in 2011, then slumped by 17483.8% to -$175838.0 in 2012, then jumped by 92.4% to -$13366.0 in 2013.
- According to Business Quant data, Non Operating Income over the past three periods registered -$13366.0, $4000.0, and $9000.0 for Q4 2013, Q3 2013, and Q2 2013 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (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 | -188.63 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 | -1.07 Bn |
| 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 | -6.47 Mn |
| 10 | Soluna Holdings | 167.65 Mn | 161.65 Mn | 766,000.00 | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2013 | -13,366.00 |
| Sep 30, 2013 | 4,000.00 |
| Jun 30, 2013 | 9,000.00 |
| Mar 31, 2013 | -73,000.00 |
| Dec 31, 2012 | -175,838.00 |
| Sep 30, 2012 | -7,000.00 |
| Jun 30, 2012 | 180,000.00 |
| Mar 31, 2012 | 3,000.00 |
| Dec 31, 2011 | -1,000.00 |
| Jun 30, 2011 | -23,000.00 |
| Mar 31, 2011 | -2,000.00 |
| Dec 31, 2010 | 53,000.00 |
| Sep 30, 2010 | -21,000.00 |
| Jun 30, 2010 | -13,000.00 |
Soluna Holdings Non Operating Income 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=non-operating-income&ticker=SLNH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=SLNH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();