Las Vegas Sands (LVS) Long-Term Investments (2011 - 2015)
Las Vegas Sands (LVS) posted Long-Term Investments of -$11.3 billion for Q3 2015, up 8.37% on a QoQ basis from -$12.3 billion in Q2 2015, and up 9.36% year-over-year from -$10.3 billion in Q3 2014.
Las Vegas Sands (LVS) Long-Term Investments (2011 - 2015) Analysis & Trends
Las Vegas Sands has reported Long-Term Investments for 5 years, with the latest figure at -$11.3 billion in Q3 2015.
- On a quarterly basis, Long-Term Investments rose 9.36% year-over-year to -$11.3 billion in Q3 2015; TTM through Sep 2015 was -$11.3 billion, a 9.36% increase from a year earlier, with the FY2014 full-year figure at -$12.9 billion, up 5.89% from the prior year.
- Long-Term Investments was -$11.3 billion for Q3 2015 at Las Vegas Sands, up from -$12.3 billion in the prior quarter.
- The five-year high for Long-Term Investments was -$11.3 billion in Q3 2015, with the low at -$15.1 billion in Q3 2012.
- Average Long-Term Investments over 5 years is -$12.9 billion, with a median of -$12.7 billion recorded in 2014.
- The sharpest annual moves came in 2012 and 2013: Long-Term Investments climbed 17.33% in 2012, then slipped 16.9% in 2013.
- Over 5 years, Long-Term Investments stood at -$14.2 billion in 2011, then gained by 17.33% to -$11.7 billion in 2012, then retreated by 16.9% to -$13.7 billion in 2013, then increased by 5.89% to -$12.9 billion in 2014, then increased by 12.19% to -$11.3 billion in 2015.
- The last three Long-Term Investments figures came in at -$11.3 billion (Q3 2015), -$12.3 billion (Q2 2015), and -$12.2 billion (Q1 2015), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Long-Term Investments (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 | 30.31 Mn |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | 6.00 Mn |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | 638.00 Mn |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | 65.62 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 | 1.11 Bn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | 3.00 Mn |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | 124.00 Mn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | 690.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2015 | -11.31 Bn |
| Jun 30, 2015 | -12.34 Bn |
| Mar 31, 2015 | -12.18 Bn |
| Dec 31, 2014 | -12.88 Bn |
| Sep 30, 2014 | -12.47 Bn |
| Dec 31, 2013 | -13.68 Bn |
| Sep 30, 2013 | -13.17 Bn |
| Jun 30, 2013 | -12.93 Bn |
| Mar 31, 2013 | -12.30 Bn |
| Dec 31, 2012 | -11.70 Bn |
| Sep 30, 2012 | -15.11 Bn |
| Dec 31, 2011 | -14.16 Bn |
Las Vegas Sands Long-Term Investments 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=long-term-investments&ticker=LVS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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=long-term-investments&ticker=LVS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();