DraftKings (DKNG) Profit After Tax (2021 - 2026)
DraftKings' (DKNG) quarterly Profit After Tax came in at -$67.6 million in Q2 2026, down 142.81% year-over-year from $157.9 million in Q2 2025, and down 420.88% quarter-over-quarter from $21.1 million in Q1 2026.
DraftKings (DKNG) Profit After Tax (2021 - 2026) Analysis & Trends
DraftKings (DKNG) has reported Profit After Tax for 6 consecutive years, with -$67.6 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Profit After Tax fell 142.81% year-over-year to -$67.6 million in Q2 2026; TTM through Jun 2026 was -$166.9 million, a 45.18% increase from a year earlier, with the FY2025 full-year figure at $3.7 million, up 100.73% from the prior year.
- Profit After Tax was -$67.6 million for Q2 2026 at DraftKings, down from $21.1 million in the prior quarter.
- Over five years, Profit After Tax peaked at $157.9 million in Q2 2025 and troughed at -$467.7 million in Q1 2022.
- A 5-year average of -$151.7 million and a median of -$138.7 million in 2024 frame the typical range for Profit After Tax.
- Across the five-year window, Profit After Tax tumbled 202.21% in 2024 and surged 201.17% in 2025, its largest moves.
- Over 5 years, Profit After Tax stood at -$242.7 million in 2022, then jumped by 81.61% to -$44.6 million in 2023, then plunged by 202.21% to -$134.9 million in 2024, then surged by 201.17% to $136.4 million in 2025, then tumbled by 149.56% to -$67.6 million in 2026.
- The last three Profit After Tax figures came in at -$67.6 million (Q2 2026), $21.1 million (Q1 2026), and $136.4 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (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 | -67.61 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.57 Mn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | 123.00 Mn |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | -62.00 Mn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | 242.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -67.61 Mn |
| Mar 31, 2026 | 21.07 Mn |
| Dec 31, 2025 | 136.43 Mn |
| Sep 30, 2025 | -256.79 Mn |
| Jun 30, 2025 | 157.94 Mn |
| Mar 31, 2025 | -33.86 Mn |
| Dec 31, 2024 | -134.85 Mn |
| Sep 30, 2024 | -293.69 Mn |
| Jun 30, 2024 | 63.82 Mn |
| Mar 31, 2024 | -142.57 Mn |
| Dec 31, 2023 | -44.62 Mn |
| Sep 30, 2023 | -283.10 Mn |
| Jun 30, 2023 | -77.27 Mn |
| Mar 31, 2023 | -397.15 Mn |
| Dec 31, 2022 | -242.70 Mn |
| Sep 30, 2022 | -450.49 Mn |
| Jun 30, 2022 | -217.10 Mn |
| Mar 31, 2022 | -467.69 Mn |
| Dec 31, 2021 | -326.30 Mn |
| Sep 30, 2021 | -545.03 Mn |
DraftKings Profit After Tax 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=profit-after-tax&ticker=DKNG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=DKNG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();