Las Vegas Sands (LVS) Cash from Financing Activities (2009 - 2026)
Las Vegas Sands (LVS) posted Cash from Financing Activities of -$1.6 billion for Q2 2026, down 52.21% on a QoQ basis from -$1.0 billion in Q1 2026, and down 409.18% year-over-year from $512.0 million in Q2 2025.
Las Vegas Sands (LVS) Cash from Financing Activities (2009 - 2026) Analysis & Trends
Las Vegas Sands has reported Cash from Financing Activities for 18 years, with the latest figure at -$1.6 billion in Q2 2026.
- On a quarterly basis, Cash from Financing Activities fell 409.18% year-over-year to -$1.6 billion in Q2 2026; TTM through Jun 2026 was -$4.1 billion, a 123.03% decrease from a year earlier, with the FY2025 full-year figure at -$1.6 billion, up 46.31% from the prior year.
- Cash from Financing Activities was -$1.6 billion for Q2 2026 at Las Vegas Sands, down from -$1.0 billion in the prior quarter.
- The five-year high for Cash from Financing Activities was $5.2 billion in Q1 2022, with the low at -$1.6 billion in Q2 2026.
- Average Cash from Financing Activities over 5 years is -$242.2 million, with a median of -$697.5 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: Cash from Financing Activities soared 977.71% in 2022, then tumbled 4586.67% in 2023.
- Over 5 years, Cash from Financing Activities stood at $482.0 million in 2022, then plunged by 344.4% to -$1.2 billion in 2023, then grew by 25.38% to -$879.0 million in 2024, then jumped by 48.69% to -$451.0 million in 2025, then plunged by 251.0% to -$1.6 billion in 2026.
- The last three Cash from Financing Activities figures came in at -$1.6 billion (Q2 2026), -$1.0 billion (Q1 2026), and -$451.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | -1.58 Bn |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | -65.52 Mn |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | -55.00 Mn |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | -590.71 Mn |
| 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 | -40.30 Mn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | 22.83 Mn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | - |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | -146.00 Mn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | -155.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.58 Bn |
| Mar 31, 2026 | -1.04 Bn |
| Dec 31, 2025 | -451.00 Mn |
| Sep 30, 2025 | -1.01 Bn |
| Jun 30, 2025 | 512.00 Mn |
| Mar 31, 2025 | -692.00 Mn |
| Dec 31, 2024 | -879.00 Mn |
| Sep 30, 2024 | -773.00 Mn |
| Jun 30, 2024 | -769.00 Mn |
| Mar 31, 2024 | -639.00 Mn |
| Dec 31, 2023 | -1.18 Bn |
| Sep 30, 2023 | -703.00 Mn |
| Jun 30, 2023 | -1.27 Bn |
| Mar 31, 2023 | -36.00 Mn |
| Dec 31, 2022 | 482.00 Mn |
| Sep 30, 2022 | -15.00 Mn |
| Jun 30, 2022 | 514.00 Mn |
| Mar 31, 2022 | 5.17 Bn |
| Dec 31, 2021 | 301.00 Mn |
| Sep 30, 2021 | 30.00 Mn |
Las Vegas Sands Cash from Financing Activities 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=cash-from-financing-activities&ticker=LVS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=LVS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();