VinFast Auto (VFS) Tax Rate (2022 - 2026)
VinFast Auto's (VFS) quarterly Tax Rate came in at 0.12% in Q1 2026, down 9.0% year-over-year from 0.13% in Q1 2025, and down 38.57% quarter-over-quarter from 0.08% in Q4 2025.
VinFast Auto (VFS) Tax Rate (2022 - 2026) Analysis & Trends
VinFast Auto (VFS) has reported Tax Rate for 5 consecutive years, with 0.12% the latest figure, recorded in Q1 2026.
- On a quarterly basis, Tax Rate fell 9.0% year-over-year to 0.12% in Q1 2026; TTM through Mar 2026 was 0.35%, a 35.0% increase from a year earlier, with the FY2025 full-year figure at 0.19%, up 12.0% from the prior year.
- Tax Rate was 0.12% for Q1 2026 at VinFast Auto, down from 0.08% in the prior quarter.
- Over five years, Tax Rate peaked at 11.81% in Q1 2022 and troughed at 0.43% in Q4 2022.
- A 5-year average of 0.75% and a median of 0.05% in 2023 frame the typical range for Tax Rate.
- The widest YoY moves for Tax Rate: up 105 bps in 2023, down 1186 bps in 2023.
- Over 5 years, Tax Rate stood at 0.43% in 2022, then soared by 244 bps to 0.62% in 2023, then tumbled by 121 bps to 0.13% in 2024, then soared by 35 bps to 0.08% in 2025, then slumped by 39 bps to 0.12% in 2026.
- The last three Tax Rate figures came in at 0.12% (Q1 2026), 0.08% (Q4 2025), and 0.65% (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | 15.12% |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | -42.23% |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | 23.00% |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | -21.69% |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | 13.65% |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | 34.97% |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | 0.12% |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | 20.03% |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | 41.40% |
| 10 | VinFast Auto | 7.56 Bn | 3,644,847.93 Bn | -677,431.76 Bn | -0.12% |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -0.12% |
| Dec 31, 2025 | -0.08% |
| Sep 30, 2025 | 0.65% |
| Jun 30, 2025 | 0.62% |
| Mar 31, 2025 | -0.03% |
| Dec 31, 2024 | -0.13% |
| Sep 30, 2024 | -0.06% |
| Jun 30, 2024 | 0.21% |
| Mar 31, 2024 | -0.22% |
| Dec 31, 2023 | 0.62% |
| Sep 30, 2023 | 0.08% |
| Jun 30, 2023 | -0.16% |
| Mar 31, 2023 | -0.05% |
| Dec 31, 2022 | -0.43% |
| Sep 30, 2022 | -0.01% |
| Jun 30, 2022 | -0.05% |
| Mar 31, 2022 | 11.81% |
VinFast Auto Tax Rate 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=tax-rate&ticker=VFS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=VFS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();