DraftKings (DKNG) EPS (Basic) (2021 - 2026)
DraftKings' (DKNG) quarterly EPS (Basic) came in at -$0.14 in Q2 2026, down 144.35% year-over-year from $0.32 in Q2 2025, and down 521.77% quarter-over-quarter from $0.03 in Q1 2026.
DraftKings (DKNG) EPS (Basic) (2021 - 2026) Analysis & Trends
DraftKings (DKNG) has reported EPS (Basic) for 6 consecutive years, with -$0.14 the latest figure, recorded in Q2 2026.
- On a quarterly basis, EPS (Basic) fell 144.35% year-over-year to -$0.14 in Q2 2026; TTM through Jun 2026 was -$0.35, a 42.3% increase from a year earlier, with the FY2025 full-year figure at $0.01, up 100.53% from the prior year.
- EPS (Basic) was -$0.14 for Q2 2026 at DraftKings, down from $0.03 in the prior quarter.
- Over five years, EPS (Basic) peaked at $0.32 in Q2 2025 and troughed at -$1.13 in Q1 2022.
- A 5-year average of -$0.34 and a median of -$0.29 in 2024 frame the typical range for EPS (Basic).
- Across the five-year window, EPS (Basic) slumped 190.87% in 2024 and jumped 199.03% in 2025, its largest moves.
- Over 5 years, EPS (Basic) stood at -$0.56 in 2022, then surged by 82.73% to -$0.1 in 2023, then plunged by 190.87% to -$0.28 in 2024, then soared by 199.03% to $0.28 in 2025, then plunged by 151.14% to -$0.14 in 2026.
- The last three EPS (Basic) figures came in at -$0.14 (Q2 2026), $0.03 (Q1 2026), and $0.28 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | 0.57 |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | -0.14 |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | -1.57 |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | 1.27 |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | 1.17 |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | 0.46 |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | 1.78 |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | 0.24 |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | -0.20 |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | 3.46 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.14 |
| Mar 31, 2026 | 0.03 |
| Dec 31, 2025 | 0.28 |
| Sep 30, 2025 | -0.52 |
| Jun 30, 2025 | 0.32 |
| Mar 31, 2025 | -0.07 |
| Dec 31, 2024 | -0.28 |
| Sep 30, 2024 | -0.60 |
| Jun 30, 2024 | 0.13 |
| Mar 31, 2024 | -0.30 |
| Dec 31, 2023 | -0.10 |
| Sep 30, 2023 | -0.61 |
| Jun 30, 2023 | -0.17 |
| Mar 31, 2023 | -0.87 |
| Dec 31, 2022 | -0.56 |
| Sep 30, 2022 | -1.00 |
| Jun 30, 2022 | -0.50 |
| Mar 31, 2022 | -1.13 |
| Dec 31, 2021 | -0.82 |
| Sep 30, 2021 | -1.35 |
DraftKings EPS (Basic) 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=eps-basic&ticker=DKNG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=DKNG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();