Honda Motor (HMC) Construction in Progress (2009 - 2016)
Honda Motor's (HMC) quarterly Construction in Progress came in at $120.6 million in Q1 2016, down 9.78% on a YoY basis from $133.7 million in Q2 2015, and down 9.78% quarter-over-quarter from $133.7 million in Q1 2015.
Honda Motor (HMC) Construction in Progress (2009 - 2016) Analysis & Trends
Honda Motor (HMC) has reported Construction in Progress for 8 consecutive years, with $120.6 million the latest figure, recorded in Q1 2016.
- For the quarter ending Q1 2016, Construction in Progress fell 9.78% year-over-year to $120.6 million; the trailing twelve-month figure through Mar 2016 stood at $120.6 million (down 9.78% YoY), and the FY2016 full-year result was $120.6 million, down 9.78% from the prior year.
- Construction in Progress fell to $120.6 million in Q1 2016 per HMC's latest filing, from $133.7 million in the prior quarter.
- Across five years, Construction in Progress topped out at $3.4 billion in Q3 2014 and bottomed at $120.6 million in Q1 2016.
- Historically, Construction in Progress has averaged $2.2 billion across 5 years, with a median of $3.1 billion in 2013.
- The sharpest annual moves came in 2013 and 2014: Construction in Progress increased 29.8% in 2013, then tumbled 95.09% in 2014.
- Over 5 years, Construction in Progress stood at $3.1 billion in 2012, then rose by 1.14% to $3.2 billion in 2013, then retreated by 0.41% to $3.2 billion in 2014, then sank by 95.76% to $133.7 million in 2015, then decreased by 9.78% to $120.6 million in 2016.
- According to Business Quant data, Construction in Progress over the past three periods registered $120.6 million, $133.7 million, and $3.2 billion for Q1 2016, Q1 2015, and Q4 2014 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Construction in Progress (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 | 9.60 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 | 120.63 Mn |
| Mar 31, 2015 | 133.71 Mn |
| Dec 31, 2014 | 3.15 Bn |
| Sep 30, 2014 | 3.41 Bn |
| Mar 31, 2014 | 153.78 Mn |
| Dec 31, 2013 | 3.17 Bn |
| Sep 30, 2013 | 3.06 Bn |
| Mar 31, 2013 | 3.13 Bn |
| Dec 31, 2012 | 3.13 Bn |
| Sep 30, 2012 | 2.46 Bn |
| Mar 31, 2012 | 2.41 Bn |
| Dec 31, 2011 | 2.68 Bn |
| Sep 30, 2011 | 2.38 Bn |
| Jun 30, 2011 | 2.28 Bn |
| Mar 31, 2011 | 2.46 Bn |
| Dec 31, 2010 | 1.93 Bn |
| Sep 30, 2010 | 1.73 Bn |
| Mar 31, 2010 | 1.59 Bn |
| Dec 31, 2009 | 2.16 Bn |
| Sep 30, 2009 | 1.83 Bn |
Honda Motor Construction in Progress 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=construction-in-progress&ticker=HMC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "construction-in-progress", "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=construction-in-progress&ticker=HMC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();