Honda Motor (HMC) Current Deferred Revenue (2009 - 2015)
Honda Motor's (HMC) quarterly Current Deferred Revenue came in at $512039.6 in Q1 2015, down 58.85% on a YoY basis from $1.2 million in Q1 2014, and down 59.11% quarter-over-quarter from $1.3 million in Q2 2014.
Honda Motor (HMC) Current Deferred Revenue (2009 - 2015) Analysis & Trends
Honda Motor (HMC) has reported Current Deferred Revenue for 7 consecutive years, with $512039.6 the latest figure, recorded in Q1 2015.
- For the quarter ending Q1 2015, Current Deferred Revenue fell 58.85% year-over-year to $512039.6; the trailing twelve-month figure through Mar 2015 stood at $512039.6 (down 58.85% YoY), and the FY2015 full-year result was $512039.6, down 58.85% from the prior year.
- Current Deferred Revenue fell to $512039.6 in Q1 2015 per HMC's latest filing, from $1.3 million in the prior quarter.
- Across five years, Current Deferred Revenue topped out at $321.1 million in Q1 2012 and bottomed at $512039.6 in Q1 2015.
- Historically, Current Deferred Revenue has averaged $59.0 million across 5 years, with a median of $1.6 million in 2012.
- The sharpest annual moves came in 2012 and 2014: Current Deferred Revenue soared 94.24% in 2012, then tumbled 99.18% in 2014.
- Over 5 years, Current Deferred Revenue stood at $1.8 million in 2011, then decreased by 14.75% to $1.6 million in 2012, then dropped by 8.95% to $1.4 million in 2013, then retreated by 11.51% to $1.3 million in 2014, then sank by 59.11% to $512039.6 in 2015.
- According to Business Quant data, Current Deferred Revenue over the past three periods registered $512039.6, $1.3 million, and $1.2 million for Q1 2015, Q2 2014, 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, 2015 | 512,039.64 |
| Jun 11, 2014 | 1.25 Mn |
| Mar 31, 2014 | 1.24 Mn |
| Dec 31, 2013 | 1.42 Mn |
| Jun 14, 2013 | 1.45 Mn |
| Mar 31, 2013 | 151.94 Mn |
| Dec 31, 2012 | 1.55 Mn |
| Jun 8, 2012 | 1.56 Mn |
| Mar 31, 2012 | 321.10 Mn |
| Dec 31, 2011 | 1.82 Mn |
| Mar 31, 2011 | 165.31 Mn |
| Jun 3, 2010 | 2.87 Mn |
| Mar 31, 2010 | 254.51 Mn |
| Dec 31, 2009 | 2.23 Mn |
| Jun 25, 2009 | 2.05 Mn |
| Mar 31, 2009 | 140.64 Mn |
Honda Motor Current Deferred Revenue 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-revenue&ticker=HMC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-revenue", "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-revenue&ticker=HMC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();