Big Digital Energy (BGDE) Price to FCF (2021 - 2026)
Big Digital Energy's (BGDE) quarterly Price to FCF came in at 15.16 in Q2 2026, up 79.64% year-over-year from 8.44 in Q2 2025, and down 2640.16% quarter-over-quarter from 0.55 in Q1 2026.
Big Digital Energy (BGDE) Price to FCF (2021 - 2026) Analysis & Trends
Big Digital Energy has disclosed Price to FCF across 6 years of filings, most recently posting 15.16 for Q2 2026.
- In Q2 2026, Price to FCF rose 79.64% year-over-year to 15.16; the TTM figure through Jun 2026 stood at 2.02 (up 95.54% YoY), while the FY2025 annual figure was 0.7, down 100.36% from the prior year.
- Price to FCF came in at 15.16 for Q2 2026 at Big Digital Energy, down from 0.55 in the prior quarter.
- In the past five years, Price to FCF ranged from a high of 845.7 in Q2 2024 to a low of 266067.63 in Q1 2022.
- Average Price to FCF over 5 years is 14717.29, with a median of 45.15 recorded in 2025.
- Year-over-year, Price to FCF sank 7158.91% in 2022 and jumped 3192.55% in 2023.
- Over 5 years, Price to FCF stood at 15.84 in 2022, then surged by 3192.55% to 489.76 in 2023, then soared by 47.64% to 723.08 in 2024, then tumbled by 100.19% to 1.4 in 2025, then sank by 985.48% to 15.16 in 2026.
- Per Business Quant data, the three most recent Price to FCF figures were 15.16 in Q2 2026, 0.55 in Q1 2026, and 1.4 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 | -15.16 |
| Mar 31, 2026 | -0.55 |
| Dec 31, 2025 | -1.40 |
| Sep 30, 2025 | -204.38 |
| Jun 30, 2025 | -74.46 |
| Mar 31, 2025 | -361.83 |
| Dec 31, 2024 | 723.08 |
| Sep 30, 2024 | -363.34 |
| Jun 30, 2024 | 845.70 |
| Mar 31, 2024 | 274.38 |
| Dec 31, 2023 | 489.76 |
| Sep 30, 2023 | -176.51 |
| Jun 30, 2023 | -86.24 |
| Mar 31, 2023 | -478.14 |
| Dec 31, 2022 | -15.84 |
| Sep 30, 2022 | -175.14 |
| Jun 30, 2022 | 776.50 |
| Mar 31, 2022 | -266,067.63 |
| Dec 31, 2021 | -1,545.05 |
| Sep 30, 2021 | -4,245.24 |
Big Digital Energy Price 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=price-to-fcf&ticker=BGDE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-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=price-to-fcf&ticker=BGDE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();