DraftKings (DKNG) Change in Receivables (2021 - 2026)
DraftKings' (DKNG) quarterly Change in Receivables came in at -$4.0 million in Q2 2026, down 270.25% year-over-year from $2.4 million in Q2 2025, and up 79.24% quarter-over-quarter from -$19.5 million in Q1 2026.
DraftKings (DKNG) Change in Receivables (2021 - 2026) Analysis & Trends
DraftKings (DKNG) has reported Change in Receivables for 6 consecutive years, with -$4.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Receivables fell 270.25% year-over-year to -$4.0 million in Q2 2026; TTM through Jun 2026 was $23.1 million, a 242.88% increase from a year earlier, with the FY2025 full-year figure at $57.7 million, up 470.33% from the prior year.
- Change in Receivables was -$4.0 million for Q2 2026 at DraftKings, up from -$19.5 million in the prior quarter.
- Over five years, Change in Receivables peaked at $40.0 million in Q4 2025 and troughed at -$19.5 million in Q1 2026.
- A 5-year average of $2.1 million and a median of $822500.0 in 2022 frame the typical range for Change in Receivables.
- Across the five-year window, Change in Receivables slumped 611.36% in 2022 and jumped 1188.74% in 2025, its largest moves.
- Over 5 years, Change in Receivables stood at $11.3 million in 2022, then surged by 81.99% to $20.6 million in 2023, then tumbled by 117.83% to -$3.7 million in 2024, then jumped by 1188.74% to $40.0 million in 2025, then plunged by 110.09% to -$4.0 million in 2026.
- The last three Change in Receivables figures came in at -$4.0 million (Q2 2026), -$19.5 million (Q1 2026), and $40.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | -18.00 Mn |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | -4.04 Mn |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | -24.00 Mn |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | 111.69 Mn |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | -24.38 Mn |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | - |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | -44.88 Mn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | - |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | 53.00 Mn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -4.04 Mn |
| Mar 31, 2026 | -19.46 Mn |
| Dec 31, 2025 | 40.02 Mn |
| Sep 30, 2025 | 6.56 Mn |
| Jun 30, 2025 | 2.37 Mn |
| Mar 31, 2025 | 8.74 Mn |
| Dec 31, 2024 | -3.68 Mn |
| Sep 30, 2024 | -702,000.00 |
| Jun 30, 2024 | 8.71 Mn |
| Mar 31, 2024 | 5.78 Mn |
| Dec 31, 2023 | 20.62 Mn |
| Sep 30, 2023 | -4.88 Mn |
| Jun 30, 2023 | -9.62 Mn |
| Mar 31, 2023 | -9.67 Mn |
| Dec 31, 2022 | 11.33 Mn |
| Sep 30, 2022 | -4.07 Mn |
| Jun 30, 2022 | -12.11 Mn |
| Mar 31, 2022 | 2.35 Mn |
| Dec 31, 2021 | 1.37 Mn |
| Sep 30, 2021 | -572,000.00 |
DraftKings 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=DKNG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "ticker": "DKNG", "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=DKNG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();