Big Digital Energy (BGDE) Other Working Capital Changes (2017 - 2026)
Big Digital Energy's (BGDE) quarterly Other Working Capital Changes came in at -$449971.0 in Q2 2026, down 5.79% year-over-year from -$477636.4 in Q2 2025, and down 57.06% quarter-over-quarter from -$286490.0 in Q1 2026.
Big Digital Energy (BGDE) Other Working Capital Changes (2017 - 2026) Analysis & Trends
Big Digital Energy has disclosed Other Working Capital Changes across 6 years of filings, most recently posting -$449971.0 for Q2 2026.
- In Q2 2026, Other Working Capital Changes fell 5.79% year-over-year to -$449971.0; the TTM figure through Jun 2026 stood at -$1.3 million (up 15.78% YoY), while the FY2025 annual figure was -$1.2 million, down 57.72% from the prior year.
- Other Working Capital Changes came in at -$449971.0 for Q2 2026 at Big Digital Energy, down from -$286490.0 in the prior quarter.
- In the past five years, Other Working Capital Changes ranged from a high of $4.2 million in Q1 2022 to a low of -$3.8 million in Q1 2023.
- Average Other Working Capital Changes over 5 years is $363247.6, with a median of $168539.5 recorded in 2024.
- Year-over-year, Other Working Capital Changes slumped 518.56% in 2023 and soared 299.84% in 2024.
- Over 5 years, Other Working Capital Changes stood at $653664.0 in 2022, then plunged by 163.47% to -$414898.0 in 2023, then soared by 299.84% to $829124.0 in 2024, then tumbled by 134.81% to -$288597.0 in 2025, then sank by 55.92% to -$449971.0 in 2026.
- Per Business Quant data, the three most recent Other Working Capital Changes figures were -$449971.0 in Q2 2026, -$286490.0 in Q1 2026, and -$288597.0 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Equinix | 100.78 Bn | 98.58 Bn | 1.40 Bn |
| 2 | Terawulf | 8.49 Bn | 5.72 Bn | 32.37 Mn |
| 3 | Applied Digital | 8.10 Bn | 6.08 Bn | 97.29 Mn |
| 4 | Cipher Digital | 7.60 Bn | 3.60 Bn | 9.79 Mn |
| 5 | GDS Holdings | 6.77 Bn | 4.71 Bn | 97.89 Mn |
| 6 | Core Scientific | 5.75 Bn | 3.81 Bn | 70.04 Mn |
| 7 | Vnet | 1.75 Bn | 868.32 Mn | 74.45 Mn |
| 8 | Sify Technologies | 1.48 Bn | 1.48 Bn | 51.65 Mn |
| 9 | WhiteFiber | 736.82 Mn | 676.45 Mn | 18.88 Mn |
| 10 | Big Digital Energy | 33.61 Mn | 13.86 Mn | 1.61 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 80,569.00 |
| Jun 30, 2026 | 80,569.00 |
| Mar 31, 2026 | 2.37 Mn |
| Mar 31, 2026 | 2.37 Mn |
| Dec 31, 2025 | -351,494.00 |
| Dec 31, 2025 | -351,494.00 |
| Sep 30, 2025 | 1.28 Mn |
| Sep 30, 2025 | 1.28 Mn |
| Jun 30, 2025 | -31,959.00 |
| Jun 30, 2025 | -31,959.00 |
| Mar 31, 2025 | -902,433.00 |
| Mar 31, 2025 | -902,433.00 |
| Dec 31, 2024 | 256,510.00 |
| Dec 31, 2024 | 256,510.00 |
| Sep 30, 2024 | -831,292.00 |
| Sep 30, 2024 | -831,292.00 |
| Jun 30, 2024 | 1.16 Mn |
| Jun 30, 2024 | 1.16 Mn |
| Mar 31, 2024 | 685,775.00 |
| Mar 31, 2024 | 685,775.00 |
Big Digital Energy 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=BGDE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "ticker": "BGDE", "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=BGDE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();