Analysts expect VinFast Auto Ltd. to report revenue of 1.27 B for Q2 26, against a range of 1.23 B to 1.31 B. The most recent reported quarter, Q1 26, came in at 920.69 M, a 5.8% miss against the 977.31 M 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) | 357.00 M | 511.60 M | 677.89 M | 656.54 M | 662.99 M | 719.00 M | 1.57 B | 920.69 M | - | - | - | - | - | - | - | - | |||||||||||
| High Estimate | 415.83 M | 619.15 M | 908.03 M | 597.07 M | 665.93 M | 899.53 M | 1.11 B | 1.06 B | 1.31 B | 1.09 B | 2.41 B | 1.54 B | 2.39 B | 1.93 B | 3.57 B | 1.61 B | |||||||||||
| Low Estimate | 384.17 M | 545.61 M | 747.70 M | 505.51 M | 614.32 M | 799.59 M | 1.02 B | 895.42 M | 1.23 B | 894.51 M | 2.11 B | 1.39 B | 1.98 B | 1.70 B | 3.09 B | 1.35 B | |||||||||||
| Consensus Estimate | 400.00 M | 582.38 M | 827.86 M | 551.29 M | 640.13 M | 849.56 M | 1.07 B | 977.31 M | 1.27 B | 990.56 M | 2.26 B | 1.47 B | 2.18 B | 1.81 B | 3.33 B | 1.48 B |
Analysts expect VinFast Auto Ltd. to report earnings per share of -0.24 for Q2 26, against a range of -0.26 to -0.22. The most recent reported quarter, Q1 26, came in at -0.48, a 50.0% miss against the -0.32 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.33 | -0.23 | -0.54 | -0.30 | -0.35 | -0.41 | -0.60 | -0.48 | - | - | - | - | - | - | - | - | |||||||||||
| High Estimate | -0.21 | -0.26 | -0.20 | -0.24 | -0.26 | -0.23 | -0.34 | -0.29 | -0.22 | -0.25 | -0.32 | -0.24 | -0.19 | -0.21 | -0.25 | -0.22 | |||||||||||
| Low Estimate | -0.23 | -0.30 | -0.22 | -0.30 | -0.30 | -0.27 | -0.40 | -0.35 | -0.26 | -0.27 | -0.36 | -0.28 | -0.21 | -0.23 | -0.29 | -0.24 | |||||||||||
| Consensus Estimate | -0.22 | -0.28 | -0.21 | -0.27 | -0.28 | -0.25 | -0.37 | -0.32 | -0.24 | -0.26 | -0.34 | -0.26 | -0.20 | -0.22 | -0.27 | -0.23 |
Pull Wall Street consensus for VinFast Auto 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=VFS&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "VFS", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=VFS&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();