Big Digital Energy (BGDE) Non Operating Investment Income (2012 - 2023)
Big Digital Energy's (BGDE) quarterly Non Operating Investment Income came in at $1.4 million in Q1 2023, up 1435.29% quarter-over-quarter from $93613.0 in Q1 2021.
Big Digital Energy (BGDE) Non Operating Investment Income (2012 - 2023) Analysis & Trends
Big Digital Energy has disclosed Non Operating Investment Income across 6 years of filings, most recently posting $1.4 million for Q1 2023.
- In Q1 2023, Non Operating Investment Income changed N/A year-over-year to $1.4 million; the TTM figure through Dec 2023 stood at $1.4 million (changed N/A YoY), while the FY2023 annual figure was $1.4 million, up 184.82% from the prior year.
- Non Operating Investment Income came in at $1.4 million for Q1 2023 at Big Digital Energy, up from $93613.0 in the prior quarter.
- In the past five years, Non Operating Investment Income ranged from a high of $1.4 million in Q1 2023 to a low of -$14309.0 in Q1 2020.
- Average Non Operating Investment Income over 3 years is $380510.5, with a median of $49560.5 recorded in 2020.
- The largest YoY upside for Non Operating Investment Income was 754.22% in 2021 against a maximum downside of 754.22% in 2021.
- Over 3 years, Non Operating Investment Income stood at $5508.0 in 2020, then soared by 1599.58% to $93613.0 in 2021, then surged by 1435.29% to $1.4 million in 2023.
- Per Business Quant data, the three most recent Non Operating Investment Income figures were $1.4 million in Q1 2023, $93613.0 in Q1 2021, and $5508.0 in Q2 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Investment Income (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.77 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 |
|---|---|
| Mar 31, 2023 | 1.44 Mn |
| Mar 31, 2021 | 93,613.00 |
| Jun 30, 2020 | 5,508.00 |
| Mar 31, 2020 | -14,309.00 |
| Mar 31, 2014 | 111.00 |
| Sep 30, 2013 | 200.00 |
| Jun 30, 2013 | -40,000.00 |
| Mar 31, 2013 | -63.00 |
| Sep 30, 2012 | -79.00 |
| Jun 30, 2012 | 64.00 |
Big Digital Energy Non Operating Investment 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-investment-income&ticker=BGDE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-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-investment-income&ticker=BGDE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();