Honda Motor (HMC) Divestments (2009 - 2026)
Honda Motor's (HMC) quarterly Divestments came in at $46.6 million in Q1 2026, down 24.08% on a YoY basis from $61.4 million in Q1 2025, and down 23.3% quarter-over-quarter from $60.8 million in Q4 2025.
Honda Motor (HMC) Divestments (2009 - 2026) Analysis & Trends
Honda Motor (HMC) has reported Divestments for 11 consecutive years, with $46.6 million the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Divestments fell 24.08% year-over-year to $46.6 million; the trailing twelve-month figure through Mar 2026 stood at $196.1 million (up 3.58% YoY), and the FY2026 full-year result was $197.4 million, up 39.92% from the prior year.
- Divestments retreated to $46.6 million in Q1 2026 per HMC's latest filing, from $60.8 million in the prior quarter.
- Across five years, Divestments topped out at $80.7 million in Q3 2025 and bottomed at $7.9 million in Q2 2025.
- Historically, Divestments has averaged $46.5 million across 3 years, with a median of $53.7 million in 2025.
- The sharpest annual moves came in 2025 and 2026: Divestments soared 184.04% in 2025, then slipped 24.08% in 2026.
- Over 3 years, Divestments stood at $21.4 million in 2024, then jumped by 184.04% to $60.8 million in 2025, then declined by 23.3% to $46.6 million in 2026.
- According to Business Quant data, Divestments over the past three periods registered $46.6 million, $60.8 million, and $80.7 million for Q1 2026, Q4 2025, and Q3 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Divestments (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 | 8.61 Bn |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | 12.16 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, 2026 | 46.64 Mn |
| Dec 31, 2025 | 60.81 Mn |
| Sep 30, 2025 | 80.71 Mn |
| Jun 30, 2025 | 7.89 Mn |
| Mar 31, 2025 | 61.44 Mn |
| Dec 31, 2024 | 21.41 Mn |
| Mar 31, 2021 | 20.73 Mn |
| Mar 31, 2017 | 85.70 Mn |
| Dec 31, 2014 | 5.46 Bn |
| Sep 30, 2014 | 6.13 Bn |
| Mar 31, 2014 | -16.96 Bn |
| Dec 31, 2013 | 5.27 Bn |
| Sep 30, 2013 | 6.67 Bn |
| Mar 31, 2013 | 5.32 Bn |
| Dec 31, 2012 | 5.38 Bn |
| Sep 30, 2012 | 5.72 Bn |
| Mar 31, 2012 | 5.63 Bn |
| Dec 31, 2011 | 5.34 Bn |
| Sep 30, 2011 | 5.84 Bn |
| Jun 30, 2011 | 5.54 Bn |
Honda Motor Divestments 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=divestments&ticker=HMC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "divestments", "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=divestments&ticker=HMC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();