Big Digital Energy (BGDE) EBIT Margin (2020 - 2026)
Big Digital Energy's (BGDE) quarterly EBIT Margin came in at 102.37% in Q2 2026, down 3342.0% year-over-year from 3.16% in Q2 2025, and up 39.46% quarter-over-quarter from 169.1% in Q1 2026.
Big Digital Energy (BGDE) EBIT Margin (2020 - 2026) Analysis & Trends
Big Digital Energy has disclosed EBIT Margin across 7 years of filings, most recently posting 102.37% for Q2 2026.
- In Q2 2026, EBIT Margin fell 3342.0% year-over-year to 102.37%; the TTM figure through Jun 2026 stood at 101.34% (down 5658.0% YoY), while the FY2025 annual figure was 48.53%, up 403.0% from the prior year.
- EBIT Margin came in at 102.37% for Q2 2026 at Big Digital Energy, up from 169.1% in the prior quarter.
- In the past five years, EBIT Margin ranged from a high of 11.98% in Q3 2025 to a low of 460.28% in Q4 2025.
- Average EBIT Margin over 5 years is 100.29%, with a median of 80.75% recorded in 2024.
- Year-over-year, EBIT Margin surged 49447 bps in 2022 and slumped 42504 bps in 2025.
- Over 5 years, EBIT Margin stood at 136.4% in 2022, then rose by 23 bps to 105.62% in 2023, then soared by 67 bps to 35.24% in 2024, then sank by 1206 bps to 460.28% in 2025, then soared by 78 bps to 102.37% in 2026.
- Per Business Quant data, the three most recent EBIT Margin figures were 102.37% in Q2 2026, 169.1% in Q1 2026, and 460.28% in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBIT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 100.78 Bn | 98.58 Bn | 1.40 Bn | 25.33% |
| 2 | Terawulf | 8.49 Bn | 5.72 Bn | 32.37 Mn | -313.74% |
| 3 | Applied Digital | 8.10 Bn | 6.08 Bn | 97.29 Mn | -48.24% |
| 4 | Cipher Digital | 7.60 Bn | 3.60 Bn | 9.79 Mn | -316.21% |
| 5 | GDS Holdings | 6.77 Bn | 4.71 Bn | 97.89 Mn | 14.17% |
| 6 | Core Scientific | 5.75 Bn | 3.81 Bn | 70.04 Mn | -47.79% |
| 7 | Vnet | 1.75 Bn | 868.32 Mn | 74.45 Mn | 8.22% |
| 8 | Sify Technologies | 1.48 Bn | 1.48 Bn | 51.65 Mn | 9.03% |
| 9 | WhiteFiber | 736.82 Mn | 676.45 Mn | 18.88 Mn | -32.09% |
| 10 | Big Digital Energy | 33.61 Mn | 13.86 Mn | 1.61 Mn | -102.37% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -102.37% |
| Mar 31, 2026 | -169.10% |
| Dec 31, 2025 | -460.28% |
| Sep 30, 2025 | 11.98% |
| Jun 30, 2025 | -68.95% |
| Mar 31, 2025 | 4.17% |
| Dec 31, 2024 | -35.24% |
| Sep 30, 2024 | -92.55% |
| Jun 30, 2024 | -51.54% |
| Mar 31, 2024 | -40.98% |
| Dec 31, 2023 | -105.62% |
| Sep 30, 2023 | -143.12% |
| Jun 30, 2023 | -167.40% |
| Mar 31, 2023 | -152.49% |
| Dec 31, 2022 | -136.40% |
| Sep 30, 2022 | -29.08% |
| Jun 30, 2022 | -16.46% |
| Mar 31, 2022 | -49.72% |
| Dec 31, 2021 | 16.88% |
| Sep 30, 2021 | -20.59% |
Big Digital Energy EBIT Margin 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=ebit-margin&ticker=BGDE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit-margin", "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=ebit-margin&ticker=BGDE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();