DraftKings (DKNG) Change in Cash (2021 - 2026)
DraftKings' (DKNG) quarterly Change in Cash came in at $688000.0 in Q2 2026, down 96.37% year-over-year from $19.0 million in Q2 2025, and up 100.32% quarter-over-quarter from -$217.8 million in Q1 2026.
DraftKings (DKNG) Change in Cash (2021 - 2026) Analysis & Trends
DraftKings (DKNG) has reported Change in Cash for 6 consecutive years, with $688000.0 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Cash fell 96.37% year-over-year to $688000.0 in Q2 2026; TTM through Jun 2026 was -$176.4 million, a 135.97% decrease from a year earlier, with the FY2025 full-year figure at $274.4 million, up 193.56% from the prior year.
- Change in Cash was $688000.0 for Q2 2026 at DraftKings, up from -$217.8 million in the prior quarter.
- Over five years, Change in Cash peaked at $214.8 million in Q1 2025 and troughed at -$409.8 million in Q2 2024.
- A 5-year average of -$69.0 million and a median of -$14.6 million in 2023 frame the typical range for Change in Cash.
- The widest YoY moves for Change in Cash: up 383.61% in 2024, down 1275.49% in 2024.
- Over 5 years, Change in Cash stood at -$185.2 million in 2022, then surged by 119.39% to $35.9 million in 2023, then soared by 383.61% to $173.7 million in 2024, then tumbled by 159.65% to -$103.6 million in 2025, then soared by 100.66% to $688000.0 in 2026.
- The last three Change in Cash figures came in at $688000.0 (Q2 2026), -$217.8 million (Q1 2026), and -$103.6 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | 46.00 Mn |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | 688,000.00 |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | 138.00 Mn |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | 254.51 Mn |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | 57.47 Mn |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | 108.07 Mn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | 384.02 Mn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | - |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | 103.00 Mn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | 4.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 688,000.00 |
| Mar 31, 2026 | -217.78 Mn |
| Dec 31, 2025 | -103.59 Mn |
| Sep 30, 2025 | 144.23 Mn |
| Jun 30, 2025 | 18.97 Mn |
| Mar 31, 2025 | 214.79 Mn |
| Dec 31, 2024 | 173.68 Mn |
| Sep 30, 2024 | 83.03 Mn |
| Jun 30, 2024 | -409.77 Mn |
| Mar 31, 2024 | -140.24 Mn |
| Dec 31, 2023 | 35.91 Mn |
| Sep 30, 2023 | 92.77 Mn |
| Jun 30, 2023 | -29.79 Mn |
| Mar 31, 2023 | -254.22 Mn |
| Dec 31, 2022 | -185.18 Mn |
| Sep 30, 2022 | 23.47 Mn |
| Jun 30, 2022 | -297.21 Mn |
| Mar 31, 2022 | -392.10 Mn |
| Dec 31, 2021 | -245.19 Mn |
| Sep 30, 2021 | -85.72 Mn |
DraftKings Change in Cash 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-cash&ticker=DKNG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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-cash&ticker=DKNG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();