Big Digital Energy (BGDE) Net Margin (2020 - 2026)
Big Digital Energy's (BGDE) quarterly Net Margin came in at 119.87% in Q2 2026, down 3573.0% year-over-year from 3.45% in Q2 2025, and down 1047.52% quarter-over-quarter from 12.65% in Q1 2026.
Big Digital Energy (BGDE) Net Margin (2020 - 2026) Analysis & Trends
Big Digital Energy has disclosed Net Margin across 7 years of filings, most recently posting 119.87% for Q2 2026.
- In Q2 2026, Net Margin fell 3573.0% year-over-year to 119.87%; the TTM figure through Jun 2026 stood at 62.5% (down 3368.0% YoY), while the FY2025 annual figure was 46.99%, up 1355.0% from the prior year.
- Net Margin came in at 119.87% for Q2 2026 at Big Digital Energy, down from 12.65% in the prior quarter.
- In the past five years, Net Margin ranged from a high of 39.41% in Q4 2024 to a low of 330.28% in Q4 2025.
- Average Net Margin over 5 years is 87.33%, with a median of 79.58% recorded in 2022.
- Year-over-year, Net Margin soared 49212 bps in 2022 and tumbled 36970 bps in 2025.
- Over 5 years, Net Margin stood at 111.61% in 2022, then jumped by 35 bps to 72.65% in 2023, then surged by 154 bps to 39.41% in 2024, then tumbled by 938 bps to 330.28% in 2025, then surged by 64 bps to 119.87% in 2026.
- Per Business Quant data, the three most recent Net Margin figures were 119.87% in Q2 2026, 12.65% in Q1 2026, and 330.28% in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 100.78 Bn | 98.58 Bn | 1.40 Bn | 18.17% |
| 2 | Terawulf | 8.49 Bn | 5.72 Bn | 32.37 Mn | -2,076.90% |
| 3 | Applied Digital | 8.10 Bn | 6.08 Bn | 97.29 Mn | -43.18% |
| 4 | Cipher Digital | 7.60 Bn | 3.60 Bn | 9.79 Mn | -1,077.14% |
| 5 | GDS Holdings | 6.77 Bn | 4.71 Bn | 97.89 Mn | 27.05% |
| 6 | Core Scientific | 5.75 Bn | 3.81 Bn | 70.04 Mn | -703.59% |
| 7 | Vnet | 1.75 Bn | 868.32 Mn | 74.45 Mn | -5.21% |
| 8 | Sify Technologies | 1.48 Bn | 1.48 Bn | 51.65 Mn | 10.40% |
| 9 | WhiteFiber | 736.82 Mn | 676.45 Mn | 18.88 Mn | -51.93% |
| 10 | Big Digital Energy | 33.61 Mn | 13.86 Mn | 1.61 Mn | -119.87% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -119.87% |
| Mar 31, 2026 | 12.65% |
| Dec 31, 2025 | -330.28% |
| Sep 30, 2025 | 2.49% |
| Jun 30, 2025 | -84.14% |
| Mar 31, 2025 | -2.25% |
| Dec 31, 2024 | 39.41% |
| Sep 30, 2024 | -99.28% |
| Jun 30, 2024 | -73.36% |
| Mar 31, 2024 | -106.38% |
| Dec 31, 2023 | -72.65% |
| Sep 30, 2023 | -170.58% |
| Jun 30, 2023 | -167.27% |
| Mar 31, 2023 | -144.73% |
| Dec 31, 2022 | -111.61% |
| Sep 30, 2022 | -75.02% |
| Jun 30, 2022 | -10.70% |
| Mar 31, 2022 | -58.36% |
| Dec 31, 2021 | 13.94% |
| Sep 30, 2021 | -28.30% |
Big Digital Energy Net 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=net-margin&ticker=BGDE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-margin&ticker=BGDE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();