Big Digital Energy (BGDE) Cash & Equivalents Growth (3y) (2014 - 2026)
Analysis
Big Digital Energy (BGDE) Cash & Equivalents Growth (3y) (2014 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 100.78 Bn | 98.58 Bn | 1.40 Bn | -25.23% |
| 2 | Terawulf | 8.49 Bn | 5.72 Bn | 32.37 Mn | 582.44% |
| 3 | Applied Digital | 8.10 Bn | 6.08 Bn | 97.29 Mn | 280.06% |
| 4 | Cipher Digital | 7.60 Bn | 3.60 Bn | 9.79 Mn | 681.77% |
| 5 | GDS Holdings | 6.77 Bn | 4.71 Bn | 97.89 Mn | 24.91% |
| 6 | Core Scientific | 5.75 Bn | 3.81 Bn | 70.04 Mn | 213.22% |
| 7 | Vnet | 1.75 Bn | 868.32 Mn | 74.45 Mn | 44.86% |
| 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 | 42.72% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 42.72% |
| Mar 31, 2026 | 20.70% |
| Dec 31, 2025 | 141.16% |
| Sep 30, 2025 | 10.39% |
| Jun 30, 2025 | 9.11% |
| Mar 31, 2025 | -1.78% |
| Dec 31, 2024 | 3.66% |
| Sep 30, 2024 | -43.76% |
| Jun 30, 2024 | 23.34% |
| Mar 31, 2024 | 23.48% |
| Dec 31, 2023 | 59.04% |
| Sep 30, 2023 | 135.92% |
| Jun 30, 2023 | 256.27% |
| Mar 31, 2023 | 49.89% |
| Dec 31, 2022 | 9.64% |
| Sep 30, 2022 | 4.81% |
| Jun 30, 2022 | 10.77% |
| Mar 31, 2022 | 33.26% |
| Dec 31, 2021 | 19.76% |
| Sep 30, 2021 | 589.02% |
API Access
Big Digital Energy Cash & Equivalents Growth (3y) 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=cash-and-equivalents-growth-3y&ticker=BGDE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-3y", "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=cash-and-equivalents-growth-3y&ticker=BGDE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();