DraftKings (DKNG) Net Income (2021 - 2026)
DraftKings' (DKNG) quarterly Net Income came in at -$70.1 million in Q2 2026, down 144.31% year-over-year from $158.1 million in Q2 2025, and down 523.25% quarter-over-quarter from $16.6 million in Q1 2026.
DraftKings (DKNG) Net Income (2021 - 2026) Analysis & Trends
DraftKings (DKNG) has reported Net Income for 6 consecutive years, with -$70.1 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Income fell 144.31% year-over-year to -$70.1 million in Q2 2026; TTM through Jun 2026 was -$175.1 million, a 42.35% increase from a year earlier, with the FY2025 full-year figure at $2.7 million, up 100.54% from the prior year.
- Net Income was -$70.1 million for Q2 2026 at DraftKings, down from $16.6 million in the prior quarter.
- Over five years, Net Income peaked at $158.1 million in Q2 2025 and troughed at -$465.3 million in Q1 2022.
- A 5-year average of -$151.9 million and a median of -$138.6 million in 2024 frame the typical range for Net Income.
- Across the five-year window, Net Income sank 203.03% in 2024 and surged 201.84% in 2025, its largest moves.
- Over 5 years, Net Income stood at -$242.3 million in 2022, then surged by 81.69% to -$44.4 million in 2023, then slumped by 203.03% to -$134.4 million in 2024, then surged by 201.84% to $136.9 million in 2025, then slumped by 151.19% to -$70.1 million in 2026.
- The last three Net Income figures came in at -$70.1 million (Q2 2026), $16.6 million (Q1 2026), and $136.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | 373.00 Mn |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | -70.06 Mn |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | -296.00 Mn |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | 322.79 Mn |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | 28.30 Mn |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | 101.36 Mn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | 182.53 Mn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | 213.00 Mn |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | -41.00 Mn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | 242.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -70.06 Mn |
| Mar 31, 2026 | 16.55 Mn |
| Dec 31, 2025 | 136.88 Mn |
| Sep 30, 2025 | -258.45 Mn |
| Jun 30, 2025 | 158.13 Mn |
| Mar 31, 2025 | -33.82 Mn |
| Dec 31, 2024 | -134.40 Mn |
| Sep 30, 2024 | -293.58 Mn |
| Jun 30, 2024 | 64.06 Mn |
| Mar 31, 2024 | -142.90 Mn |
| Dec 31, 2023 | -44.35 Mn |
| Sep 30, 2023 | -283.10 Mn |
| Jun 30, 2023 | -76.95 Mn |
| Mar 31, 2023 | -397.03 Mn |
| Dec 31, 2022 | -242.28 Mn |
| Sep 30, 2022 | -450.44 Mn |
| Jun 30, 2022 | -217.03 Mn |
| Mar 31, 2022 | -465.34 Mn |
| Dec 31, 2021 | -329.56 Mn |
| Sep 30, 2021 | -544.83 Mn |
DraftKings Net Income 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=net-income&ticker=DKNG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income", "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=net-income&ticker=DKNG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();