Big Digital Energy (BGDE) Current Deferred Tax Assets (2018 - 2019)
Big Digital Energy's (BGDE) quarterly Current Deferred Tax Assets came in at $3.1 million in Q4 2019, up 38.81% year-over-year from $2.2 million in Q4 2018, and up 38.81% quarter-over-quarter from $2.2 million in Q4 2018.
Big Digital Energy (BGDE) Current Deferred Tax Assets (2018 - 2019) Analysis & Trends
Big Digital Energy has disclosed Current Deferred Tax Assets across 2 years of filings, most recently posting $3.1 million for Q4 2019.
- In Q4 2019, Current Deferred Tax Assets rose 38.81% year-over-year to $3.1 million; the TTM figure through Dec 2019 stood at $3.1 million (up 38.81% YoY), while the FY2019 annual figure was $3.1 million, up 38.81% from the prior year.
- Current Deferred Tax Assets came in at $3.1 million for Q4 2019 at Big Digital Energy, up from $2.2 million in the prior quarter.
- In the past five years, Current Deferred Tax Assets ranged from a high of $3.1 million in Q4 2019 to a low of $2.2 million in Q4 2018.
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 |
Big Digital Energy Current Deferred Tax Assets 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=current-deferred-tax-assets&ticker=BGDE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-tax-assets", "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=current-deferred-tax-assets&ticker=BGDE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();