Watsco (WSO) Current Deferred Tax Assets (2016)
Watsco's (WSO) quarterly Current Deferred Tax Assets came in at $5.5 million in Q4 2016.
Analysis
Watsco (WSO) Current Deferred Tax Assets (2016) Analysis & Trends
Watsco has disclosed Current Deferred Tax Assets across 1 years of filings, most recently posting $5.5 million for Q4 2016.
- In Q4 2016, Current Deferred Tax Assets changed N/A year-over-year to $5.5 million; the TTM figure through Dec 2016 stood at $5.5 million (changed N/A YoY), while the FY2016 annual figure was $5.5 million, changed N/A from the prior year.
- Current Deferred Tax Assets came in at $5.5 million for Q4 2016 at Watsco.
- In the past five years, Current Deferred Tax Assets ranged from a high of $5.5 million in Q4 2016 to a low of $5.5 million in Q4 2016.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | W.W. Grainger | 59.74 Bn | 59.53 Bn | 1.98 Bn |
| 2 | Fastenal | 57.47 Bn | 57.26 Bn | 1.06 Bn |
| 3 | Ferguson Enterprises | 42.93 Bn | 42.11 Bn | 2.32 Bn |
| 4 | Sunbelt Rentals Holdings | 31.01 Bn | 30.98 Bn | 1.25 Bn |
| 5 | Reliance | 19.76 Bn | 19.53 Bn | 1.30 Bn |
| 6 | Wesco International | 17.65 Bn | 16.83 Bn | 1.46 Bn |
| 7 | Applied Industrial Technologies | 12.14 Bn | 12.02 Bn | 411.22 Mn |
| 8 | Watsco | 11.58 Bn | 11.60 Bn | 578.93 Mn |
| 9 | Avantor | 10.11 Bn | 9.80 Bn | 537.00 Mn |
| 10 | Core & Main | 7.93 Bn | 7.69 Bn | 573.00 Mn |
API Access
Watsco 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=WSO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-tax-assets", "ticker": "WSO", "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=WSO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();