Texas Roadhouse (TXRH) Long-Term Deferred Tax (2010 - 2015)
Texas Roadhouse's (TXRH) quarterly Long-Term Deferred Tax came in at $575000.0 in Q3 2015, up 120.23% year-over-year from $261096.5 in Q3 2014, and up 112.44% quarter-over-quarter from -$4.6 million in Q1 2015.
Texas Roadhouse (TXRH) Long-Term Deferred Tax (2010 - 2015) Analysis & Trends
Texas Roadhouse (TXRH) has reported Long-Term Deferred Tax for 6 consecutive years, with $575000.0 the latest figure, recorded in Q3 2015.
- On a quarterly basis, Long-Term Deferred Tax rose 120.23% year-over-year to $575000.0 in Q3 2015; TTM through Sep 2015 was $575000.0, a 120.23% increase from a year earlier, with the FY2014 full-year figure at -$6.0 million, down 3.98% from the prior year.
- Long-Term Deferred Tax was $575000.0 for Q3 2015 at Texas Roadhouse, up from -$4.6 million in the prior quarter.
- Over five years, Long-Term Deferred Tax peaked at $575000.0 in Q3 2015 and troughed at -$9.7 million in Q2 2011.
- A 5-year average of -$5.8 million and a median of -$5.7 million in 2013 frame the typical range for Long-Term Deferred Tax.
- Across the five-year window, Long-Term Deferred Tax slumped 36.17% in 2013 and surged 120.23% in 2015, its largest moves.
- Over 5 years, Long-Term Deferred Tax stood at -$8.7 million in 2011, then rose by 29.98% to -$6.1 million in 2012, then climbed by 5.38% to -$5.8 million in 2013, then decreased by 3.98% to -$6.0 million in 2014, then soared by 109.58% to $575000.0 in 2015.
- The last three Long-Term Deferred Tax figures came in at $575000.0 (Q3 2015), -$4.6 million (Q1 2015), and -$6.0 million (Q4 2014), 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 29, 2015 | 575,000.00 |
| Mar 31, 2015 | -4.62 Mn |
| Dec 30, 2014 | -6.00 Mn |
| Sep 30, 2014 | -2.84 Mn |
| Jul 1, 2014 | -3.86 Mn |
| Apr 1, 2014 | -5.29 Mn |
| Dec 31, 2013 | -5.77 Mn |
| Sep 24, 2013 | -6.42 Mn |
| Jun 25, 2013 | -5.72 Mn |
| Mar 26, 2013 | -5.41 Mn |
| Dec 25, 2012 | -6.10 Mn |
| Sep 25, 2012 | -4.71 Mn |
| Jun 26, 2012 | -5.67 Mn |
| Mar 27, 2012 | -7.70 Mn |
| Dec 27, 2011 | -8.72 Mn |
| Sep 27, 2011 | -7.82 Mn |
| Jun 28, 2011 | -9.72 Mn |
| Mar 29, 2011 | -8.13 Mn |
| Dec 28, 2010 | -8.44 Mn |
Texas Roadhouse 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=TXRH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "ticker": "TXRH", "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=TXRH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();