Big Digital Energy (BGDE) Non Operating Income (2012 - 2026)
Big Digital Energy's (BGDE) quarterly Non Operating Income came in at -$1.0 million in Q2 2026, up 28.6% year-over-year from -$814149.1 in Q2 2025, and down 111.77% quarter-over-quarter from $8.9 million in Q1 2026.
Big Digital Energy (BGDE) Non Operating Income (2012 - 2026) Analysis & Trends
Big Digital Energy has disclosed Non Operating Income across 10 years of filings, most recently posting -$1.0 million for Q2 2026.
- In Q2 2026, Non Operating Income rose 28.6% year-over-year to -$1.0 million; the TTM figure through Jun 2026 stood at $5.7 million (up 291.22% YoY), while the FY2025 annual figure was -$4.4 million, up 69.38% from the prior year.
- Non Operating Income came in at -$1.0 million for Q2 2026 at Big Digital Energy, down from $8.9 million in the prior quarter.
- In the past five years, Non Operating Income ranged from a high of $8.9 million in Q1 2026 to a low of -$13.0 million in Q3 2022.
- Average Non Operating Income over 5 years is -$734728.3, with a median of -$998492.0 recorded in 2025.
- Year-over-year, Non Operating Income sank 1527.76% in 2024 and surged 1243.96% in 2026.
- Over 5 years, Non Operating Income stood at $4.2 million in 2022, then soared by 97.81% to $8.3 million in 2023, then sank by 91.28% to $720278.0 in 2024, then plunged by 231.9% to -$950020.0 in 2025, then slipped by 10.2% to -$1.0 million in 2026.
- Per Business Quant data, the three most recent Non Operating Income figures were -$1.0 million in Q2 2026, $8.9 million in Q1 2026, and -$950020.0 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (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 | -188.63 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 | -1.07 Bn |
| 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 | -6.47 Mn |
| 10 | Big Digital Energy | 33.61 Mn | 13.86 Mn | 1.61 Mn | -1.05 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.05 Mn |
| Mar 31, 2026 | 8.89 Mn |
| Dec 31, 2025 | -950,020.00 |
| Sep 30, 2025 | -1.16 Mn |
| Jun 30, 2025 | -1.47 Mn |
| Mar 31, 2025 | -777,432.00 |
| Dec 31, 2024 | 720,278.00 |
| Sep 30, 2024 | -1.48 Mn |
| Jun 30, 2024 | -1.11 Mn |
| Mar 31, 2024 | -12.34 Mn |
| Dec 31, 2023 | 8.26 Mn |
| Sep 30, 2023 | -3.11 Mn |
| Jun 30, 2023 | 1.77 Mn |
| Mar 31, 2023 | 863,975.00 |
| Dec 31, 2022 | 4.18 Mn |
| Sep 30, 2022 | -13.01 Mn |
| Sep 30, 2020 | -1.91 Mn |
| Jun 30, 2020 | 675,000.00 |
| Mar 31, 2020 | -3.70 Mn |
| Sep 30, 2019 | -33,000.00 |
Big Digital Energy 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=non-operating-income&ticker=BGDE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=non-operating-income&ticker=BGDE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();