Camping World Holdings (CWH) Current Deferred Tax Assets (2015 - 2016)
Camping World Holdings' (CWH) quarterly Current Deferred Tax Assets came in at $168000.0 in Q3 2016, up 236.59% quarter-over-quarter from -$123000.0 in Q4 2015.
Camping World Holdings (CWH) Current Deferred Tax Assets (2015 - 2016) Analysis & Trends
Camping World Holdings (CWH) has reported Current Deferred Tax Assets for 2 consecutive years, with $168000.0 the latest figure, recorded in Q3 2016.
- For the quarter ending Q3 2016, Current Deferred Tax Assets changed N/A year-over-year to $168000.0; the trailing twelve-month figure through Sep 2016 stood at $168000.0 (changed N/A YoY), and the FY2015 full-year result was -$123000.0, changed N/A from the prior year.
- Current Deferred Tax Assets climbed to $168000.0 in Q3 2016 per CWH's latest filing, from -$123000.0 in the prior quarter.
- Across five years, Current Deferred Tax Assets topped out at $168000.0 in Q3 2016 and bottomed at -$123000.0 in Q4 2015.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Carvana | 71.60 Bn | 69.97 Bn | 1.38 Bn |
| 2 | Penske Automotive | 13.96 Bn | 13.91 Bn | 1.36 Bn |
| 3 | Carmax | 8.11 Bn | 7.52 Bn | 854.41 Mn |
| 4 | Lithia Motors | 6.96 Bn | 6.62 Bn | 1.50 Bn |
| 5 | Autonation | 5.57 Bn | 5.51 Bn | 1.23 Bn |
| 6 | Sonic Automotive | 5.24 Bn | 5.22 Bn | 616.20 Mn |
| 7 | Uxin | 5.15 Bn | 5.21 Bn | 10.88 Mn |
| 8 | Asbury Automotive | 3.29 Bn | 3.25 Bn | 753.10 Mn |
| 9 | Group 1 Automotive | 2.94 Bn | 2.77 Bn | 860.60 Mn |
| 10 | Camping World Holdings | 579.48 Mn | 508.51 Mn | 538.38 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2016 | 168,000.00 |
| Dec 31, 2015 | -123,000.00 |
Camping World Holdings Current Deferred Tax Assets 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=current-deferred-tax-assets&ticker=CWH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-tax-assets", "ticker": "CWH", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=current-deferred-tax-assets&ticker=CWH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();