Big Digital Energy (BGDE) Other Non Operating Income (2020 - 2026)
Big Digital Energy's (BGDE) quarterly Other Non Operating Income came in at -$36994.0 in Q2 2026, up 94.64% year-over-year from -$19006.5 in Q2 2025, and down 100.36% quarter-over-quarter from $10.2 million in Q1 2026.
Big Digital Energy (BGDE) Other Non Operating Income (2020 - 2026) Analysis & Trends
Big Digital Energy has disclosed Other Non Operating Income across 7 years of filings, most recently posting -$36994.0 for Q2 2026.
- In Q2 2026, Other Non Operating Income rose 94.64% year-over-year to -$36994.0; the TTM figure through Jun 2026 stood at $9.6 million (up 1126.79% YoY), while the FY2025 annual figure was -$1.3 million, up 89.84% from the prior year.
- Other Non Operating Income came in at -$36994.0 for Q2 2026 at Big Digital Energy, down from $10.2 million in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $10.9 million in Q4 2023 to a low of -$11.9 million in Q1 2024.
- Average Other Non Operating Income over 5 years is -$703819.3, with a median of -$352375.0 recorded in 2024.
- Year-over-year, Other Non Operating Income sank 6832.36% in 2022 and jumped 9656.41% in 2026.
- Over 5 years, Other Non Operating Income stood at -$10.1 million in 2022, then soared by 207.98% to $10.9 million in 2023, then sank by 103.24% to -$352375.0 in 2024, then jumped by 57.67% to -$149169.0 in 2025, then jumped by 75.2% to -$36994.0 in 2026.
- Per Business Quant data, the three most recent Other Non Operating Income figures were -$36994.0 in Q2 2026, $10.2 million in Q1 2026, and -$149169.0 in Q4 2025.
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 |
|---|---|
| Jun 30, 2026 | -36,994.00 |
| Mar 31, 2026 | 10.16 Mn |
| Dec 31, 2025 | -149,169.00 |
| Sep 30, 2025 | -337,919.00 |
| Jun 30, 2025 | -689,952.00 |
| Mar 31, 2025 | 104,112.00 |
| Sep 30, 2024 | -352,375.00 |
| Jun 30, 2024 | -285,530.00 |
| Mar 31, 2024 | -11.93 Mn |
| Dec 31, 2023 | 10.89 Mn |
| Sep 30, 2023 | -600,619.00 |
| Jun 30, 2023 | -397,165.00 |
| Mar 31, 2023 | -681,225.00 |
| Dec 31, 2022 | -10.08 Mn |
| Sep 30, 2022 | -7.32 Mn |
| Jun 30, 2022 | 1.66 Mn |
| Mar 31, 2022 | -1.91 Mn |
| Dec 31, 2021 | 149,783.00 |
| Sep 30, 2021 | -360,187.00 |
| Jun 30, 2021 | -60,747.00 |
Big Digital Energy Other Non Operating 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=other-non-operating-income&ticker=BGDE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-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=other-non-operating-income&ticker=BGDE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();