Big Digital Energy (BGDE) Minority Interest (2020 - 2023)
Big Digital Energy's (BGDE) quarterly Minority Interest came in at $1.1 million in Q4 2023, up 226.57% year-over-year from $351101.6 in Q4 2022, and up 168.42% quarter-over-quarter from -$1.7 million in Q3 2023.
Big Digital Energy (BGDE) Minority Interest (2020 - 2023) Analysis & Trends
Big Digital Energy has disclosed Minority Interest across 4 years of filings, most recently posting $1.1 million for Q4 2023.
- In Q4 2023, Minority Interest rose 226.57% year-over-year to $1.1 million; the TTM figure through Dec 2023 stood at $1.1 million (up 226.57% YoY), while the FY2023 annual figure was $1.1 million, up 226.57% from the prior year.
- Minority Interest came in at $1.1 million for Q4 2023 at Big Digital Energy, up from -$1.7 million in the prior quarter.
- In the past five years, Minority Interest ranged from a high of $1.1 million in Q4 2023 to a low of -$1.7 million in Q3 2023.
- Average Minority Interest over 4 years is -$444483.2, with a median of -$281835.5 recorded in 2021.
- Year-over-year, Minority Interest tumbled 2583.32% in 2022 and jumped 226.57% in 2023.
- Over 4 years, Minority Interest stood at -$27066.0 in 2020, then plunged by 508.24% to -$164626.0 in 2021, then slumped by 450.28% to -$905904.0 in 2022, then jumped by 226.57% to $1.1 million in 2023.
- Per Business Quant data, the three most recent Minority Interest figures were $1.1 million in Q4 2023, -$1.7 million in Q3 2023, and -$1.4 million in Q2 2023.
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 |
|---|---|
| Dec 31, 2023 | 1.15 Mn |
| Sep 30, 2023 | -1.68 Mn |
| Jun 30, 2023 | -1.44 Mn |
| Mar 31, 2023 | -1.14 Mn |
| Dec 31, 2022 | -905,904.00 |
| Sep 30, 2022 | -508,676.00 |
| Jun 30, 2022 | -140,227.00 |
| Mar 31, 2022 | -399,045.00 |
| Dec 31, 2021 | -164,626.00 |
| Jun 30, 2021 | -92,868.00 |
| Mar 31, 2021 | 16,069.00 |
| Dec 31, 2020 | -27,066.00 |
Big Digital Energy Minority Interest 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=minority-interest&ticker=BGDE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "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=minority-interest&ticker=BGDE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();