Honda Motor (HMC) Change in Inventory (2009 - 2026)
Honda Motor's (HMC) quarterly Change in Inventory came in at -$418.8 million in Q1 2026, down 32.19% on a YoY basis from -$617.6 million in Q1 2025, and down 32.19% quarter-over-quarter from -$316.8 million in Q1 2025.
Honda Motor (HMC) Change in Inventory (2009 - 2026) Analysis & Trends
Honda Motor (HMC) has reported Change in Inventory for 16 consecutive years, with -$418.8 million the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Change in Inventory fell 32.19% year-over-year to -$418.8 million; the trailing twelve-month figure through Mar 2026 stood at -$983.3 million (up 55.27% YoY), and the FY2026 full-year result was $542.2 million, up 203.94% from the prior year.
- Change in Inventory declined to -$418.8 million in Q1 2026 per HMC's latest filing, from -$316.8 million in the prior quarter.
- Across five years, Change in Inventory topped out at -$69.6 million in Q1 2022 and bottomed at -$418.8 million in Q1 2026.
- Historically, Change in Inventory has averaged -$245.8 million across 3 years, with a median of -$247.5 million in 2025.
- The sharpest annual moves came in 2022 and 2026: Change in Inventory jumped 89.1% in 2022, then tumbled 32.19% in 2026.
- Over 3 years, Change in Inventory stood at -$178.1 million in 2022, then sank by 77.83% to -$316.8 million in 2025, then plunged by 32.19% to -$418.8 million in 2026.
- According to Business Quant data, Change in Inventory over the past three periods registered -$418.8 million, -$316.8 million, and -$178.1 million for Q1 2026, Q1 2025, and Q2 2022 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Inventory (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | -592.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 | -96.15 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 | 352.00 Mn |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | 135.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 | -418.75 Mn |
| Mar 31, 2025 | -316.78 Mn |
| Jun 30, 2022 | -178.14 Mn |
| Mar 31, 2022 | -69.62 Mn |
| Jun 30, 2021 | -1.63 Bn |
| Mar 31, 2021 | -186.93 Mn |
| Jun 30, 2020 | -854.92 Mn |
| Mar 31, 2019 | 400.59 Mn |
| Dec 31, 2018 | -529.75 Mn |
| Sep 30, 2018 | -518.50 Mn |
| Jun 30, 2018 | 114.74 Mn |
| Mar 31, 2018 | -905.61 Mn |
| Dec 31, 2017 | -590.95 Mn |
| Sep 30, 2017 | 338.16 Mn |
| Jun 30, 2017 | -679.93 Mn |
| Mar 31, 2017 | -125.73 Mn |
| Dec 31, 2016 | -32.36 Mn |
| Sep 30, 2016 | -337.93 Mn |
| Jun 30, 2016 | -182.49 Mn |
| Mar 31, 2016 | 133.39 Mn |
Honda Motor Change in Inventory 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=change-in-inventory&ticker=HMC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "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=change-in-inventory&ticker=HMC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();