Big Digital Energy (BGDE) Property, Plant & Equipment (Net) Growth (1y) (2014 - 2026)
Analysis
Big Digital Energy (BGDE) Property, Plant & Equipment (Net) Growth (1y) (2014 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 100.78 Bn | 98.58 Bn | 1.40 Bn | 18.93% |
| 2 | Terawulf | 8.49 Bn | 5.72 Bn | 32.37 Mn | 495.31% |
| 3 | Applied Digital | 8.10 Bn | 6.08 Bn | 97.29 Mn | 238.29% |
| 4 | Cipher Digital | 7.60 Bn | 3.60 Bn | 9.79 Mn | 350.02% |
| 5 | GDS Holdings | 6.77 Bn | 4.71 Bn | 97.89 Mn | 3.58% |
| 6 | Core Scientific | 5.75 Bn | 3.81 Bn | 70.04 Mn | 152.98% |
| 7 | Vnet | 1.75 Bn | 868.32 Mn | 74.45 Mn | 35.38% |
| 8 | Sify Technologies | 1.48 Bn | 1.48 Bn | 51.65 Mn | - |
| 9 | WhiteFiber | 736.82 Mn | 676.45 Mn | 18.88 Mn | 183.13% |
| 10 | Big Digital Energy | 33.61 Mn | 13.86 Mn | 1.61 Mn | -19.06% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -19.06% |
| Mar 31, 2026 | -19.29% |
| Dec 31, 2025 | -19.56% |
| Sep 30, 2025 | -19.90% |
| Jun 30, 2025 | -25.30% |
| Mar 31, 2025 | -27.00% |
| Dec 31, 2024 | -51.38% |
| Sep 30, 2024 | -55.19% |
| Jun 30, 2024 | -57.16% |
| Mar 31, 2024 | -56.99% |
| Dec 31, 2023 | -36.56% |
| Sep 30, 2023 | -41.06% |
| Jun 30, 2023 | -47.27% |
| Mar 31, 2023 | -17.52% |
| Dec 31, 2022 | 18.30% |
| Sep 30, 2022 | 309.53% |
| Jun 30, 2022 | 855.87% |
| Mar 31, 2022 | 1,215.44% |
| Dec 31, 2021 | 996.70% |
| Sep 30, 2021 | 457,764.07% |
API Access
Big Digital Energy Property, Plant & Equipment (Net) Growth (1y) 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=property-plant-and-equipment-net-growth-1y&ticker=BGDE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-1y", "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=property-plant-and-equipment-net-growth-1y&ticker=BGDE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();