Honda Motor (HMC) Current Deferred Tax Assets (2009 - 2016)
Honda Motor's (HMC) quarterly Current Deferred Tax Assets came in at $573.1 million in Q1 2016, up 15.6% on a YoY basis from $495.8 million in Q2 2015, and up 15.6% quarter-over-quarter from $495.8 million in Q1 2015.
Honda Motor (HMC) Current Deferred Tax Assets (2009 - 2016) Analysis & Trends
Honda Motor (HMC) has reported Current Deferred Tax Assets for 8 consecutive years, with $573.1 million the latest figure, recorded in Q1 2016.
- For the quarter ending Q1 2016, Current Deferred Tax Assets rose 15.6% year-over-year to $573.1 million; the trailing twelve-month figure through Mar 2016 stood at $573.1 million (up 15.6% YoY), and the FY2016 full-year result was $573.1 million, up 15.6% from the prior year.
- Current Deferred Tax Assets grew to $573.1 million in Q1 2016 per HMC's latest filing, from $495.8 million in the prior quarter.
- Across five years, Current Deferred Tax Assets topped out at $2.5 billion in Q1 2013 and bottomed at $495.8 million in Q1 2015.
- Historically, Current Deferred Tax Assets has averaged $1.3 billion across 5 years, with a median of $648.8 million in 2014.
- The sharpest annual moves came in 2014 and 2016: Current Deferred Tax Assets sank 74.51% in 2014, then increased 15.6% in 2016.
- Over 5 years, Current Deferred Tax Assets stood at $2.4 billion in 2012, then advanced by 6.78% to $2.5 billion in 2013, then tumbled by 74.51% to $648.8 million in 2014, then fell by 23.59% to $495.8 million in 2015, then climbed by 15.6% to $573.1 million in 2016.
- According to Business Quant data, Current Deferred Tax Assets over the past three periods registered $573.1 million, $495.8 million, and $648.8 million for Q1 2016, Q1 2015, and Q1 2014 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn |
| 10 | Li Auto | 11.82 Bn | -670.23 Mn | 417.98 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2016 | 573.11 Mn |
| Mar 31, 2015 | 495.77 Mn |
| Mar 31, 2014 | 648.84 Mn |
| Mar 31, 2013 | 2.55 Bn |
| Mar 31, 2012 | 2.38 Bn |
| Mar 31, 2011 | 2.46 Bn |
| Mar 31, 2010 | 1.95 Bn |
| Mar 31, 2009 | 2.12 Bn |
Honda Motor 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=HMC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-tax-assets", "ticker": "HMC", "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=HMC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();