Big Digital Energy (BGDE) Income from Continuing Operations (2011 - 2026)
Big Digital Energy's (BGDE) quarterly Income from Continuing Operations came in at -$7.4 million in Q2 2026, up 8.05% year-over-year from -$6.8 million in Q2 2025, and down 1309.53% quarter-over-quarter from $609803.0 in Q1 2026.
Big Digital Energy (BGDE) Income from Continuing Operations (2011 - 2026) Analysis & Trends
Big Digital Energy has disclosed Income from Continuing Operations across 13 years of filings, most recently posting -$7.4 million for Q2 2026.
- In Q2 2026, Income from Continuing Operations rose 8.05% year-over-year to -$7.4 million; the TTM figure through Jun 2026 stood at -$17.1 million (down 17.03% YoY), while the FY2025 annual figure was -$18.7 million, up 47.94% from the prior year.
- Income from Continuing Operations came in at -$7.4 million for Q2 2026 at Big Digital Energy, down from $609803.0 in the prior quarter.
- In the past five years, Income from Continuing Operations ranged from a high of $5.9 million in Q4 2024 to a low of -$21.3 million in Q3 2022.
- Average Income from Continuing Operations over 5 years is -$9.7 million, with a median of -$10.4 million recorded in 2023.
- Year-over-year, Income from Continuing Operations tumbled 786.5% in 2022 and surged 296.16% in 2026.
- Over 5 years, Income from Continuing Operations stood at -$18.8 million in 2022, then surged by 45.85% to -$10.2 million in 2023, then surged by 158.31% to $5.9 million in 2024, then slumped by 279.76% to -$10.7 million in 2025, then soared by 30.9% to -$7.4 million in 2026.
- Per Business Quant data, the three most recent Income from Continuing Operations figures were -$7.4 million in Q2 2026, $609803.0 in Q1 2026, and -$10.7 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 100.78 Bn | 98.58 Bn | 1.40 Bn | 477.00 Mn |
| 2 | Terawulf | 8.49 Bn | 5.72 Bn | 32.37 Mn | -929.76 Mn |
| 3 | Applied Digital | 8.10 Bn | 6.08 Bn | 97.29 Mn | -81.39 Mn |
| 4 | Cipher Digital | 7.60 Bn | 3.60 Bn | 9.79 Mn | -267.53 Mn |
| 5 | GDS Holdings | 6.77 Bn | 4.71 Bn | 97.89 Mn | 149.73 Mn |
| 6 | Core Scientific | 5.75 Bn | 3.81 Bn | 70.04 Mn | -1.16 Bn |
| 7 | Vnet | 1.75 Bn | 868.32 Mn | 74.45 Mn | 13.97 Mn |
| 8 | Sify Technologies | 1.48 Bn | 1.48 Bn | 51.65 Mn | 13.57 Mn |
| 9 | WhiteFiber | 736.82 Mn | 676.45 Mn | 18.88 Mn | -14.98 Mn |
| 10 | Big Digital Energy | 33.61 Mn | 13.86 Mn | 1.61 Mn | -7.38 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -7.38 Mn |
| Mar 31, 2026 | 609,803.00 |
| Dec 31, 2025 | -10.67 Mn |
| Sep 30, 2025 | 327,659.00 |
| Jun 30, 2025 | -8.02 Mn |
| Mar 31, 2025 | -310,863.00 |
| Dec 31, 2024 | 5.94 Mn |
| Sep 30, 2024 | -12.23 Mn |
| Jun 30, 2024 | -9.62 Mn |
| Mar 31, 2024 | -19.97 Mn |
| Dec 31, 2023 | -10.18 Mn |
| Sep 30, 2023 | -19.33 Mn |
| Jun 30, 2023 | -17.65 Mn |
| Mar 31, 2023 | -11.38 Mn |
| Dec 31, 2022 | -18.81 Mn |
| Sep 30, 2022 | -21.25 Mn |
| Jun 30, 2022 | -2.41 Mn |
| Mar 31, 2022 | -11.57 Mn |
| Dec 31, 2021 | 2.74 Mn |
| Sep 30, 2021 | -3.10 Mn |
Big Digital Energy Income from Continuing 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=income-from-continuing-operations&ticker=BGDE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-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=income-from-continuing-operations&ticker=BGDE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();