Honda Motor (HMC) Work In Process (2009 - 2016)
Honda Motor's (HMC) quarterly Work In Process came in at $318.0 million in Q1 2016, down 5.93% on a YoY basis from $338.0 million in Q2 2015, and down 5.93% quarter-over-quarter from $338.0 million in Q1 2015.
Honda Motor (HMC) Work In Process (2009 - 2016) Analysis & Trends
Honda Motor (HMC) has reported Work In Process for 8 consecutive years, with $318.0 million the latest figure, recorded in Q1 2016.
- For the quarter ending Q1 2016, Work In Process fell 5.93% year-over-year to $318.0 million; the trailing twelve-month figure through Mar 2016 stood at $318.0 million (down 5.93% YoY), and the FY2016 full-year result was $318.0 million, down 5.93% from the prior year.
- Work In Process fell to $318.0 million in Q1 2016 per HMC's latest filing, from $338.0 million in the prior quarter.
- Across five years, Work In Process topped out at $407.6 million in Q1 2014 and bottomed at $318.0 million in Q1 2016.
- Historically, Work In Process has averaged $343.5 million across 5 years, with a median of $331.8 million in 2012.
- The sharpest annual moves came in 2012 and 2014: Work In Process plunged 45.0% in 2012, then increased 26.56% in 2014.
- Over 5 years, Work In Process stood at $331.8 million in 2012, then slipped by 2.94% to $322.1 million in 2013, then rose by 26.56% to $407.6 million in 2014, then declined by 17.07% to $338.0 million in 2015, then declined by 5.93% to $318.0 million in 2016.
- According to Business Quant data, Work In Process over the past three periods registered $318.0 million, $338.0 million, and $407.6 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 | 318.00 Mn |
| Mar 31, 2015 | 338.03 Mn |
| Mar 31, 2014 | 407.59 Mn |
| Mar 31, 2013 | 322.06 Mn |
| Mar 31, 2012 | 331.81 Mn |
| Mar 31, 2011 | 603.33 Mn |
| Mar 31, 2010 | 391.89 Mn |
| Mar 31, 2009 | 306.04 Mn |
Honda Motor Work In Process 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=work-in-process&ticker=HMC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "work-in-process", "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=work-in-process&ticker=HMC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();