DraftKings (DKNG) Amortizatization of Intangibles (2022 - 2023)
DraftKings' (DKNG) quarterly Amortizatization of Intangibles came in at -$176000.0 in Q3 2023, down 425.93% year-over-year from $54000.0 in Q3 2022, and down 425.93% quarter-over-quarter from $54000.0 in Q3 2022.
DraftKings (DKNG) Amortizatization of Intangibles (2022 - 2023) Analysis & Trends
DraftKings (DKNG) has reported Amortizatization of Intangibles for 2 consecutive years, with -$176000.0 the latest figure, recorded in Q3 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Amort. of Intangibles (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | - |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | - |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | 46.00 Mn |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | - |
| 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 | 8.28 Mn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | - |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | - |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | 8.00 Mn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | 1.00 Mn |
DraftKings Amortizatization of Intangibles 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=amortizatization-of-intangibles&ticker=DKNG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "amortizatization-of-intangibles", "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=amortizatization-of-intangibles&ticker=DKNG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();