DraftKings (DKNG) Interest Coverage Ratio (2022 - 2025)
DraftKings' (DKNG) quarterly Interest Coverage Ratio came in at 12.94 in Q2 2025, up 127.09% year-over-year from 5.7 in Q2 2024, and up 242.29% quarter-over-quarter from 9.1 in Q1 2025.
DraftKings (DKNG) Interest Coverage Ratio (2022 - 2025) Analysis & Trends
DraftKings (DKNG) has reported Interest Coverage Ratio for 4 consecutive years, with 12.94 the latest figure, recorded in Q2 2025.
- On a quarterly basis, Interest Coverage Ratio rose 127.09% year-over-year to 12.94 in Q2 2025; TTM through Jun 2025 was 18.16, a 90.28% increase from a year earlier, with the FY2024 full-year figure at 205.81, up 30.14% from the prior year.
- Interest Coverage Ratio was 12.94 for Q2 2025 at DraftKings, up from 9.1 in the prior quarter.
- Over five years, Interest Coverage Ratio peaked at 12.94 in Q2 2025 and troughed at 789.56 in Q1 2022.
- A 4-year average of 304.2 and a median of 278.18 in 2024 frame the typical range for Interest Coverage Ratio.
- Across the five-year window, Interest Coverage Ratio tumbled 187.6% in 2024 and surged 127.09% in 2025, its largest moves.
- Over 4 years, Interest Coverage Ratio stood at 347.12 in 2022, then surged by 81.66% to 63.68 in 2023, then plunged by 187.6% to 183.13 in 2024, then soared by 107.07% to 12.94 in 2025.
- The last three Interest Coverage Ratio figures came in at 12.94 (Q2 2025), 9.1 (Q1 2025), and 183.13 (Q4 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | 3.27 |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | - |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | - |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | 4.93 |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | 7.23 |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | - |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | 1.96 |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | 20.00 |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | - |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | 5.10 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 12.94 |
| Mar 31, 2025 | -9.10 |
| Dec 31, 2024 | -183.13 |
| Sep 30, 2024 | -342.42 |
| Jun 30, 2024 | -47.77 |
| Mar 31, 2024 | -213.93 |
| Dec 31, 2023 | -63.68 |
| Sep 30, 2023 | -427.74 |
| Jun 30, 2023 | -103.67 |
| Mar 31, 2023 | -595.09 |
| Dec 31, 2022 | -347.12 |
| Sep 30, 2022 | -681.18 |
| Jun 30, 2022 | -467.36 |
| Mar 31, 2022 | -789.56 |
DraftKings Interest Coverage Ratio 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=interest-coverage-ratio&ticker=DKNG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-ratio", "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=interest-coverage-ratio&ticker=DKNG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();