Big Digital Energy (BGDE) Cash from Operations (2011 - 2026)
Big Digital Energy's (BGDE) quarterly Cash from Operations came in at -$3.3 million in Q2 2026, down 59.86% year-over-year from -$8.3 million in Q2 2025, and up 80.61% quarter-over-quarter from -$17.1 million in Q1 2026.
Big Digital Energy (BGDE) Cash from Operations (2011 - 2026) Analysis & Trends
Big Digital Energy has disclosed Cash from Operations across 16 years of filings, most recently posting -$3.3 million for Q2 2026.
- In Q2 2026, Cash from Operations fell 59.86% year-over-year to -$3.3 million; the TTM figure through Jun 2026 stood at -$24.8 million (down 634.69% YoY), while the FY2025 annual figure was -$6.9 million, down 293.67% from the prior year.
- Cash from Operations came in at -$3.3 million for Q2 2026 at Big Digital Energy, up from -$17.1 million in the prior quarter.
- In the past five years, Cash from Operations ranged from a high of $27.3 million in Q2 2022 to a low of -$17.1 million in Q1 2026.
- Average Cash from Operations over 5 years is -$671200.9, with a median of -$735051.0 recorded in 2023.
- Year-over-year, Cash from Operations surged 370.95% in 2022 and sank 3256.76% in 2026.
- Over 5 years, Cash from Operations stood at -$10.9 million in 2022, then surged by 120.88% to $2.3 million in 2023, then slumped by 79.93% to $456169.0 in 2024, then sank by 859.85% to -$3.5 million in 2025, then climbed by 4.14% to -$3.3 million in 2026.
- Per Business Quant data, the three most recent Cash from Operations figures were -$3.3 million in Q2 2026, -$17.1 million in Q1 2026, and -$3.5 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Operations (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 100.78 Bn | 98.58 Bn | 1.40 Bn | 1.07 Bn |
| 2 | Terawulf | 8.49 Bn | 5.72 Bn | 32.37 Mn | -136.71 Mn |
| 3 | Applied Digital | 8.10 Bn | 6.08 Bn | 97.29 Mn | 132.55 Mn |
| 4 | Cipher Digital | 7.60 Bn | 3.60 Bn | 9.79 Mn | -243.54 Mn |
| 5 | GDS Holdings | 6.77 Bn | 4.71 Bn | 97.89 Mn | 208.73 Mn |
| 6 | Core Scientific | 5.75 Bn | 3.81 Bn | 70.04 Mn | -18.93 Mn |
| 7 | Vnet | 1.75 Bn | 868.32 Mn | 74.45 Mn | 32.14 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 | -3.32 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.32 Mn |
| Mar 31, 2026 | -17.13 Mn |
| Dec 31, 2025 | -3.47 Mn |
| Sep 30, 2025 | -844,509.00 |
| Jun 30, 2025 | -2.08 Mn |
| Mar 31, 2025 | -510,385.00 |
| Dec 31, 2024 | 456,169.00 |
| Sep 30, 2024 | -1.24 Mn |
| Jun 30, 2024 | 2.47 Mn |
| Mar 31, 2024 | 1.88 Mn |
| Dec 31, 2023 | 2.27 Mn |
| Sep 30, 2023 | -625,593.00 |
| Jun 30, 2023 | -5.51 Mn |
| Mar 31, 2023 | 1.32 Mn |
| Dec 31, 2022 | -10.88 Mn |
| Sep 30, 2022 | -8.01 Mn |
| Jun 30, 2022 | 27.28 Mn |
| Mar 31, 2022 | 5.87 Mn |
| Dec 31, 2021 | 14.62 Mn |
| Sep 30, 2021 | 672,810.00 |
Big Digital Energy Cash from Operations 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=cash-from-operations&ticker=BGDE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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=cash-from-operations&ticker=BGDE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();