Honda Motor (HMC) Exchange Rate Effect (2009 - 2026)
Honda Motor's (HMC) quarterly Exchange Rate Effect came in at $870.9 million in Q2 2026, up 177.58% on a YoY basis from $313.7 million in Q2 2025, and up 43.87% quarter-over-quarter from $605.3 million in Q1 2026.
Honda Motor (HMC) Exchange Rate Effect (2009 - 2026) Analysis & Trends
Honda Motor (HMC) has reported Exchange Rate Effect for 18 consecutive years, with $870.9 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Exchange Rate Effect rose 177.58% year-over-year to $870.9 million; the trailing twelve-month figure through Jun 2026 stood at $3.5 billion (up 191.13% YoY), and the FY2026 full-year result was $2.3 billion, up 715.96% from the prior year.
- Exchange Rate Effect rose to $870.9 million in Q2 2026 per HMC's latest filing, from $605.3 million in the prior quarter.
- Across five years, Exchange Rate Effect topped out at $5.0 billion in Q2 2022 and bottomed at -$2.8 billion in Q3 2024.
- Historically, Exchange Rate Effect has averaged $1.1 billion across 5 years, with a median of $662.5 million in 2026.
- The widest YoY moves for Exchange Rate Effect: up 87348.88% in 2025, down 135.72% in 2025.
- Over 5 years, Exchange Rate Effect stood at $2.4 billion in 2022, then gained by 16.38% to $2.8 billion in 2023, then sank by 99.95% to $1.5 million in 2024, then soared by 87348.88% to $1.4 billion in 2025, then plunged by 35.58% to $870.9 million in 2026.
- According to Business Quant data, Exchange Rate Effect over the past three periods registered $870.9 million, $605.3 million, and $1.4 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FX Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | -36.00 Mn |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | 367.37 Mn |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | 1.80 Mn |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | 870.87 Mn |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | 30.00 Mn |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | -7.00 Mn |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | 2.00 Mn |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | -4.00 Mn |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | 116.24 Mn |
| 10 | Li Auto | 11.82 Bn | -670.23 Mn | 417.98 Mn | -27.21 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 870.87 Mn |
| Mar 31, 2026 | 605.32 Mn |
| Dec 31, 2025 | 1.35 Bn |
| Sep 30, 2025 | 719.68 Mn |
| Jun 30, 2025 | -1.12 Bn |
| Mar 31, 2025 | 4.08 Mn |
| Dec 31, 2024 | 1.55 Mn |
| Sep 30, 2024 | -2.78 Bn |
| Jun 30, 2024 | 3.14 Bn |
| Mar 31, 2024 | 1.59 Mn |
| Dec 31, 2023 | 2.85 Bn |
| Jun 30, 2023 | 4.24 Bn |
| Mar 31, 2023 | 5.38 Mn |
| Dec 31, 2022 | 2.45 Bn |
| Jun 30, 2022 | 5.02 Bn |
| Mar 31, 2022 | 129,072.87 |
| Dec 31, 2021 | 1.60 Bn |
| Sep 30, 2021 | 70.30 Mn |
| Jun 30, 2021 | 267.75 Mn |
| Mar 31, 2021 | -8.23 Mn |
Honda Motor Exchange Rate Effect 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=exchange-rate-effect&ticker=HMC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=HMC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();