Churchill Downs (CHDN) Non Operating Income (2010 - 2026)
Churchill Downs (CHDN) posted Non Operating Income of -$29.0 million for Q2 2026, up 3.33% on a QoQ basis from -$30.0 million in Q1 2026, and up 17.14% year-over-year from -$24.8 million in Q2 2025.
Churchill Downs (CHDN) Non Operating Income (2010 - 2026) Analysis & Trends
Churchill Downs has reported Non Operating Income for 17 years, with the latest figure at -$29.0 million in Q2 2026.
- On a quarterly basis, Non Operating Income rose 17.14% year-over-year to -$29.0 million in Q2 2026; TTM through Jun 2026 was -$136.0 million, a 9.09% increase from a year earlier, with the FY2025 full-year figure at -$151.4 million, down 11.49% from the prior year.
- Non Operating Income was -$29.0 million for Q2 2026 at Churchill Downs, up from -$30.0 million in the prior quarter.
- The five-year high for Non Operating Income was $280.2 million in Q2 2022, with the low at -$40.2 million in Q4 2025.
- Average Non Operating Income over 5 years is -$3.4 million, with a median of -$30.2 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: Non Operating Income jumped 1832.41% in 2022, then tumbled 393.27% in 2023.
- Over 5 years, Non Operating Income stood at -$14.8 million in 2022, then sank by 131.76% to -$34.3 million in 2023, then decreased by 4.37% to -$35.8 million in 2024, then declined by 12.29% to -$40.2 million in 2025, then advanced by 27.86% to -$29.0 million in 2026.
- The last three Non Operating Income figures came in at -$29.0 million (Q2 2026), -$30.0 million (Q1 2026), and -$40.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (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 | - |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | -90.12 Mn |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | 1.52 Mn |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | -15.17 Mn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | -98.86 Mn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | - |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | -566.00 Mn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | -29.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -29.00 Mn |
| Mar 31, 2026 | -30.00 Mn |
| Dec 31, 2025 | -40.20 Mn |
| Sep 30, 2025 | -36.80 Mn |
| Jun 30, 2025 | -35.00 Mn |
| Mar 31, 2025 | -39.00 Mn |
| Dec 31, 2024 | -35.80 Mn |
| Sep 30, 2024 | -39.80 Mn |
| Jun 30, 2024 | -35.70 Mn |
| Mar 31, 2024 | -24.50 Mn |
| Dec 31, 2023 | -34.30 Mn |
| Sep 30, 2023 | -30.50 Mn |
| Jun 30, 2023 | -26.40 Mn |
| Mar 31, 2023 | 89.00 Mn |
| Dec 31, 2022 | -14.80 Mn |
| Sep 30, 2022 | 10.40 Mn |
| Jun 30, 2022 | 280.20 Mn |
| Mar 31, 2022 | 11.20 Mn |
| Dec 31, 2021 | 19.00 Mn |
| Sep 30, 2021 | 20.10 Mn |
Churchill Downs Non Operating 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=non-operating-income&ticker=CHDN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "ticker": "CHDN", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=non-operating-income&ticker=CHDN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();