Big Digital Energy (BGDE) Cash from Investing Activities (2013 - 2026)
Big Digital Energy's (BGDE) quarterly Cash from Investing Activities came in at -$12394.0 in Q2 2026, up 74.25% year-over-year from -$7112.7 in Q2 2025, and up 70.16% quarter-over-quarter from -$41531.0 in Q1 2026.
Big Digital Energy (BGDE) Cash from Investing Activities (2013 - 2026) Analysis & Trends
Big Digital Energy has disclosed Cash from Investing Activities across 10 years of filings, most recently posting -$12394.0 for Q2 2026.
- In Q2 2026, Cash from Investing Activities rose 74.25% year-over-year to -$12394.0; the TTM figure through Jun 2026 stood at -$108982.0 (down 145.11% YoY), while the FY2025 annual figure was -$109690.0, up 90.2% from the prior year.
- Cash from Investing Activities came in at -$12394.0 for Q2 2026 at Big Digital Energy, up from -$41531.0 in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $22.9 million in Q4 2022 to a low of -$29.7 million in Q1 2022.
- Average Cash from Investing Activities over 5 years is -$1.3 million, with a median of -$18278.5 recorded in 2024.
- Year-over-year, Cash from Investing Activities soared 223.83% in 2024 and sank 539.33% in 2026.
- Over 5 years, Cash from Investing Activities stood at $22.9 million in 2022, then plunged by 98.99% to $231074.0 in 2023, then slumped by 109.25% to -$21384.0 in 2024, then tumbled by 86.51% to -$39884.0 in 2025, then jumped by 68.92% to -$12394.0 in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$12394.0 in Q2 2026, -$41531.0 in Q1 2026, and -$39884.0 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 100.78 Bn | 98.58 Bn | 1.40 Bn | -1.12 Bn |
| 2 | Terawulf | 8.49 Bn | 5.72 Bn | 32.37 Mn | -892.89 Mn |
| 3 | Applied Digital | 8.10 Bn | 6.08 Bn | 97.29 Mn | -1.34 Bn |
| 4 | Cipher Digital | 7.60 Bn | 3.60 Bn | 9.79 Mn | -322.85 Mn |
| 5 | GDS Holdings | 6.77 Bn | 4.71 Bn | 97.89 Mn | -228.04 Mn |
| 6 | Core Scientific | 5.75 Bn | 3.81 Bn | 70.04 Mn | -796.24 Mn |
| 7 | Vnet | 1.75 Bn | 868.32 Mn | 74.45 Mn | -143.25 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 | -12,394.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -12,394.00 |
| Mar 31, 2026 | -41,531.00 |
| Dec 31, 2025 | -39,884.00 |
| Sep 30, 2025 | -15,173.00 |
| Jun 30, 2025 | -48,137.00 |
| Mar 31, 2025 | -6,496.00 |
| Dec 31, 2024 | -21,384.00 |
| Sep 30, 2024 | 317,627.00 |
| Jun 30, 2024 | -1.95 Mn |
| Mar 31, 2024 | 530,640.00 |
| Dec 31, 2023 | 231,074.00 |
| Sep 30, 2023 | -256,498.00 |
| Jun 30, 2023 | 6.70 Mn |
| Mar 31, 2023 | 4.07 Mn |
| Dec 31, 2022 | 22.93 Mn |
| Sep 30, 2022 | -2.31 Mn |
| Jun 30, 2022 | -23.49 Mn |
| Mar 31, 2022 | -29.66 Mn |
| Dec 31, 2021 | -65.99 Mn |
| Sep 30, 2021 | -36.20 Mn |
Big Digital Energy Cash from Investing Activities 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-investing-activities&ticker=BGDE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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-investing-activities&ticker=BGDE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();