Wynn Resorts (WYNN) Non Operating Income (2009 - 2026)
Wynn Resorts' (WYNN) quarterly Non Operating Income came in at -$98.9 million in Q2 2026, up 44.16% on a YoY basis from -$68.6 million in Q2 2025, and up 18.92% quarter-over-quarter from -$121.9 million in Q1 2026.
Wynn Resorts (WYNN) Non Operating Income (2009 - 2026) Analysis & Trends
Wynn Resorts (WYNN) has reported Non Operating Income for 18 consecutive years, with -$98.9 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non Operating Income rose 44.16% year-over-year to -$98.9 million; the trailing twelve-month figure through Jun 2026 stood at -$471.8 million (up 15.85% YoY), and the FY2025 full-year result was -$604.2 million, down 23.48% from the prior year.
- Non Operating Income climbed to -$98.9 million in Q2 2026 per WYNN's latest filing, from -$121.9 million in the prior quarter.
- Across five years, Non Operating Income topped out at -$83.4 million in Q4 2023 and bottomed at -$185.9 million in Q3 2023.
- Historically, Non Operating Income has averaged -$137.1 million across 5 years, with a median of -$128.4 million in 2022.
- The sharpest annual moves came in 2025 and 2026: Non Operating Income slumped 53.36% in 2025, then jumped 44.16% in 2026.
- Over 5 years, Non Operating Income stood at -$126.7 million in 2022, then jumped by 34.19% to -$83.4 million in 2023, then declined by 3.09% to -$85.9 million in 2024, then slumped by 51.41% to -$130.1 million in 2025, then climbed by 24.01% to -$98.9 million in 2026.
- According to Business Quant data, Non Operating Income over the past three periods registered -$98.9 million, -$121.9 million, and -$130.1 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
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 | -98.86 Mn |
| Mar 31, 2026 | -121.93 Mn |
| Dec 31, 2025 | -130.11 Mn |
| Sep 30, 2025 | -120.93 Mn |
| Jun 30, 2025 | -177.05 Mn |
| Mar 31, 2025 | -176.16 Mn |
| Dec 31, 2024 | -85.93 Mn |
| Sep 30, 2024 | -121.53 Mn |
| Jun 30, 2024 | -115.45 Mn |
| Mar 31, 2024 | -166.43 Mn |
| Dec 31, 2023 | -83.36 Mn |
| Sep 30, 2023 | -185.89 Mn |
| Jun 30, 2023 | -118.20 Mn |
| Mar 31, 2023 | -167.35 Mn |
| Dec 31, 2022 | -126.67 Mn |
| Sep 30, 2022 | -153.41 Mn |
| Jun 30, 2022 | -160.68 Mn |
| Mar 31, 2022 | -158.61 Mn |
| Dec 31, 2021 | -152.68 Mn |
| Sep 30, 2021 | -161.16 Mn |
Wynn Resorts 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=WYNN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "ticker": "WYNN", "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=WYNN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();