VinFast Auto (VFS) Operating Income (2022 - 2026)
VinFast Auto's (VFS) quarterly Operating Income came in at -$22861.6 billion in Q1 2026, down 89.56% year-over-year from -$219044.1 billion in Q1 2025, and up 21.28% quarter-over-quarter from -$29042.5 billion in Q4 2025.
VinFast Auto (VFS) Operating Income (2022 - 2026) Analysis & Trends
VinFast Auto (VFS) has reported Operating Income for 5 consecutive years, with -$22861.6 billion the latest figure, recorded in Q1 2026.
- On a quarterly basis, Operating Income fell 89.56% year-over-year to -$22861.6 billion in Q1 2026; TTM through Mar 2026 was -$107591.5 billion, a 18.38% decrease from a year earlier, with the FY2025 full-year figure at -$94387.7 billion, down 87.23% from the prior year.
- Operating Income was -$22861.6 billion for Q1 2026 at VinFast Auto, up from -$29042.5 billion in the prior quarter.
- Over five years, Operating Income peaked at -$8070.5 billion in Q1 2022 and troughed at -$42567.3 billion in Q3 2025.
- A 5-year average of -$17219.2 billion and a median of -$12060.2 billion in 2025 frame the typical range for Operating Income.
- Across the five-year window, Operating Income slumped 243.52% in 2024 and jumped 43.99% in 2025, its largest moves.
- Over 5 years, Operating Income stood at -$12819.8 billion in 2022, then gained by 6.47% to -$11990.8 billion in 2023, then plunged by 98.92% to -$23852.1 billion in 2024, then dropped by 21.76% to -$29042.5 billion in 2025, then gained by 21.28% to -$22861.6 billion in 2026.
- The last three Operating Income figures came in at -$22861.6 billion (Q1 2026), -$29042.5 billion (Q4 2025), and -$42567.3 billion (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Op. Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | 398.00 Mn |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | 6.67 Bn |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | 703.29 Mn |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | 3.33 Bn |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | 1.46 Bn |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | 638.00 Mn |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | -836.00 Mn |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | 1.34 Bn |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | 815.98 Mn |
| 10 | VinFast Auto | 7.56 Bn | 3,644,847.93 Bn | -677,431.76 Bn | -910,748.47 Bn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -22,861.61 Bn |
| Dec 31, 2025 | -29,042.48 Bn |
| Sep 30, 2025 | -42,567.29 Bn |
| Jun 30, 2025 | -13,120.08 Bn |
| Mar 31, 2025 | -12,060.16 Bn |
| Dec 31, 2024 | -23,852.11 Bn |
| Sep 30, 2024 | -31,547.05 Bn |
| Jun 30, 2024 | -23,425.68 Bn |
| Mar 31, 2024 | -10,029.24 Bn |
| Dec 31, 2023 | -11,990.80 Bn |
| Sep 30, 2023 | -9,183.43 Bn |
| Jun 30, 2023 | -9,811.10 Bn |
| Mar 31, 2023 | -10,978.65 Bn |
| Dec 31, 2022 | -12,819.84 Bn |
| Sep 30, 2022 | -9,825.61 Bn |
| Jun 30, 2022 | -11,540.42 Bn |
| Mar 31, 2022 | -8,070.49 Bn |
VinFast Auto Operating Income 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=operating-income&ticker=VFS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income", "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=operating-income&ticker=VFS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();