DraftKings (DKNG) Cash from Financing Activities (2021 - 2026)
DraftKings' (DKNG) quarterly Cash from Financing Activities came in at -$65.5 million in Q2 2026, up 45.26% year-over-year from -$45.1 million in Q2 2025, and up 45.91% quarter-over-quarter from -$121.1 million in Q1 2026.
DraftKings (DKNG) Cash from Financing Activities (2021 - 2026) Analysis & Trends
DraftKings (DKNG) has reported Cash from Financing Activities for 6 consecutive years, with -$65.5 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Financing Activities rose 45.26% year-over-year to -$65.5 million in Q2 2026; TTM through Jun 2026 was -$662.2 million, a 510.98% decrease from a year earlier, with the FY2025 full-year figure at -$222.5 million, down 53.99% from the prior year.
- Cash from Financing Activities was -$65.5 million for Q2 2026 at DraftKings, up from -$121.1 million in the prior quarter.
- Over five years, Cash from Financing Activities peaked at $372.8 million in Q1 2025 and troughed at -$374.2 million in Q4 2025.
- A 5-year average of -$35.2 million and a median of -$20.4 million in 2024 frame the typical range for Cash from Financing Activities.
- Across the five-year window, Cash from Financing Activities tumbled 11552.25% in 2023 and soared 1316.71% in 2025, its largest moves.
- Over 5 years, Cash from Financing Activities stood at $111000.0 in 2022, then plunged by 11552.25% to -$12.7 million in 2023, then sank by 475.0% to -$73.1 million in 2024, then sank by 411.91% to -$374.2 million in 2025, then soared by 82.49% to -$65.5 million in 2026.
- The last three Cash from Financing Activities figures came in at -$65.5 million (Q2 2026), -$121.1 million (Q1 2026), and -$374.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | -1.58 Bn |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | -65.52 Mn |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | -55.00 Mn |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | -590.71 Mn |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | - |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | -40.30 Mn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | 22.83 Mn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | - |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | -146.00 Mn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | -155.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -65.52 Mn |
| Mar 31, 2026 | -121.13 Mn |
| Dec 31, 2025 | -374.18 Mn |
| Sep 30, 2025 | -101.41 Mn |
| Jun 30, 2025 | -119.69 Mn |
| Mar 31, 2025 | 372.82 Mn |
| Dec 31, 2024 | -73.09 Mn |
| Sep 30, 2024 | -18.90 Mn |
| Jun 30, 2024 | -21.83 Mn |
| Mar 31, 2024 | -30.64 Mn |
| Dec 31, 2023 | -12.71 Mn |
| Sep 30, 2023 | -12.66 Mn |
| Jun 30, 2023 | -12.68 Mn |
| Mar 31, 2023 | -25.17 Mn |
| Dec 31, 2022 | 111,000.00 |
| Sep 30, 2022 | -4.31 Mn |
| Jun 30, 2022 | -218,000.00 |
| Mar 31, 2022 | -12.31 Mn |
| Dec 31, 2021 | 4.68 Mn |
| Sep 30, 2021 | 2.22 Mn |
DraftKings Cash from Financing Activities 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=cash-from-financing-activities&ticker=DKNG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=DKNG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();