Big Digital Energy (BGDE) Profit After Tax (2011 - 2026)
Big Digital Energy's (BGDE) quarterly Profit After Tax 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) Profit After Tax (2011 - 2026) Analysis & Trends
Big Digital Energy has disclosed Profit After Tax across 16 years of filings, most recently posting -$7.4 million for Q2 2026.
- In Q2 2026, Profit After Tax rose 8.05% year-over-year to -$7.4 million; the TTM figure through Jun 2026 stood at -$22.1 million (up 11.75% YoY), while the FY2025 annual figure was -$23.7 million, up 48.85% from the prior year.
- Profit After Tax 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, Profit After Tax ranged from a high of $609803.0 in Q1 2026 to a low of -$21.3 million in Q3 2022.
- Average Profit After Tax over 5 years is -$10.6 million, with a median of -$11.5 million recorded in 2022.
- Year-over-year, Profit After Tax plunged 863.93% in 2022 and surged 296.16% in 2026.
- Over 5 years, Profit After Tax stood at -$18.8 million in 2022, then jumped by 35.87% to -$12.1 million in 2023, then soared by 62.51% to -$4.5 million in 2024, then slumped by 247.16% to -$15.7 million in 2025, then jumped by 53.01% to -$7.4 million in 2026.
- Per Business Quant data, the three most recent Profit After Tax figures were -$7.4 million in Q2 2026, $609803.0 in Q1 2026, and -$15.7 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 100.78 Bn | 98.58 Bn | 1.40 Bn | 479.00 Mn |
| 2 | Terawulf | 8.49 Bn | 5.72 Bn | 32.37 Mn | -940.83 Mn |
| 3 | Applied Digital | 8.10 Bn | 6.08 Bn | 97.29 Mn | -147.31 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 | 123.45 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 | -5.86 Mn |
| 8 | Sify Technologies | 1.48 Bn | 1.48 Bn | 51.65 Mn | 686,579.29 |
| 9 | WhiteFiber | 736.82 Mn | 676.45 Mn | 18.88 Mn | -17.32 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 | -15.70 Mn |
| Sep 30, 2025 | 327,659.00 |
| Jun 30, 2025 | -8.02 Mn |
| Mar 31, 2025 | -310,863.00 |
| Dec 31, 2024 | -4.52 Mn |
| Sep 30, 2024 | -12.23 Mn |
| Jun 30, 2024 | -9.62 Mn |
| Mar 31, 2024 | -19.97 Mn |
| Dec 31, 2023 | -12.06 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.46 Mn |
| Sep 30, 2021 | -3.10 Mn |
Big Digital Energy Profit After Tax 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=profit-after-tax&ticker=BGDE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=BGDE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();