Honda Motor (HMC) Depreciation & Amortization - Total (2009 - 2015)
Honda Motor's (HMC) quarterly Depreciation & Amortization - Total came in at -$3.0 billion in Q1 2015, up 4.41% on a YoY basis from -$2.8 billion in Q1 2014, and down 365.7% quarter-over-quarter from $1.1 billion in Q4 2014.
Honda Motor (HMC) Depreciation & Amortization - Total (2009 - 2015) Analysis & Trends
Honda Motor (HMC) has reported Depreciation & Amortization - Total for 7 consecutive years, with -$3.0 billion the latest figure, recorded in Q1 2015.
- For the quarter ending Q1 2015, Depreciation & Amortization - Total rose 4.41% year-over-year to -$3.0 billion; the trailing twelve-month figure through Mar 2015 stood at -$3.8 billion (down 423.75% YoY), and the FY2015 full-year result was $86.6 million, down 97.99% from the prior year.
- Depreciation & Amortization - Total slipped to -$3.0 billion in Q1 2015 per HMC's latest filing, from $1.1 billion in the prior quarter.
- Across five years, Depreciation & Amortization - Total topped out at $1.1 billion in Q3 2014 and bottomed at -$3.1 billion in Q1 2014.
- Historically, Depreciation & Amortization - Total has averaged $190.4 million across 5 years, with a median of $973.3 million in 2011.
- The sharpest annual moves came in 2013 and 2014: Depreciation & Amortization - Total soared 168.28% in 2013, then slumped 2018.15% in 2014.
- Over 5 years, Depreciation & Amortization - Total stood at $979.6 million in 2011, then climbed by 6.39% to $1.0 billion in 2012, then advanced by 6.32% to $1.1 billion in 2013, then grew by 0.35% to $1.1 billion in 2014, then slumped by 365.7% to -$3.0 billion in 2015.
- According to Business Quant data, Depreciation & Amortization - Total over the past three periods registered -$3.0 billion, $1.1 billion, and $1.1 billion for Q1 2015, Q4 2014, and Q3 2014 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Dep. & Amort. (Tot) (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 | 395.00 Mn |
| 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, 2015 | -2.95 Bn |
| Dec 31, 2014 | 1.11 Bn |
| Sep 30, 2014 | 1.14 Bn |
| Mar 31, 2014 | -3.09 Bn |
| Dec 31, 2013 | 1.11 Bn |
| Sep 30, 2013 | 1.10 Bn |
| Mar 31, 2013 | 161.12 Mn |
| Dec 31, 2012 | 1.04 Bn |
| Sep 30, 2012 | 1.00 Bn |
| Mar 31, 2012 | -235.95 Mn |
| Dec 31, 2011 | 979.63 Mn |
| Sep 30, 2011 | 966.94 Mn |
| Jun 30, 2011 | 949.16 Mn |
| Mar 31, 2011 | -609.43 Mn |
| Dec 31, 2010 | 1.02 Bn |
| Sep 30, 2010 | 1.03 Bn |
| Mar 31, 2010 | 1.13 Bn |
| Dec 31, 2009 | 1.10 Bn |
| Sep 30, 2009 | 1.07 Bn |
| Mar 31, 2009 | 1.43 Bn |
Honda Motor Depreciation & Amortization - Total 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=depreciation-and-amortization-total&ticker=HMC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "depreciation-and-amortization-total", "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=depreciation-and-amortization-total&ticker=HMC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();