Big Digital Energy (BGDE) Tax Rate (2023 - 2026)
Big Digital Energy's (BGDE) quarterly Tax Rate came in at 0.41% in Q2 2026, down 63.0% year-over-year from 1.1% in Q2 2025, and down 102.28% quarter-over-quarter from 17.85% in Q1 2026.
Big Digital Energy (BGDE) Tax Rate (2023 - 2026) Analysis & Trends
Big Digital Energy has disclosed Tax Rate across 4 years of filings, most recently posting 0.41% for Q2 2026.
- In Q2 2026, Tax Rate fell 63.0% year-over-year to 0.41%; the TTM figure through Jun 2026 stood at 22.24% (down 2088.0% YoY), while the FY2025 annual figure was 21.0%, up 9.0% from the prior year.
- Tax Rate came in at 0.41% for Q2 2026 at Big Digital Energy, down from 17.85% in the prior quarter.
- In the past five years, Tax Rate ranged from a high of 229.4% in Q4 2024 to a low of 55.72% in Q4 2023.
- Average Tax Rate over 4 years is 12.17%, with a median of 0.22% recorded in 2025.
- Year-over-year, Tax Rate surged 28512 bps in 2024 and tumbled 19685 bps in 2025.
- Over 4 years, Tax Rate stood at 55.72% in 2023, then jumped by 512 bps to 229.4% in 2024, then slumped by 86 bps to 32.55% in 2025, then slumped by 101 bps to 0.41% in 2026.
- Per Business Quant data, the three most recent Tax Rate figures were 0.41% in Q2 2026, 17.85% in Q1 2026, and 32.55% in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 100.78 Bn | 98.58 Bn | 1.40 Bn | 8.80% |
| 2 | Terawulf | 8.49 Bn | 5.72 Bn | 32.37 Mn | 0.00% |
| 3 | Applied Digital | 8.10 Bn | 6.08 Bn | 97.29 Mn | -2.22% |
| 4 | Cipher Digital | 7.60 Bn | 3.60 Bn | 9.79 Mn | -0.14% |
| 5 | GDS Holdings | 6.77 Bn | 4.71 Bn | 97.89 Mn | -26.59% |
| 6 | Core Scientific | 5.75 Bn | 3.81 Bn | 70.04 Mn | -0.17% |
| 7 | Vnet | 1.75 Bn | 868.32 Mn | 74.45 Mn | -155.11% |
| 8 | Sify Technologies | 1.48 Bn | 1.48 Bn | 51.65 Mn | -8.35% |
| 9 | WhiteFiber | 736.82 Mn | 676.45 Mn | 18.88 Mn | 4.76% |
| 10 | Big Digital Energy | 33.61 Mn | 13.86 Mn | 1.61 Mn | -0.41% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.41% |
| Mar 31, 2026 | 17.85% |
| Dec 31, 2025 | 32.55% |
| Sep 30, 2025 | 22.26% |
| Jun 30, 2025 | 0.22% |
| Mar 31, 2025 | -54.85% |
| Dec 31, 2024 | 229.40% |
| Sep 30, 2024 | 5.04% |
| Jun 30, 2024 | -22.28% |
| Mar 31, 2024 | 0.30% |
| Dec 31, 2023 | -55.72% |
| Jun 30, 2023 | -11.05% |
| Mar 31, 2023 | -5.06% |
Big Digital Energy Tax Rate 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=tax-rate&ticker=BGDE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=BGDE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();