Honda Motor (HMC) Gains from Investment Securities (2009 - 2026)
Honda Motor's (HMC) quarterly Gains from Investment Securities came in at $29.6 million in Q1 2026, down 61.22% on a YoY basis from $76.4 million in Q1 2025, and down 61.22% quarter-over-quarter from $76.4 million in Q1 2025.
Honda Motor (HMC) Gains from Investment Securities (2009 - 2026) Analysis & Trends
Honda Motor (HMC) has reported Gains from Investment Securities for 16 consecutive years, with $29.6 million the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Gains from Investment Securities fell 61.22% year-over-year to $29.6 million; the trailing twelve-month figure through Mar 2026 stood at $520.9 million (down 3.91% YoY), and the FY2026 full-year result was $598.4 million, down 27.85% from the prior year.
- Gains from Investment Securities declined to $29.6 million in Q1 2026 per HMC's latest filing, from $76.4 million in the prior quarter.
- Across five years, Gains from Investment Securities topped out at $214.3 million in Q2 2022 and bottomed at $29.6 million in Q1 2026.
- Historically, Gains from Investment Securities has averaged $106.8 million across 3 years, with a median of $76.4 million in 2025.
- The sharpest annual moves came in 2022 and 2026: Gains from Investment Securities gained 6.81% in 2022, then tumbled 61.22% in 2026.
- Over 3 years, Gains from Investment Securities stood at $214.3 million in 2022, then slumped by 64.34% to $76.4 million in 2025, then sank by 61.22% to $29.6 million in 2026.
- According to Business Quant data, Gains from Investment Securities over the past three periods registered $29.6 million, $76.4 million, and $214.3 million for Q1 2026, Q1 2025, and Q2 2022 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, 2026 | 29.63 Mn |
| Mar 31, 2025 | 76.40 Mn |
| Jun 30, 2022 | 214.27 Mn |
| Jun 30, 2021 | 200.61 Mn |
| Jun 30, 2020 | 50.84 Mn |
| Mar 31, 2019 | 695.96 Mn |
| Dec 31, 2018 | 129.46 Mn |
| Sep 30, 2018 | 544.63 Mn |
| Jun 30, 2018 | 214.11 Mn |
| Mar 31, 2018 | 752.48 Mn |
| Dec 31, 2017 | 154.56 Mn |
| Sep 30, 2017 | 372.96 Mn |
| Jun 30, 2017 | 186.57 Mn |
| Mar 31, 2017 | 489.22 Mn |
| Dec 31, 2016 | 126.68 Mn |
| Sep 30, 2016 | 312.58 Mn |
| Jun 30, 2016 | 188.24 Mn |
| Mar 31, 2016 | 381.85 Mn |
| Dec 31, 2015 | 68.73 Mn |
| Sep 30, 2015 | 288.56 Mn |
Honda Motor Gains from Investment Securities 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=gains-from-investment-securities&ticker=HMC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=HMC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();