Honda Motor (HMC) Change in Taxes (2009 - 2015)
Honda Motor's (HMC) quarterly Change in Taxes came in at -$1.8 billion in Q1 2015, up 26.87% on a YoY basis from -$1.4 billion in Q1 2014, and down 2692.41% quarter-over-quarter from -$62.7 million in Q4 2014.
Honda Motor (HMC) Change in Taxes (2009 - 2015) Analysis & Trends
Honda Motor (HMC) has reported Change in Taxes for 7 consecutive years, with -$1.8 billion the latest figure, recorded in Q1 2015.
- For the quarter ending Q1 2015, Change in Taxes rose 26.87% year-over-year to -$1.8 billion; the trailing twelve-month figure through Mar 2015 stood at -$4.4 billion (down 92.32% YoY), and the FY2015 full-year result was -$1.8 billion, up 26.29% from the prior year.
- Change in Taxes declined to -$1.8 billion in Q1 2015 per HMC's latest filing, from -$62.7 million in the prior quarter.
- Across five years, Change in Taxes topped out at $134.6 million in Q4 2013 and bottomed at -$2.4 billion in Q1 2014.
- Historically, Change in Taxes has averaged -$316.2 million across 5 years, with a median of -$52.0 million in 2011.
- The sharpest annual moves came in 2013 and 2014: Change in Taxes jumped 2040.54% in 2013, then plunged 2030.0% in 2014.
- Over 5 years, Change in Taxes stood at $10.4 million in 2011, then surged by 485.53% to $61.0 million in 2012, then jumped by 120.58% to $134.6 million in 2013, then tumbled by 146.59% to -$62.7 million in 2014, then slumped by 2692.41% to -$1.8 billion in 2015.
- According to Business Quant data, Change in Taxes over the past three periods registered -$1.8 billion, -$62.7 million, and -$167.2 million for Q1 2015, Q4 2014, and Q3 2014 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Taxes (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 | -136.41 Mn |
| 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 | 480.06 Mn |
| 10 | Li Auto | 11.82 Bn | -670.23 Mn | 417.98 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2015 | -1.75 Bn |
| Dec 31, 2014 | -62.70 Mn |
| Sep 30, 2014 | -167.17 Mn |
| Mar 31, 2014 | -2.39 Bn |
| Dec 31, 2013 | 134.59 Mn |
| Sep 30, 2013 | -139.21 Mn |
| Mar 31, 2013 | 124.06 Mn |
| Dec 31, 2012 | 61.02 Mn |
| Sep 30, 2012 | -129.21 Mn |
| Mar 31, 2012 | 5.80 Mn |
| Dec 31, 2011 | 10.42 Mn |
| Sep 30, 2011 | -41.23 Mn |
| Jun 30, 2011 | -68.94 Mn |
| Mar 31, 2011 | -9.30 Mn |
| Dec 31, 2010 | -111.65 Mn |
| Sep 30, 2010 | -259.14 Mn |
| Mar 31, 2010 | 46.62 Mn |
| Dec 31, 2009 | -36.90 Mn |
| Sep 30, 2009 | -3.85 Mn |
| Mar 31, 2009 | -197.82 Mn |
Honda Motor Change in Taxes 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=change-in-taxes&ticker=HMC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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=change-in-taxes&ticker=HMC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();