Las Vegas Sands (LVS) Change in Taxes (2010 - 2016)
Las Vegas Sands (LVS) posted Change in Taxes of -$25.0 million for Q3 2016, up 5.46% on a QoQ basis from -$26.5 million in Q2 2016, and up 22.25% year-over-year from -$20.5 million in Q4 2015.
Las Vegas Sands (LVS) Change in Taxes (2010 - 2016) Analysis & Trends
Las Vegas Sands has reported Change in Taxes for 7 years, with the latest figure at -$25.0 million in Q3 2016.
- On a quarterly basis, Change in Taxes rose 22.25% year-over-year to -$25.0 million in Q3 2016; TTM through Sep 2016 was -$3.8 million, a 95.27% increase from a year earlier, with the FY2015 full-year figure at -$4.0 million, down 106.59% from the prior year.
- Change in Taxes was -$25.0 million for Q3 2016 at Las Vegas Sands, up from -$26.5 million in the prior quarter.
- The five-year high for Change in Taxes was $63.1 million in Q1 2012, with the low at -$59.3 million in Q2 2015.
- Average Change in Taxes over 5 years is $2.6 million, with a median of -$5.0 million recorded in 2012.
- The largest YoY upside for Change in Taxes was 3589.4% in 2013 against a maximum downside of 568.11% in 2013.
- Over 5 years, Change in Taxes stood at $981000.0 in 2012, then surged by 3589.4% to $36.2 million in 2013, then tumbled by 228.6% to -$46.5 million in 2014, then soared by 162.29% to $29.0 million in 2015, then slumped by 186.25% to -$25.0 million in 2016.
- The last three Change in Taxes figures came in at -$25.0 million (Q3 2016), -$26.5 million (Q2 2016), and $18.7 million (Q1 2016), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Taxes (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 | 8.06 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 | 105.03 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 | - |
| 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 | -8.00 Mn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | 44.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2016 | -25.01 Mn |
| Jun 30, 2016 | -26.45 Mn |
| Mar 31, 2016 | 18.71 Mn |
| Dec 31, 2015 | 28.99 Mn |
| Sep 30, 2015 | -32.16 Mn |
| Jun 30, 2015 | -59.34 Mn |
| Mar 31, 2015 | 58.51 Mn |
| Jun 30, 2014 | -46.55 Mn |
| Mar 31, 2014 | 60.77 Mn |
| Dec 31, 2013 | 36.19 Mn |
| Sep 30, 2013 | -33.19 Mn |
| Jun 30, 2013 | -42.97 Mn |
| Mar 31, 2013 | 58.87 Mn |
| Dec 31, 2012 | 981,000.00 |
| Sep 30, 2012 | -4.97 Mn |
| Jun 30, 2012 | -11.84 Mn |
| Mar 31, 2012 | 63.13 Mn |
| Dec 31, 2011 | 31.42 Mn |
| Sep 30, 2011 | 42.46 Mn |
| Jun 30, 2011 | 29.41 Mn |
Las Vegas Sands Change in Taxes 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=change-in-taxes&ticker=LVS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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=change-in-taxes&ticker=LVS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();