Big Digital Energy (BGDE) FCF Margin (2020 - 2026)
Big Digital Energy's (BGDE) quarterly FCF Margin came in at 54.0% in Q2 2026, down 3169.0% year-over-year from 1.76% in Q2 2025, and up 84.83% quarter-over-quarter from 356.08% in Q1 2026.
Big Digital Energy (BGDE) FCF Margin (2020 - 2026) Analysis & Trends
Big Digital Energy has disclosed FCF Margin across 7 years of filings, most recently posting 54.0% for Q2 2026.
- In Q2 2026, FCF Margin fell 3169.0% year-over-year to 54.0%; the TTM figure through Jun 2026 stood at 90.91% (down 8404.0% YoY), while the FY2025 annual figure was 17.73%, down 2044.0% from the prior year.
- FCF Margin came in at 54.0% for Q2 2026 at Big Digital Energy, up from 356.08% in the prior quarter.
- In the past five years, FCF Margin ranged from a high of 61.73% in Q2 2022 to a low of 356.08% in Q1 2026.
- Average FCF Margin over 5 years is 44.23%, with a median of 9.72% recorded in 2023.
- Year-over-year, FCF Margin jumped 23029 bps in 2022 and sank 35234 bps in 2026.
- Over 5 years, FCF Margin stood at 140.91% in 2022, then jumped by 111 bps to 15.52% in 2023, then slumped by 81 bps to 2.87% in 2024, then plunged by 3918 bps to 109.7% in 2025, then soared by 51 bps to 54.0% in 2026.
- Per Business Quant data, the three most recent FCF Margin figures were 54.0% in Q2 2026, 356.08% in Q1 2026, and 109.7% in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 100.78 Bn | 98.58 Bn | 1.40 Bn | -19.47% |
| 2 | Terawulf | 8.49 Bn | 5.72 Bn | 32.37 Mn | -2,216.52% |
| 3 | Applied Digital | 8.10 Bn | 6.08 Bn | 97.29 Mn | -446.97% |
| 4 | Cipher Digital | 7.60 Bn | 3.60 Bn | 9.79 Mn | -2,632.52% |
| 5 | GDS Holdings | 6.77 Bn | 4.71 Bn | 97.89 Mn | 45.70% |
| 6 | Core Scientific | 5.75 Bn | 3.81 Bn | 70.04 Mn | -355.63% |
| 7 | Vnet | 1.75 Bn | 868.32 Mn | 74.45 Mn | 62.09% |
| 8 | Sify Technologies | 1.48 Bn | 1.48 Bn | 51.65 Mn | - |
| 9 | WhiteFiber | 736.82 Mn | 676.45 Mn | 18.88 Mn | - |
| 10 | Big Digital Energy | 33.61 Mn | 13.86 Mn | 1.61 Mn | -54.00% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -54.00% |
| Mar 31, 2026 | -356.08% |
| Dec 31, 2025 | -109.70% |
| Sep 30, 2025 | -6.53% |
| Jun 30, 2025 | -22.31% |
| Mar 31, 2025 | -3.74% |
| Dec 31, 2024 | 2.87% |
| Sep 30, 2024 | -10.37% |
| Jun 30, 2024 | 4.52% |
| Mar 31, 2024 | 9.89% |
| Dec 31, 2023 | 15.52% |
| Sep 30, 2023 | -9.08% |
| Jun 30, 2023 | -68.35% |
| Mar 31, 2023 | -23.89% |
| Dec 31, 2022 | -140.91% |
| Sep 30, 2022 | -84.80% |
| Jun 30, 2022 | 61.73% |
| Mar 31, 2022 | -0.85% |
| Dec 31, 2021 | -147.51% |
| Sep 30, 2021 | -178.16% |
Big Digital Energy FCF 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=fcf-margin&ticker=BGDE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-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=fcf-margin&ticker=BGDE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();