Big Digital Energy (BGDE) Equity Income (2012 - 2023)
Big Digital Energy's (BGDE) quarterly Equity Income came in at -$36356.0 in Q1 2023, up 59.88% quarter-over-quarter from -$90609.0 in Q4 2021.
Big Digital Energy (BGDE) Equity Income (2012 - 2023) Analysis & Trends
Big Digital Energy has disclosed Equity Income across 4 years of filings, most recently posting -$36356.0 for Q1 2023.
- In Q1 2023, Equity Income changed N/A year-over-year to -$36356.0; the TTM figure through Dec 2023 stood at -$36356.0 (changed N/A YoY), while the FY2023 annual figure was -$36356.0, up 97.1% from the prior year.
- Equity Income came in at -$36356.0 for Q1 2023 at Big Digital Energy, up from -$90609.0 in the prior quarter.
- In the past five years, Equity Income ranged from a high of -$36356.0 in Q1 2023 to a low of -$153123.0 in Q3 2021.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 100.78 Bn | 98.58 Bn | 1.40 Bn | - |
| 2 | Terawulf | 8.49 Bn | 5.72 Bn | 32.37 Mn | -11.06 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 | -141.47 Mn |
| 6 | Core Scientific | 5.75 Bn | 3.81 Bn | 70.04 Mn | - |
| 7 | Vnet | 1.75 Bn | 868.32 Mn | 74.45 Mn | -2.83 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 |
|---|---|
| Mar 31, 2023 | -36,356.00 |
| Dec 31, 2021 | -90,609.00 |
| Sep 30, 2021 | -153,123.00 |
| Mar 31, 2013 | -63.00 |
| Dec 31, 2012 | -205.00 |
| Mar 31, 2012 | 117.00 |
Big Digital Energy Equity Income 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=equity-income&ticker=BGDE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-income", "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=equity-income&ticker=BGDE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();