Constellation Brands (STZ) Change in Taxes (2009 - 2017)
Constellation Brands (STZ) posted Change in Taxes of $16.8 million for Q1 2017, up 722.22% on a QoQ basis from -$2.7 million in Q4 2016, and up 2000.0% year-over-year from $800000.0 in Q1 2016.
Constellation Brands (STZ) Change in Taxes (2009 - 2017) Analysis & Trends
Constellation Brands has reported Change in Taxes for 9 years, with the latest figure at $16.8 million in Q1 2017.
- On a quarterly basis, Change in Taxes rose 2000.0% year-over-year to $16.8 million in Q1 2017; TTM through Feb 2017 was $16.2 million, a 217.65% increase from a year earlier, with the FY2017 full-year figure at $16.2 million, up 217.65% from the prior year.
- Change in Taxes was $16.8 million for Q1 2017 at Constellation Brands, up from -$2.7 million in the prior quarter.
- The five-year high for Change in Taxes was $16.8 million in Q1 2017, with the low at -$4.3 million in Q3 2013.
- Average Change in Taxes over 5 years is $1.1 million, with a median of $800000.0 recorded in 2016.
- The sharpest annual moves came in 2015 and 2017: Change in Taxes tumbled 271.43% in 2015, then soared 2000.0% in 2017.
- Over 5 years, Change in Taxes stood at -$1.2 million in 2013, then plunged by 258.33% to -$4.3 million in 2014, then jumped by 232.56% to $5.7 million in 2015, then sank by 147.37% to -$2.7 million in 2016, then jumped by 722.22% to $16.8 million in 2017.
- The last three Change in Taxes figures came in at $16.8 million (Q1 2017), -$2.7 million (Q4 2016), and -$3.9 million (Q3 2016), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | - |
| 2 | Diageo | 209.58 Bn | 209.63 Bn | - | - |
| 3 | Coca Cola Femsa Sab De Cv | 185.97 Bn | 185.19 Bn | 2.06 Bn | - |
| 4 | Pepsico | 177.68 Bn | 167.14 Bn | 13.11 Bn | 182.00 Mn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | -57.53 Mn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | -170.69 Mn |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - | - |
| 8 | Keurig Dr Pepper | 43.22 Bn | 45.90 Bn | 3.07 Bn | -28.00 Mn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | -58.31 Mn |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Feb 28, 2017 | 16.80 Mn |
| Nov 30, 2016 | -2.70 Mn |
| Aug 31, 2016 | -3.90 Mn |
| May 31, 2016 | 6.00 Mn |
| Feb 29, 2016 | 800,000.00 |
| Nov 30, 2015 | 5.70 Mn |
| Aug 31, 2015 | -3.60 Mn |
| May 31, 2015 | 2.20 Mn |
| Feb 28, 2015 | 4.10 Mn |
| Nov 30, 2014 | -4.30 Mn |
| Aug 31, 2014 | 2.10 Mn |
| May 31, 2014 | -300,000.00 |
| Feb 28, 2014 | 1.30 Mn |
| Nov 30, 2013 | -1.20 Mn |
| Aug 31, 2013 | -4.30 Mn |
| May 31, 2013 | -1.30 Mn |
| Feb 28, 2013 | 900,000.00 |
| Nov 30, 2012 | -9.60 Mn |
| Aug 31, 2012 | 4.10 Mn |
| May 31, 2012 | -1.20 Mn |
Constellation Brands 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=STZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "ticker": "STZ", "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=STZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();