Soluna Holdings (SLNH) Exchange Rate Effect (2021 - 2022)
Soluna Holdings' (SLNH) quarterly Exchange Rate Effect came in at $80000.0 in Q4 2022, down 81.0% on a YoY basis from $421000.0 in Q4 2021, and up 300.0% quarter-over-quarter from $20000.0 in Q3 2022.
Soluna Holdings (SLNH) Exchange Rate Effect (2021 - 2022) Analysis & Trends
Soluna Holdings (SLNH) has reported Exchange Rate Effect for 2 consecutive years, with $80000.0 the latest figure, recorded in Q4 2022.
- For the quarter ending Q4 2022, Exchange Rate Effect fell 81.0% year-over-year to $80000.0; the trailing twelve-month figure through Dec 2022 stood at $9.5 million (up 974.2% YoY), and the FY2022 full-year result was $9.5 million, up 974.2% from the prior year.
- Exchange Rate Effect climbed to $80000.0 in Q4 2022 per SLNH's latest filing, from $20000.0 in the prior quarter.
- Across five years, Exchange Rate Effect topped out at $8.8 million in Q2 2022 and bottomed at $20000.0 in Q3 2022.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FX Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 104.32 Bn | 102.12 Bn | 1.40 Bn | -5.00 Mn |
| 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 | -10.74 Mn |
| 6 | Core Scientific | 5.87 Bn | 3.93 Bn | 70.04 Mn | - |
| 7 | Vnet | 1.95 Bn | 1.06 Bn | 74.45 Mn | -3.65 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 |
|---|---|
| Dec 31, 2022 | 80,000.00 |
| Sep 30, 2022 | 20,000.00 |
| Jun 30, 2022 | 8.84 Mn |
| Mar 31, 2022 | 510,000.00 |
| Dec 31, 2021 | 421,000.00 |
| Sep 30, 2021 | 175,000.00 |
| Jun 30, 2021 | 119,000.00 |
| Mar 31, 2021 | 165,000.00 |
Soluna Holdings Exchange Rate Effect 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=exchange-rate-effect&ticker=SLNH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=SLNH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();