Big Digital Energy (BGDE) EPS (Basic) (2011 - 2026)
Big Digital Energy's (BGDE) quarterly EPS (Basic) came in at -$1.33 in Q2 2026, down 234.85% year-over-year from $0.98 in Q2 2025, and down 1160.44% quarter-over-quarter from $0.13 in Q1 2026.
Big Digital Energy (BGDE) EPS (Basic) (2011 - 2026) Analysis & Trends
Big Digital Energy has disclosed EPS (Basic) across 13 years of filings, most recently posting -$1.33 for Q2 2026.
- In Q2 2026, EPS (Basic) fell 234.85% year-over-year to -$1.33; the TTM figure through Jun 2026 stood at -$3.08 (down 326.19% YoY), while the FY2025 annual figure was -$15.88, down 689.01% from the prior year.
- EPS (Basic) came in at -$1.33 for Q2 2026 at Big Digital Energy, down from $0.13 in the prior quarter.
- In the past five years, EPS (Basic) ranged from a high of $0.33 in Q4 2024 to a low of -$9.07 in Q4 2025.
- Average EPS (Basic) over 5 years is -$1.02, with a median of -$0.6 recorded in 2023.
- Year-over-year, EPS (Basic) slumped 3743.45% in 2023 and soared 856.8% in 2026.
- Over 5 years, EPS (Basic) stood at -$1.48 in 2022, then soared by 56.1% to -$0.65 in 2023, then soared by 151.21% to $0.33 in 2024, then slumped by 2824.22% to -$9.07 in 2025, then surged by 85.37% to -$1.33 in 2026.
- Per Business Quant data, the three most recent EPS (Basic) figures were -$1.33 in Q2 2026, $0.13 in Q1 2026, and -$9.07 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 100.78 Bn | 98.58 Bn | 1.40 Bn | 4.84 |
| 2 | Terawulf | 8.49 Bn | 5.72 Bn | 32.37 Mn | -1.91 |
| 3 | Applied Digital | 8.10 Bn | 6.08 Bn | 97.29 Mn | -0.41 |
| 4 | Cipher Digital | 7.60 Bn | 3.60 Bn | 9.79 Mn | -0.65 |
| 5 | GDS Holdings | 6.77 Bn | 4.71 Bn | 97.89 Mn | 0.65 |
| 6 | Core Scientific | 5.75 Bn | 3.81 Bn | 70.04 Mn | -3.55 |
| 7 | Vnet | 1.75 Bn | 868.32 Mn | 74.45 Mn | -0.08 |
| 8 | Sify Technologies | 1.48 Bn | 1.48 Bn | 51.65 Mn | 0.12 |
| 9 | WhiteFiber | 736.82 Mn | 676.45 Mn | 18.88 Mn | -0.39 |
| 10 | Big Digital Energy | 33.61 Mn | 13.86 Mn | 1.61 Mn | -1.33 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.33 |
| Mar 31, 2026 | 0.13 |
| Dec 31, 2025 | -9.07 |
| Sep 30, 2025 | 0.02 |
| Jun 30, 2025 | -0.40 |
| Mar 31, 2025 | -0.02 |
| Dec 31, 2024 | 0.33 |
| Sep 30, 2024 | -0.66 |
| Jun 30, 2024 | -0.55 |
| Mar 31, 2024 | -1.20 |
| Dec 31, 2023 | -0.65 |
| Sep 30, 2023 | -1.17 |
| Jun 30, 2023 | -1.14 |
| Mar 31, 2023 | -0.80 |
| Dec 31, 2022 | -1.48 |
| Sep 30, 2022 | -0.27 |
| Jun 30, 2022 | -0.03 |
| Mar 31, 2022 | -0.16 |
| Dec 31, 2021 | 0.05 |
| Sep 30, 2021 | -0.04 |
Big Digital Energy EPS (Basic) 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=eps-basic&ticker=BGDE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=BGDE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();