VinFast Auto (VFS) Net Margin (2022 - 2026)
VinFast Auto's (VFS) quarterly Net Margin came in at 121.41% in Q1 2026, down 1304.0% year-over-year from 10.08% in Q1 2025, and down 36.32% quarter-over-quarter from 89.06% in Q4 2025.
VinFast Auto (VFS) Net Margin (2022 - 2026) Analysis & Trends
VinFast Auto (VFS) has reported Net Margin for 5 consecutive years, with 121.41% the latest figure, recorded in Q1 2026.
- On a quarterly basis, Net Margin fell 1304.0% year-over-year to 121.41% in Q1 2026; TTM through Mar 2026 was 87.04%, a 8700.0% increase from a year earlier, with the FY2025 full-year figure at 0.0%, changed 0.0% from the prior year.
- Net Margin was 121.41% for Q1 2026 at VinFast Auto, down from 89.06% in the prior quarter.
- Over five years, Net Margin peaked at 0.01% in Q2 2025 and troughed at 728.65% in Q1 2023.
- A 5-year average of 227.59% and a median of 185.35% in 2024 frame the typical range for Net Margin.
- Across the five-year window, Net Margin plunged 47987 bps in 2023 and surged 50307 bps in 2024, its largest moves.
- Over 5 years, Net Margin stood at 342.34% in 2022, then soared by 49 bps to 174.15% in 2023, then fell by 6 bps to 185.35% in 2024, then surged by 52 bps to 89.06% in 2025, then tumbled by 36 bps to 121.41% in 2026.
- The last three Net Margin figures came in at 121.41% (Q1 2026), 89.06% (Q4 2025), and 121.41% (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | 3.99% |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | 12.16% |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | 23.85% |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | 7.44% |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | 2.68% |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | -2.75% |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | -50.24% |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | 4.36% |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | 0.61% |
| 10 | VinFast Auto | 7.56 Bn | 3,644,847.93 Bn | -677,431.76 Bn | -121.41% |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -121.41% |
| Dec 31, 2025 | -89.06% |
| Sep 30, 2025 | -121.41% |
| Jun 30, 2025 | -0.01% |
| Mar 31, 2025 | -108.37% |
| Dec 31, 2024 | -185.35% |
| Sep 30, 2024 | -169.64% |
| Jun 30, 2024 | -248.74% |
| Mar 31, 2024 | -225.58% |
| Dec 31, 2023 | -174.15% |
| Sep 30, 2023 | -188.08% |
| Jun 30, 2023 | -168.73% |
| Mar 31, 2023 | -728.65% |
| Dec 31, 2022 | -342.34% |
| Sep 30, 2022 | -352.17% |
| Jun 30, 2022 | -396.62% |
| Mar 31, 2022 | -248.78% |
VinFast Auto Net 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=net-margin&ticker=VFS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-margin&ticker=VFS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();