Chipotle Mexican Grill (CMG) Long-Term Deferred Tax (2010 - 2019)
Chipotle Mexican Grill's (CMG) quarterly Long-Term Deferred Tax came in at $9.6 million in Q3 2019, down 93.43% quarter-over-quarter from $146.6 million in Q4 2017.
Chipotle Mexican Grill (CMG) Long-Term Deferred Tax (2010 - 2019) Analysis & Trends
Chipotle Mexican Grill (CMG) has reported Long-Term Deferred Tax for 9 consecutive years, with $9.6 million the latest figure, recorded in Q3 2019.
- On a quarterly basis, Long-Term Deferred Tax changed N/A year-over-year to $9.6 million in Q3 2019; TTM through Sep 2019 was $9.6 million, a N/A change from a year earlier, with the FY2017 full-year figure at $146.6 million, down 24.25% from the prior year.
- Long-Term Deferred Tax was $9.6 million for Q3 2019 at Chipotle Mexican Grill, down from $146.6 million in the prior quarter.
- Over five years, Long-Term Deferred Tax peaked at $193.6 million in Q4 2016 and troughed at -$37.6 million in Q2 2016.
- A 4-year average of $31.9 million and a median of -$29.2 million in 2015 frame the typical range for Long-Term Deferred Tax.
- Across the five-year window, Long-Term Deferred Tax soared 43.43% in 2015 and sank 30.78% in 2016, its largest moves.
- Over 4 years, Long-Term Deferred Tax stood at $169.8 million in 2015, then advanced by 13.99% to $193.6 million in 2016, then dropped by 24.25% to $146.6 million in 2017, then plunged by 93.43% to $9.6 million in 2019.
- The last three Long-Term Deferred Tax figures came in at $9.6 million (Q3 2019), $146.6 million (Q4 2017), and $193.6 million (Q4 2016), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Mcdonalds | 168.67 Bn | 167.85 Bn | 6.42 Bn |
| 2 | Starbucks | 107.32 Bn | 103.72 Bn | 6.49 Bn |
| 3 | Chipotle Mexican Grill | 41.40 Bn | 40.73 Bn | 2.35 Bn |
| 4 | Yum Brands | 38.39 Bn | 37.72 Bn | 1.47 Bn |
| 5 | Restaurant Brands International | 25.02 Bn | 25.51 Bn | 1.89 Bn |
| 6 | Darden Restaurants | 24.39 Bn | 24.17 Bn | 3.68 Bn |
| 7 | Restaurant Brands International Limited Partnership | 17.01 Bn | 15.95 Bn | 1.89 Bn |
| 8 | Yum China Holdings | 14.09 Bn | 13.41 Bn | 2.22 Bn |
| 9 | Texas Roadhouse | 10.81 Bn | 10.63 Bn | 1.44 Bn |
| 10 | Dominos Pizza | 9.81 Bn | 9.60 Bn | 478.23 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2019 | 9.63 Mn |
| Dec 31, 2017 | 146.62 Mn |
| Dec 31, 2016 | 193.56 Mn |
| Sep 30, 2016 | -33.86 Mn |
| Jun 30, 2016 | -37.61 Mn |
| Mar 31, 2016 | -35.74 Mn |
| Dec 31, 2015 | 169.81 Mn |
| Sep 30, 2015 | -29.60 Mn |
| Jun 30, 2015 | -28.76 Mn |
| Mar 31, 2015 | -35.40 Mn |
| Dec 31, 2014 | 161.86 Mn |
| Sep 30, 2014 | -38.98 Mn |
| Jun 30, 2014 | -50.84 Mn |
| Mar 31, 2014 | -57.58 Mn |
| Dec 31, 2013 | 104.25 Mn |
| Sep 30, 2013 | -56.52 Mn |
| Jun 30, 2013 | -57.46 Mn |
| Mar 31, 2013 | -47.58 Mn |
| Dec 31, 2012 | 88.26 Mn |
| Mar 31, 2012 | -66.61 Mn |
Chipotle Mexican Grill Long-Term Deferred Tax 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-deferred-tax&ticker=CMG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "ticker": "CMG", "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-deferred-tax&ticker=CMG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();