Big Digital Energy (BGDE) Share-based Compensation Growth (1y) (2013 - 2026)
Analysis
Big Digital Energy (BGDE) Share-based Compensation Growth (1y) (2013 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 100.78 Bn | 98.58 Bn | 1.40 Bn | 14.17% |
| 2 | Terawulf | 8.49 Bn | 5.72 Bn | 32.37 Mn | 6,337.04% |
| 3 | Applied Digital | 8.10 Bn | 6.08 Bn | 97.29 Mn | 5,073.02% |
| 4 | Cipher Digital | 7.60 Bn | 3.60 Bn | 9.79 Mn | 5,810.59% |
| 5 | GDS Holdings | 6.77 Bn | 4.71 Bn | 97.89 Mn | 16.41% |
| 6 | Core Scientific | 5.75 Bn | 3.81 Bn | 70.04 Mn | -24.53% |
| 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 | -47.69% |
| 10 | Big Digital Energy | 33.61 Mn | 13.86 Mn | 1.61 Mn | -30.79% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -30.79% |
| Mar 31, 2026 | -54.98% |
| Dec 31, 2025 | 133.46% |
| Sep 30, 2025 | -111.56% |
| Jun 30, 2025 | -7.12% |
| Mar 31, 2025 | -47.10% |
| Dec 31, 2024 | -47.95% |
| Sep 30, 2024 | 40.60% |
| Jun 30, 2024 | -39.83% |
| Mar 31, 2024 | 271.67% |
| Dec 31, 2023 | 503.61% |
| Sep 30, 2023 | 374.33% |
| Jun 30, 2023 | 86.96% |
| Mar 31, 2023 | 173.49% |
| Dec 31, 2022 | 24.83% |
| Sep 30, 2022 | -44.01% |
| Jun 30, 2022 | -83.16% |
| Mar 31, 2022 | -97.36% |
| Dec 31, 2021 | 3,851.12% |
| Sep 30, 2021 | 2,126.56% |
API Access
Big Digital Energy Share-based Compensation 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=share-based-compensation-growth-1y&ticker=BGDE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-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=share-based-compensation-growth-1y&ticker=BGDE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();