VinFast Auto (VFS) EPS (Basic) (2022 - 2026)
VinFast Auto's (VFS) quarterly EPS (Basic) came in at -$11995.8 in Q1 2026, down 58.73% year-over-year from -$29069.7 in Q1 2025, and up 20.06% quarter-over-quarter from -$15006.0 in Q4 2025.
VinFast Auto (VFS) EPS (Basic) (2022 - 2026) Analysis & Trends
VinFast Auto (VFS) has reported EPS (Basic) for 5 consecutive years, with -$11995.8 the latest figure, recorded in Q1 2026.
- On a quarterly basis, EPS (Basic) fell 58.73% year-over-year to -$11995.8 in Q1 2026; TTM through Mar 2026 was -$53482.5, a 2.6% increase from a year earlier, with the FY2025 full-year figure at -$1.69, down 24.56% from the prior year.
- EPS (Basic) was -$11995.8 for Q1 2026 at VinFast Auto, up from -$15006.0 in the prior quarter.
- Over five years, EPS (Basic) peaked at -$0.65 in Q2 2025 and troughed at -$26488.3 in Q3 2025.
- A 5-year average of -$9586.0 and a median of -$6750.7 in 2023 frame the typical range for EPS (Basic).
- Across the five-year window, EPS (Basic) tumbled 199.3% in 2024 and surged 100.0% in 2025, its largest moves.
- Over 5 years, EPS (Basic) stood at -$6648.8 in 2022, then decreased by 10.12% to -$7321.8 in 2023, then slumped by 78.58% to -$13075.3 in 2024, then dropped by 14.77% to -$15006.0 in 2025, then climbed by 20.06% to -$11995.8 in 2026.
- The last three EPS (Basic) figures came in at -$11995.8 (Q1 2026), -$15006.0 (Q4 2025), and -$26488.3 (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | 0.35 |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | 0.71 |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | 3.02 |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | 0.71 |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | 1.44 |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | -0.33 |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | -0.63 |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | 1.70 |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | 0.11 |
| 10 | VinFast Auto | 7.56 Bn | 3,644,847.93 Bn | -677,431.76 Bn | -477,882.89 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -11,995.82 |
| Dec 31, 2025 | -15,005.99 |
| Sep 30, 2025 | -26,488.32 |
| Jun 30, 2025 | -0.65 |
| Mar 31, 2025 | -7,557.16 |
| Dec 31, 2024 | -13,075.34 |
| Sep 30, 2024 | -20,204.83 |
| Jun 30, 2024 | -14,480.77 |
| Mar 31, 2024 | -6,370.58 |
| Dec 31, 2023 | -7,321.78 |
| Sep 30, 2023 | -6,750.71 |
| Jun 30, 2023 | -5,831.03 |
| Mar 31, 2023 | -6,224.47 |
| Dec 31, 2022 | -6,648.84 |
| Sep 30, 2022 | -4,875.52 |
| Jun 30, 2022 | -5,933.49 |
| Mar 31, 2022 | -4,196.91 |
VinFast Auto EPS (Basic) 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=eps-basic&ticker=VFS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "ticker": "VFS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=eps-basic&ticker=VFS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();