Big Digital Energy (BGDE) Income from Non-Controlling Interests (2011 - 2024)
Big Digital Energy's (BGDE) quarterly Income from Non-Controlling Interests came in at $4.1 million in Q4 2024, up 49.27% year-over-year from $2.7 million in Q1 2024, and up 2097.37% quarter-over-quarter from -$205086.0 in Q1 2024.
Big Digital Energy (BGDE) Income from Non-Controlling Interests (2011 - 2024) Analysis & Trends
Big Digital Energy has disclosed Income from Non-Controlling Interests across 10 years of filings, most recently posting $4.1 million for Q4 2024.
- In Q4 2024, Income from Non-Controlling Interests rose 49.27% year-over-year to $4.1 million; the TTM figure through Dec 2024 stood at $3.9 million (up 107.34% YoY), while the FY2025 annual figure was -$1.1 million, down 127.72% from the prior year.
- Income from Non-Controlling Interests came in at $4.1 million for Q4 2024 at Big Digital Energy, up from -$205086.0 in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of $50.3 million in Q4 2021 to a low of -$38.6 million in Q1 2021.
- Average Income from Non-Controlling Interests over 4 years is $932426.9, with a median of -$281017.0 recorded in 2023.
- Year-over-year, Income from Non-Controlling Interests plunged 164.58% in 2022 and jumped 860.62% in 2023.
- Over 4 years, Income from Non-Controlling Interests stood at $50.3 million in 2021, then slumped by 100.72% to -$360802.0 in 2022, then jumped by 860.62% to $2.7 million in 2023, then surged by 49.27% to $4.1 million in 2024.
- Per Business Quant data, the three most recent Income from Non-Controlling Interests figures were $4.1 million in Q4 2024, -$205086.0 in Q1 2024, and $2.7 million in Q4 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 100.78 Bn | 98.58 Bn | 1.40 Bn | -2.00 Mn |
| 2 | Terawulf | 8.49 Bn | 5.72 Bn | 32.37 Mn | -910,000.00 |
| 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 | -355,000.00 |
| 6 | Core Scientific | 5.75 Bn | 3.81 Bn | 70.04 Mn | - |
| 7 | Vnet | 1.75 Bn | 868.32 Mn | 74.45 Mn | -1.85 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, 2024 | 4.10 Mn |
| Mar 31, 2024 | -205,086.00 |
| Dec 31, 2023 | 2.74 Mn |
| Sep 30, 2023 | -283,101.00 |
| Jun 30, 2023 | -305,556.00 |
| Mar 31, 2023 | -278,933.00 |
| Dec 31, 2022 | -360,802.00 |
| Sep 30, 2022 | -389,801.00 |
| Jun 30, 2022 | -288,229.00 |
| Mar 31, 2022 | -234,419.00 |
| Dec 31, 2021 | 50.33 Mn |
| Sep 30, 2021 | -3.10 Mn |
| Jun 30, 2021 | -108,937.00 |
| Mar 31, 2021 | -38.56 Mn |
| Dec 31, 2016 | -65,000.00 |
| Sep 30, 2016 | -7,000.00 |
| Jun 30, 2016 | 27,000.00 |
| Mar 31, 2016 | 42,000.00 |
| Dec 31, 2015 | 32,000.00 |
| Sep 30, 2015 | -462,000.00 |
Big Digital Energy Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=BGDE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=BGDE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();