Big Digital Energy (BGDE) Free Cash Flow (2011 - 2026)
Big Digital Energy's (BGDE) quarterly Free Cash Flow came in at -$3.3 million in Q2 2026, down 56.24% year-over-year from -$7.6 million in Q2 2025, and up 80.64% quarter-over-quarter from -$17.2 million in Q1 2026.
Big Digital Energy (BGDE) Free Cash Flow (2011 - 2026) Analysis & Trends
Big Digital Energy has disclosed Free Cash Flow across 16 years of filings, most recently posting -$3.3 million for Q2 2026.
- In Q2 2026, Free Cash Flow fell 56.24% year-over-year to -$3.3 million; the TTM figure through Jun 2026 stood at -$24.9 million (down 613.71% YoY), while the FY2025 annual figure was -$7.0 million, down 539.25% from the prior year.
- Free Cash Flow came in at -$3.3 million for Q2 2026 at Big Digital Energy, up from -$17.2 million in the prior quarter.
- In the past five years, Free Cash Flow ranged from a high of $12.2 million in Q2 2022 to a low of -$24.0 million in Q3 2022.
- Average Free Cash Flow over 5 years is -$3.9 million, with a median of -$1.2 million recorded in 2023.
- Year-over-year, Free Cash Flow jumped 201.31% in 2024 and sank 3220.69% in 2026.
- Over 5 years, Free Cash Flow stood at -$23.7 million in 2022, then jumped by 109.16% to $2.2 million in 2023, then tumbled by 80.1% to $432877.0 in 2024, then plunged by 919.01% to -$3.5 million in 2025, then gained by 6.28% to -$3.3 million in 2026.
- Per Business Quant data, the three most recent Free Cash Flow figures were -$3.3 million in Q2 2026, -$17.2 million in Q1 2026, and -$3.5 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Free Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 100.78 Bn | 98.58 Bn | 1.40 Bn | -511.00 Mn |
| 2 | Terawulf | 8.49 Bn | 5.72 Bn | 32.37 Mn | -992.27 Mn |
| 3 | Applied Digital | 8.10 Bn | 6.08 Bn | 97.29 Mn | -1.16 Bn |
| 4 | Cipher Digital | 7.60 Bn | 3.60 Bn | 9.79 Mn | -653.84 Mn |
| 5 | GDS Holdings | 6.77 Bn | 4.71 Bn | 97.89 Mn | 207.99 Mn |
| 6 | Core Scientific | 5.75 Bn | 3.81 Bn | 70.04 Mn | -583.95 Mn |
| 7 | Vnet | 1.75 Bn | 868.32 Mn | 74.45 Mn | 254.27 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.16 Mn |
| Dec 31, 2025 | -3.55 Mn |
| Sep 30, 2025 | -859,682.00 |
| Jun 30, 2025 | -2.13 Mn |
| Mar 31, 2025 | -516,881.00 |
| Dec 31, 2024 | 432,877.00 |
| Sep 30, 2024 | -1.28 Mn |
| Jun 30, 2024 | 592,442.00 |
| Mar 31, 2024 | 1.86 Mn |
| Dec 31, 2023 | 2.18 Mn |
| Sep 30, 2023 | -1.03 Mn |
| Jun 30, 2023 | -7.21 Mn |
| Mar 31, 2023 | -1.83 Mn |
| Dec 31, 2022 | -23.75 Mn |
| Sep 30, 2022 | -24.02 Mn |
| Jun 30, 2022 | 12.21 Mn |
| Mar 31, 2022 | -164,981.00 |
| Dec 31, 2021 | -28.99 Mn |
| Sep 30, 2021 | -19.50 Mn |
Big Digital Energy Free Cash Flow 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=free-cash-flow&ticker=BGDE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "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=free-cash-flow&ticker=BGDE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();