Analysts expect Honda Motor Co Ltd to report revenue of 35.84 B for Q2 26, against a range of 32.50 B to 39.18 B. The most recent reported quarter, Q1 26, came in at 38.31 B, a 0.2% beat against the 38.22 B consensus.
| Metric | Q2 24 | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 34.94 B | 36.35 B | 36.63 B | 36.20 B | 34.36 B | 34.78 B | 36.81 B | 38.31 B | - | - | - | - | - | - | - | - | |||||||||||
| High Estimate | 38.31 B | 38.41 B | 36.70 B | 35.95 B | 35.73 B | 36.76 B | 32.09 B | 40.07 B | 39.18 B | 41.00 B | 40.94 B | 39.84 B | 40.99 B | 36.96 B | 39.85 B | 42.09 B | |||||||||||
| Low Estimate | 32.37 B | 36.03 B | 32.55 B | 31.76 B | 31.32 B | 31.39 B | 29.99 B | 36.37 B | 32.50 B | 35.52 B | 33.61 B | 32.61 B | 37.71 B | 34.51 B | 36.85 B | 35.86 B | |||||||||||
| Consensus Estimate | 35.34 B | 37.22 B | 34.62 B | 33.86 B | 33.53 B | 34.07 B | 31.04 B | 38.22 B | 35.84 B | 38.26 B | 37.27 B | 36.23 B | 39.35 B | 35.74 B | 38.35 B | 38.97 B |
Analysts expect Honda Motor Co Ltd to report earnings per share of 0.53 for Q2 26, against a range of 0.50 to 0.56. The most recent reported quarter, Q1 26, came in at 2.20, a 71.9% beat against the 1.28 consensus.
| Metric | Q2 24 | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 0.42 | 1.31 | 0.19 | 0.95 | 0.57 | 0.77 | -4.20 | 2.20 | - | - | - | - | - | - | - | - | |||||||||||
| High Estimate | 1.37 | 1.33 | 0.55 | 1.39 | 0.78 | 0.59 | -5.18 | 1.40 | 0.56 | 0.36 | -0.49 | 1.18 | 0.53 | 0.61 | -0.96 | 2.64 | |||||||||||
| Low Estimate | 1.15 | 1.13 | 0.49 | 1.17 | 0.66 | 0.51 | -5.74 | 1.16 | 0.50 | 0.32 | -0.55 | 1.08 | 0.45 | 0.55 | -1.14 | 2.22 | |||||||||||
| Consensus Estimate | 1.26 | 1.23 | 0.52 | 1.28 | 0.72 | 0.55 | -5.46 | 1.28 | 0.53 | 0.34 | -0.52 | 1.13 | 0.49 | 0.58 | -1.05 | 2.43 |
Pull Wall Street consensus for Honda Motor Co Ltd (high, low and consensus estimates alongside reported actuals) into your own models and apps with the Business Quant Estimates API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/estimates?ticker=HMC&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "HMC", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=HMC&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();