VinFast Auto (VFS) FCF Margin (2022 - 2026)
VinFast Auto's (VFS) quarterly FCF Margin came in at 79.75% in Q1 2026, up 2987.0% year-over-year from 2.58% in Q1 2025, and up 8.38% quarter-over-quarter from 87.04% in Q3 2025.
VinFast Auto (VFS) FCF Margin (2022 - 2026) Analysis & Trends
VinFast Auto (VFS) has reported FCF Margin for 5 consecutive years, with 79.75% the latest figure, recorded in Q1 2026.
- On a quarterly basis, FCF Margin rose 2987.0% year-over-year to 79.75% in Q1 2026; TTM through Mar 2026 was 278.69%, a 13666.0% decrease from a year earlier, with the FY2025 full-year figure at 282.57%, down 24589.0% from the prior year.
- FCF Margin was 79.75% for Q1 2026 at VinFast Auto, up from 87.04% in the prior quarter.
- Over five years, FCF Margin peaked at 5.71% in Q2 2022 and troughed at 1059.19% in Q2 2025.
- A 5-year average of 301.03% and a median of 148.11% in 2024 frame the typical range for FCF Margin.
- Across the five-year window, FCF Margin slumped 89955 bps in 2023 and jumped 66830 bps in 2024, its largest moves.
- Over 5 years, FCF Margin stood at 583.94% in 2022, then surged by 83 bps to 98.0% in 2023, then slumped by 51 bps to 148.11% in 2024, then jumped by 41 bps to 87.04% in 2025, then rose by 8 bps to 79.75% in 2026.
- The last three FCF Margin figures came in at 79.75% (Q1 2026), 87.04% (Q3 2025), and 1059.19% (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | -3.87% |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | 5.01% |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | 28.00% |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | - |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | -8.28% |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | 4.06% |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | -41.44% |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | 11.14% |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | -2.55% |
| 10 | VinFast Auto | 7.56 Bn | 3,644,847.93 Bn | -677,431.76 Bn | -79.75% |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -79.75% |
| Sep 30, 2025 | -87.04% |
| Jun 30, 2025 | -1,059.19% |
| Mar 31, 2025 | -109.62% |
| Sep 30, 2024 | -148.11% |
| Jun 30, 2024 | -200.86% |
| Mar 31, 2024 | -293.03% |
| Dec 31, 2023 | -98.00% |
| Sep 30, 2023 | -288.72% |
| Jun 30, 2023 | -65.40% |
| Mar 31, 2023 | -961.32% |
| Dec 31, 2022 | -583.94% |
| Sep 30, 2022 | -473.05% |
| Jun 30, 2022 | -5.71% |
| Mar 31, 2022 | -61.77% |
VinFast Auto FCF 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=fcf-margin&ticker=VFS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-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=fcf-margin&ticker=VFS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();