Big Digital Energy (BGDE) EV to FCF (2021 - 2026)
Big Digital Energy's (BGDE) quarterly EV to FCF came in at 9.22 in Q2 2026, up 87.36% year-over-year from 4.92 in Q2 2025, and down 4418.06% quarter-over-quarter from 0.2 in Q1 2026.
Big Digital Energy (BGDE) EV to FCF (2021 - 2026) Analysis & Trends
Big Digital Energy has disclosed EV to FCF across 6 years of filings, most recently posting 9.22 for Q2 2026.
- In Q2 2026, EV to FCF rose 87.36% year-over-year to 9.22; the TTM figure through Jun 2026 stood at 1.23 (up 97.23% YoY), while the FY2025 annual figure was 1.67, down 99.12% from the prior year.
- EV to FCF came in at 9.22 for Q2 2026 at Big Digital Energy, down from 0.2 in the prior quarter.
- In the past five years, EV to FCF ranged from a high of 834.25 in Q2 2024 to a low of 266030.03 in Q1 2022.
- Average EV to FCF over 5 years is 14715.28, with a median of 44.35 recorded in 2022.
- Year-over-year, EV to FCF slumped 7158.3% in 2022 and jumped 3198.14% in 2023.
- Over 5 years, EV to FCF stood at 15.76 in 2022, then jumped by 3198.14% to 488.23 in 2023, then soared by 43.86% to 702.35 in 2024, then tumbled by 99.53% to 3.33 in 2025, then tumbled by 377.17% to 9.22 in 2026.
- Per Business Quant data, the three most recent EV to FCF figures were 9.22 in Q2 2026, 0.2 in Q1 2026, and 3.33 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Equinix | 100.78 Bn | 98.58 Bn | 1.40 Bn |
| 2 | Terawulf | 8.49 Bn | 5.72 Bn | 32.37 Mn |
| 3 | Applied Digital | 8.10 Bn | 6.08 Bn | 97.29 Mn |
| 4 | Cipher Digital | 7.60 Bn | 3.60 Bn | 9.79 Mn |
| 5 | GDS Holdings | 6.77 Bn | 4.71 Bn | 97.89 Mn |
| 6 | Core Scientific | 5.75 Bn | 3.81 Bn | 70.04 Mn |
| 7 | Vnet | 1.75 Bn | 868.32 Mn | 74.45 Mn |
| 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 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -9.22 |
| Mar 31, 2026 | -0.20 |
| Dec 31, 2025 | 3.33 |
| Sep 30, 2025 | -201.70 |
| Jun 30, 2025 | -72.94 |
| Mar 31, 2025 | -351.19 |
| Dec 31, 2024 | 702.35 |
| Sep 30, 2024 | -358.83 |
| Jun 30, 2024 | 834.25 |
| Mar 31, 2024 | 270.95 |
| Dec 31, 2023 | 488.23 |
| Sep 30, 2023 | -173.42 |
| Jun 30, 2023 | -85.27 |
| Mar 31, 2023 | -476.76 |
| Dec 31, 2022 | -15.76 |
| Sep 30, 2022 | -175.05 |
| Jun 30, 2022 | 776.28 |
| Mar 31, 2022 | -266,030.03 |
| Dec 31, 2021 | -1,544.86 |
| Sep 30, 2021 | -4,243.58 |
Big Digital Energy EV to FCF 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=ev-to-fcf&ticker=BGDE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-fcf", "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=ev-to-fcf&ticker=BGDE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();