Las Vegas Sands (LVS) Other Operating Expenses (2009 - 2026)
Las Vegas Sands (LVS) posted Other Operating Expenses of -$2.0 million for Q2 2026, up 75.0% on a QoQ basis from -$8.0 million in Q1 2026, and up 75.0% year-over-year from -$1.1 million in Q2 2025.
Las Vegas Sands (LVS) Other Operating Expenses (2009 - 2026) Analysis & Trends
Las Vegas Sands has reported Other Operating Expenses for 18 years, with the latest figure at -$2.0 million in Q2 2026.
- On a quarterly basis, Other Operating Expenses rose 75.0% year-over-year to -$2.0 million in Q2 2026; TTM through Jun 2026 was -$242.0 million, a 591.43% decrease from a year earlier, with the FY2025 full-year figure at -$247.0 million, down 394.0% from the prior year.
- Other Operating Expenses was -$2.0 million for Q2 2026 at Las Vegas Sands, up from -$8.0 million in the prior quarter.
- The five-year high for Other Operating Expenses was -$1.0 million in Q4 2022, with the low at -$164.0 million in Q4 2025.
- Average Other Operating Expenses over 5 years is -$20.2 million, with a median of -$8.0 million recorded in 2025.
- The sharpest annual moves came in 2022 and 2025: Other Operating Expenses jumped 88.89% in 2022, then plunged 1722.22% in 2025.
- Over 5 years, Other Operating Expenses stood at -$1.0 million in 2022, then plunged by 400.0% to -$5.0 million in 2023, then tumbled by 80.0% to -$9.0 million in 2024, then slumped by 1722.22% to -$164.0 million in 2025, then jumped by 98.78% to -$2.0 million in 2026.
- The last three Other Operating Expenses figures came in at -$2.0 million (Q2 2026), -$8.0 million (Q1 2026), and -$164.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 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 |
| 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 |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.00 Mn |
| Mar 31, 2026 | -8.00 Mn |
| Dec 31, 2025 | -164.00 Mn |
| Sep 30, 2025 | -68.00 Mn |
| Jun 30, 2025 | -8.00 Mn |
| Mar 31, 2025 | -7.00 Mn |
| Dec 31, 2024 | -9.00 Mn |
| Sep 30, 2024 | -11.00 Mn |
| Jun 30, 2024 | -16.00 Mn |
| Mar 31, 2024 | -14.00 Mn |
| Dec 31, 2023 | -5.00 Mn |
| Sep 30, 2023 | -4.00 Mn |
| Jun 30, 2023 | -4.00 Mn |
| Mar 31, 2023 | -14.00 Mn |
| Dec 31, 2022 | -1.00 Mn |
| Sep 30, 2022 | -2.00 Mn |
| Mar 31, 2022 | -6.00 Mn |
| Dec 31, 2021 | -9.00 Mn |
| Sep 30, 2021 | -4.00 Mn |
| Jun 30, 2021 | -11.00 Mn |
Las Vegas Sands Other Operating Expenses 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=other-operating-expenses&ticker=LVS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "ticker": "LVS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-operating-expenses&ticker=LVS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();