VinFast Auto (VFS) EBT Margin (2022 - 2026)
VinFast Auto's (VFS) quarterly EBT Margin came in at 121.76% in Q1 2026, down 1323.0% year-over-year from 9.96% in Q1 2025, and down 36.22% quarter-over-quarter from 89.39% in Q4 2025.
VinFast Auto (VFS) EBT Margin (2022 - 2026) Analysis & Trends
VinFast Auto (VFS) has reported EBT Margin for 5 consecutive years, with 121.76% the latest figure, recorded in Q1 2026.
- On a quarterly basis, EBT Margin fell 1323.0% year-over-year to 121.76% in Q1 2026; TTM through Mar 2026 was 113.28%, a 6097.0% increase from a year earlier, with the FY2025 full-year figure at 135.23%, up 3653.0% from the prior year.
- EBT Margin was 121.76% for Q1 2026 at VinFast Auto, down from 89.39% in the prior quarter.
- Over five years, EBT Margin peaked at 89.39% in Q4 2025 and troughed at 730.45% in Q1 2023.
- A 5-year average of 233.8% and a median of 185.71% in 2024 frame the typical range for EBT Margin.
- Across the five-year window, EBT Margin tumbled 50769 bps in 2023 and soared 50402 bps in 2024, its largest moves.
- Over 5 years, EBT Margin stood at 344.45% in 2022, then jumped by 50 bps to 173.19% in 2023, then retreated by 7 bps to 185.71% in 2024, then surged by 52 bps to 89.39% in 2025, then sank by 36 bps to 121.76% in 2026.
- The last three EBT Margin figures came in at 121.76% (Q1 2026), 89.39% (Q4 2025), and 120.83% (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | 4.71% |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | 16.17% |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | 31.02% |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | 9.98% |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | 3.26% |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | -4.21% |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | -50.54% |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | 5.46% |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | 1.15% |
| 10 | VinFast Auto | 7.56 Bn | 3,644,847.93 Bn | -677,431.76 Bn | -121.76% |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -121.76% |
| Dec 31, 2025 | -89.39% |
| Sep 30, 2025 | -120.83% |
| Jun 30, 2025 | -125.19% |
| Mar 31, 2025 | -108.54% |
| Dec 31, 2024 | -185.71% |
| Sep 30, 2024 | -169.86% |
| Jun 30, 2024 | -248.80% |
| Mar 31, 2024 | -226.43% |
| Dec 31, 2023 | -173.19% |
| Sep 30, 2023 | -188.16% |
| Jun 30, 2023 | -169.28% |
| Mar 31, 2023 | -730.45% |
| Dec 31, 2022 | -344.45% |
| Sep 30, 2022 | -352.66% |
| Jun 30, 2022 | -397.12% |
| Mar 31, 2022 | -222.77% |
VinFast Auto EBT Margin 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=ebt-margin&ticker=VFS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-margin", "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=ebt-margin&ticker=VFS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();