Cleanspark (CLSK) Other Working Capital Changes (2016 - 2022)
Cleanspark's (CLSK) quarterly Other Working Capital Changes came in at $458000.0 in Q2 2026, down 79.73% year-over-year from $2.3 million in Q2 2025, and up 117.31% quarter-over-quarter from -$2.6 million in Q1 2026.
Cleanspark (CLSK) Other Working Capital Changes (2016 - 2022) Analysis & Trends
Cleanspark (CLSK) has reported Other Working Capital Changes for 8 consecutive years, with $458000.0 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other Working Capital Changes fell 79.73% year-over-year to $458000.0 in Q2 2026; TTM through Jun 2026 was -$2.3 million, a 183.61% decrease from a year earlier, with the FY2025 full-year figure at $5.1 million, up 50.19% from the prior year.
- Other Working Capital Changes was $458000.0 for Q2 2026 at Cleanspark, up from -$2.6 million in the prior quarter.
- Over five years, Other Working Capital Changes peaked at $488374.0 in Q1 2021 and troughed at -$602035.0 in Q3 2021.
- A 5-year average of -$32014.6 and a median of -$7797.5 in 2018 frame the typical range for Other Working Capital Changes.
- Across the five-year window, Other Working Capital Changes soared 622.45% in 2022 and sank 2848.0% in 2023, its largest moves.
- Over 5 years, Other Working Capital Changes stood at -$1.9 million in 2022, then jumped by 126.75% to $498000.0 in 2023, then jumped by 60.64% to $800000.0 in 2024, then tumbled by 259.75% to -$1.3 million in 2025, then soared by 135.84% to $458000.0 in 2026.
- The last three Other Working Capital Changes figures came in at $458000.0 (Q2 2026), -$2.6 million (Q1 2026), and -$1.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 56.68 Bn | 56.34 Bn | 40.81 Mn |
| 2 | Iren | 35.52 Bn | 27.95 Bn | 103.89 Mn |
| 3 | Hut 8 | 12.16 Bn | 5.68 Bn | 48.04 Mn |
| 4 | Riot Platforms | 8.98 Bn | 8.43 Bn | 84.97 Mn |
| 5 | Argo Blockchain | 5.95 Bn | 5.95 Bn | - |
| 6 | MARA Holdings | 5.06 Bn | 4.70 Bn | - |
| 7 | Cleanspark | 3.72 Bn | 3.51 Bn | - |
| 8 | Bitdeer Technologies | 3.06 Bn | 2.59 Bn | -8.53 Mn |
| 9 | Keel Infrastructure | 2.47 Bn | 2.47 Bn | -86.75 Mn |
| 10 | HIVE Digital Technologies | 935.29 Mn | 696.25 Mn | -29.49 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2022 | 162,457.00 |
| Sep 30, 2022 | 162,457.00 |
| Jun 30, 2022 | -54,422.00 |
| Jun 30, 2022 | -54,422.00 |
| Mar 31, 2022 | -198,035.00 |
| Mar 31, 2022 | -198,035.00 |
| Dec 31, 2021 | 90,000.00 |
| Dec 31, 2021 | 90,000.00 |
| Sep 30, 2021 | -602,035.00 |
| Sep 30, 2021 | -602,035.00 |
| Jun 30, 2021 | 44,896.00 |
| Jun 30, 2021 | 44,896.00 |
| Mar 31, 2021 | 488,374.00 |
| Mar 31, 2021 | 488,374.00 |
| Dec 31, 2020 | -595.00 |
| Dec 31, 2020 | -595.00 |
| Sep 30, 2020 | -85,295.00 |
| Sep 30, 2020 | -85,295.00 |
| Jun 30, 2020 | -440,748.00 |
| Jun 30, 2020 | -440,748.00 |
Cleanspark 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=CLSK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "ticker": "CLSK", "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=CLSK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();