Honda Motor (HMC) Other Non Operating Income (2009 - 2026)
Honda Motor's (HMC) quarterly Other Non Operating Income came in at $25.2 million in Q2 2026, up 324.71% on a YoY basis from $5.9 million in Q2 2025, and down 35.22% quarter-over-quarter from $38.8 million in Q3 2025.
Honda Motor (HMC) Other Non Operating Income (2009 - 2026) Analysis & Trends
Honda Motor (HMC) has reported Other Non Operating Income for 12 consecutive years, with $25.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Non Operating Income rose 324.71% year-over-year to $25.2 million; the trailing twelve-month figure through Jun 2026 stood at -$117.6 million (up 72.37% YoY), and the FY2026 full-year result was $513.0 million, up 336.43% from the prior year.
- Other Non Operating Income eased to $25.2 million in Q2 2026 per HMC's latest filing, from $38.8 million in the prior quarter.
- Across five years, Other Non Operating Income topped out at $38.8 million in Q3 2025 and bottomed at -$170.4 million in Q1 2022.
- Historically, Other Non Operating Income has averaged -$29.4 million across 3 years, with a median of $7.0 million in 2025.
- The sharpest annual moves came in 2022 and 2026: Other Non Operating Income jumped 33.05% in 2022, then soared 324.71% in 2026.
- Over 3 years, Other Non Operating Income stood at -$170.4 million in 2022, then surged by 122.79% to $38.8 million in 2025, then plunged by 35.22% to $25.2 million in 2026.
- According to Business Quant data, Other Non Operating Income over the past three periods registered $25.2 million, $38.8 million, and -$11.2 million for Q2 2026, Q3 2025, and Q2 2025 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 |
|---|---|
| Jun 30, 2026 | 25.16 Mn |
| Sep 30, 2025 | 38.83 Mn |
| Jun 30, 2025 | -11.20 Mn |
| Mar 31, 2022 | -170.42 Mn |
| Dec 31, 2021 | 10.46 Mn |
| Mar 31, 2021 | -254.56 Mn |
| Dec 31, 2020 | 35.73 Mn |
| Mar 31, 2015 | 40.93 Mn |
| Dec 31, 2014 | 147.77 Mn |
| Sep 30, 2014 | 148.58 Mn |
| Mar 31, 2014 | 91.50 Mn |
| Dec 31, 2013 | -119.20 Mn |
| Sep 30, 2013 | -59.31 Mn |
| Mar 31, 2013 | -412.25 Mn |
| Dec 31, 2012 | -520.04 Mn |
| Sep 30, 2012 | 68.58 Mn |
| Mar 31, 2012 | -238.89 Mn |
| Dec 31, 2011 | 183.51 Mn |
| Sep 30, 2011 | 309.09 Mn |
| Jun 30, 2011 | -127.86 Mn |
Honda Motor Other Non Operating Income 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=other-non-operating-income&ticker=HMC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=HMC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();