Las Vegas Sands (LVS) Equity Income (2012 - 2015)
Las Vegas Sands (LVS) posted Equity Income of -$840.4 million for Q3 2015, up 5.09% on a QoQ basis from -$885.5 million in Q2 2015, and up 37.43% year-over-year from -$611.5 million in Q3 2014.
Las Vegas Sands (LVS) Equity Income (2012 - 2015) Analysis & Trends
Las Vegas Sands has reported Equity Income for 4 years, with the latest figure at -$840.4 million in Q3 2015.
- On a quarterly basis, Equity Income rose 37.43% year-over-year to -$840.4 million in Q3 2015; TTM through Sep 2015 was -$4.0 billion, a 26.51% increase from a year earlier, with the FY2012 full-year figure at -$3.1 billion, up 1.77% from the prior year.
- Equity Income was -$840.4 million for Q3 2015 at Las Vegas Sands, up from -$885.5 million in the prior quarter.
- The five-year high for Equity Income was -$512.0 million in Q2 2012, with the low at -$1.5 billion in Q1 2014.
- Average Equity Income over 4 years is -$1.0 billion, with a median of -$1.0 billion recorded in 2012.
- The sharpest annual moves came in 2013 and 2015: Equity Income plunged 106.96% in 2013, then jumped 39.3% in 2015.
- Over 4 years, Equity Income stood at -$1.0 billion in 2012, then slipped by 28.31% to -$1.3 billion in 2013, then decreased by 4.5% to -$1.3 billion in 2014, then jumped by 37.43% to -$840.4 million in 2015.
- The last three Equity Income figures came in at -$840.4 million (Q3 2015), -$885.5 million (Q2 2015), and -$913.1 million (Q1 2015), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Income (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 | 2.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 | -2.70 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 | 41.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2015 | -840.39 Mn |
| Jun 30, 2015 | -885.48 Mn |
| Mar 31, 2015 | -913.15 Mn |
| Sep 30, 2014 | -1.34 Bn |
| Jun 30, 2014 | -1.29 Bn |
| Mar 31, 2014 | -1.50 Bn |
| Sep 30, 2013 | -1.29 Bn |
| Jun 30, 2013 | -1.06 Bn |
| Mar 31, 2013 | -1.08 Bn |
| Dec 31, 2012 | -1.00 Bn |
| Sep 30, 2012 | -641.32 Mn |
| Jun 30, 2012 | -511.98 Mn |
| Mar 31, 2012 | -948.64 Mn |
Las Vegas Sands Equity 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=equity-income&ticker=LVS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-income", "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=equity-income&ticker=LVS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();