Big Digital Energy (BGDE) Change in Receivables (2011 - 2026)
Big Digital Energy's (BGDE) quarterly Change in Receivables came in at -$1.0 million in Q2 2026, down 199.56% year-over-year from $1.0 million in Q2 2025, and down 224.39% quarter-over-quarter from $823012.0 in Q1 2026.
Big Digital Energy (BGDE) Change in Receivables (2011 - 2026) Analysis & Trends
Big Digital Energy has disclosed Change in Receivables across 13 years of filings, most recently posting -$1.0 million for Q2 2026.
- In Q2 2026, Change in Receivables fell 199.56% year-over-year to -$1.0 million; the TTM figure through Jun 2026 stood at -$2.4 million (down 241.24% YoY), while the FY2025 annual figure was -$4.5 million, down 246.25% from the prior year.
- Change in Receivables came in at -$1.0 million for Q2 2026 at Big Digital Energy, down from $823012.0 in the prior quarter.
- In the past five years, Change in Receivables ranged from a high of $7.6 million in Q3 2022 to a low of -$5.6 million in Q4 2022.
- Average Change in Receivables over 5 years is $160866.1, with a median of $130193.0 recorded in 2022.
- Year-over-year, Change in Receivables jumped 215.9% in 2024 and slumped 389.72% in 2025.
- Over 5 years, Change in Receivables stood at -$5.6 million in 2022, then soared by 127.05% to $1.5 million in 2023, then jumped by 54.55% to $2.3 million in 2024, then slumped by 276.49% to -$4.1 million in 2025, then soared by 75.12% to -$1.0 million in 2026.
- Per Business Quant data, the three most recent Change in Receivables figures were -$1.0 million in Q2 2026, $823012.0 in Q1 2026, and -$4.1 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 100.78 Bn | 98.58 Bn | 1.40 Bn | 152.00 Mn |
| 2 | Terawulf | 8.49 Bn | 5.72 Bn | 32.37 Mn | 7.62 Mn |
| 3 | Applied Digital | 8.10 Bn | 6.08 Bn | 97.29 Mn | 35.35 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 | -1.02 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.02 Mn |
| Mar 31, 2026 | 823,012.00 |
| Dec 31, 2025 | -4.11 Mn |
| Sep 30, 2025 | 1.90 Mn |
| Jun 30, 2025 | 1.03 Mn |
| Mar 31, 2025 | -3.30 Mn |
| Dec 31, 2024 | 2.33 Mn |
| Sep 30, 2024 | 1.64 Mn |
| Jun 30, 2024 | -2.05 Mn |
| Mar 31, 2024 | 1.14 Mn |
| Dec 31, 2023 | 1.51 Mn |
| Sep 30, 2023 | 4.21 Mn |
| Jun 30, 2023 | -827,140.00 |
| Mar 31, 2023 | -981,569.00 |
| Dec 31, 2022 | -5.58 Mn |
| Sep 30, 2022 | 7.58 Mn |
| Jun 30, 2022 | -832,252.00 |
| Mar 31, 2022 | -562,626.00 |
| Jun 30, 2021 | -798,441.00 |
| Mar 31, 2021 | 656,732.00 |
Big Digital Energy Change in Receivables 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=change-in-receivables&ticker=BGDE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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=change-in-receivables&ticker=BGDE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();