VinFast Auto (VFS) EBT (2022 - 2026)
VinFast Auto's (VFS) quarterly EBT came in at -$28141.1 billion in Q1 2026, down 59.0% year-over-year from -$68641.3 billion in Q1 2025, and up 20.12% quarter-over-quarter from -$35229.2 billion in Q4 2025.
VinFast Auto (VFS) EBT (2022 - 2026) Analysis & Trends
VinFast Auto (VFS) has reported EBT for 5 consecutive years, with -$28141.1 billion the latest figure, recorded in Q1 2026.
- On a quarterly basis, EBT fell 59.0% year-over-year to -$28141.1 billion in Q1 2026; TTM through Mar 2026 was -$162820.7 billion, a 26.66% decrease from a year earlier, with the FY2025 full-year figure at -$119832.1 billion, down 63.58% from the prior year.
- EBT was -$28141.1 billion for Q1 2026 at VinFast Auto, up from -$35229.2 billion in the prior quarter.
- Over five years, EBT peaked at -$8639.7 billion in Q1 2022 and troughed at -$61644.0 billion in Q3 2025.
- A 5-year average of -$24424.7 billion and a median of -$16826.8 billion in 2023 frame the typical range for EBT.
- Across the five-year window, EBT climbed 1.49% in 2023 and plunged 200.98% in 2024, its largest moves.
- Over 5 years, EBT stood at -$15380.0 billion in 2022, then declined by 9.41% to -$16826.8 billion in 2023, then tumbled by 82.06% to -$30635.0 billion in 2024, then fell by 15.0% to -$35229.2 billion in 2025, then climbed by 20.12% to -$28141.1 billion in 2026.
- The last three EBT figures came in at -$28141.1 billion (Q1 2026), -$35229.2 billion (Q4 2025), and -$61644.0 billion (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | 1.33 Bn |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | 12.32 Bn |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | 698.60 Mn |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | 3.80 Bn |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | 1.57 Bn |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | -2.03 Bn |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | -838.00 Mn |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | 599.00 Mn |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | 581.18 Mn |
| 10 | VinFast Auto | 7.56 Bn | 3,644,847.93 Bn | -677,431.76 Bn | -1,121,070.39 Bn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -28,141.11 Bn |
| Dec 31, 2025 | -35,229.20 Bn |
| Sep 30, 2025 | -61,643.97 Bn |
| Jun 30, 2025 | -37,806.45 Bn |
| Mar 31, 2025 | -17,698.52 Bn |
| Dec 31, 2024 | -30,634.98 Bn |
| Sep 30, 2024 | -46,749.67 Bn |
| Jun 30, 2024 | -33,470.82 Bn |
| Mar 31, 2024 | -14,776.81 Bn |
| Dec 31, 2023 | -16,826.79 Bn |
| Sep 30, 2023 | -15,532.72 Bn |
| Jun 30, 2023 | -13,454.76 Bn |
| Mar 31, 2023 | -14,351.63 Bn |
| Dec 31, 2022 | -15,379.97 Bn |
| Sep 30, 2022 | -11,224.25 Bn |
| Jun 30, 2022 | -13,658.20 Bn |
| Mar 31, 2022 | -8,639.72 Bn |
VinFast Auto EBT 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&ticker=VFS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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&ticker=VFS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();