Honda Motor (HMC) Share-based Compensation (2009 - 2014)
Honda Motor's (HMC) quarterly Share-based Compensation came in at -$197.3 million in Q4 2014, down 137.24% on a YoY basis from $529.8 million in Q4 2013, and down 17.78% quarter-over-quarter from -$167.5 million in Q3 2014.
Honda Motor (HMC) Share-based Compensation (2009 - 2014) Analysis & Trends
Honda Motor (HMC) has reported Share-based Compensation for 6 consecutive years, with -$197.3 million the latest figure, recorded in Q4 2014.
- For the quarter ending Q4 2014, Share-based Compensation fell 137.24% year-over-year to -$197.3 million; the trailing twelve-month figure through Dec 2014 stood at -$871.7 million (down 221.6% YoY), and the FY2014 full-year result was -$581.5 million, down 96.3% from the prior year.
- Share-based Compensation fell to -$197.3 million in Q4 2014 per HMC's latest filing, from -$167.5 million in the prior quarter.
- Across five years, Share-based Compensation topped out at $60.8 million in Q1 2010 and bottomed at -$423.7 million in Q1 2014.
- Historically, Share-based Compensation has averaged -$118.3 million across 5 years, with a median of -$93.9 million in 2013.
- The sharpest annual moves came in 2011 and 2012: Share-based Compensation slumped 732.67% in 2011, then jumped 69.32% in 2012.
- Over 5 years, Share-based Compensation stood at -$185.1 million in 2010, then jumped by 47.18% to -$97.8 million in 2011, then surged by 69.32% to -$30.0 million in 2012, then slumped by 177.23% to -$83.2 million in 2013, then plunged by 137.24% to -$197.3 million in 2014.
- According to Business Quant data, Share-based Compensation over the past three periods registered -$197.3 million, -$167.5 million, and -$423.7 million for Q4 2014, Q3 2014, and Q1 2014 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | 138.00 Mn |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | - |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | 24.66 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 | 101.00 Mn |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | 226.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 |
|---|---|
| Dec 31, 2014 | -197.28 Mn |
| Sep 30, 2014 | -167.50 Mn |
| Mar 31, 2014 | -423.71 Mn |
| Dec 31, 2013 | -83.16 Mn |
| Sep 30, 2013 | -90.07 Mn |
| Mar 31, 2013 | -67.81 Mn |
| Dec 31, 2012 | -30.00 Mn |
| Sep 30, 2012 | -56.72 Mn |
| Mar 31, 2012 | -162.70 Mn |
| Dec 31, 2011 | -97.77 Mn |
| Sep 30, 2011 | -99.01 Mn |
| Jun 30, 2011 | 50.84 Mn |
| Mar 31, 2011 | -384.62 Mn |
| Dec 31, 2010 | -185.08 Mn |
| Sep 30, 2010 | 40.66 Mn |
| Mar 31, 2010 | 60.79 Mn |
| Dec 31, 2009 | -64.68 Mn |
| Sep 30, 2009 | 220.36 Mn |
| Mar 31, 2009 | 41.17 Mn |
Honda Motor Share-based Compensation 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=share-based-compensation&ticker=HMC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=HMC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();