Soluna Holdings (SLNH) Other Working Capital Changes (2025)
Soluna Holdings' (SLNH) quarterly Other Working Capital Changes came in at -$667000.0 in Q1 2025.
Soluna Holdings (SLNH) Other Working Capital Changes (2025) Analysis & Trends
Soluna Holdings (SLNH) has reported Other Working Capital Changes for 1 consecutive years, with -$667000.0 the latest figure, recorded in Q1 2025.
- For the quarter ending Q2 2026, Other Working Capital Changes rose 29.07% year-over-year to $333000.0; the trailing twelve-month figure through Jun 2026 stood at $2.4 million (up 134.26% YoY), and the FY2025 full-year result was $1.0 million, down 69.3% from the prior year.
- Other Working Capital Changes retreated to $333000.0 in Q2 2026 per SLNH's latest filing, from $1.5 million in the prior quarter.
- Across five years, Other Working Capital Changes topped out at -$667000.0 in Q1 2025 and bottomed at -$667000.0 in Q1 2025.
- Historically, Other Working Capital Changes has averaged $305833.3 across 5 years, with a median of $45000.0 in 2023.
- The widest YoY moves for Other Working Capital Changes: up 979.09% in 2024, down 15187.5% in 2024.
- Over 5 years, Other Working Capital Changes stood at -$351000.0 in 2022, then slumped by 166.95% to -$937000.0 in 2023, then surged by 85.81% to -$133000.0 in 2024, then sank by 448.12% to -$729000.0 in 2025, then jumped by 145.68% to $333000.0 in 2026.
- According to Business Quant data, Other Working Capital Changes over the past three periods registered $333000.0, $1.5 million, and -$729000.0 for Q2 2026, Q1 2026, and Q4 2025 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, 2025 | -667,000.00 |
| Mar 31, 2025 | -667,000.00 |
Soluna Holdings Other Working Capital Changes 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=other-working-capital-changes&ticker=SLNH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=SLNH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();