VinFast Auto (VFS) Other Operating Expenses (2022 - 2026)
VinFast Auto's (VFS) quarterly Other Operating Expenses came in at -$781.8 billion in Q1 2026, down 40.23% year-over-year from -$1307.9 billion in Q1 2025, and down 24.26% quarter-over-quarter from -$629.1 billion in Q4 2025.
VinFast Auto (VFS) Other Operating Expenses (2022 - 2026) Analysis & Trends
VinFast Auto (VFS) has reported Other Operating Expenses for 5 consecutive years, with -$781.8 billion the latest figure, recorded in Q1 2026.
- On a quarterly basis, Other Operating Expenses fell 40.23% year-over-year to -$781.8 billion in Q1 2026; TTM through Mar 2026 was -$3853.3 billion, a 33.3% increase from a year earlier, with the FY2025 full-year figure at -$82.2 million, up 100.0% from the prior year.
- Other Operating Expenses was -$781.8 billion for Q1 2026 at VinFast Auto, down from -$629.1 billion in the prior quarter.
- Over five years, Other Operating Expenses peaked at $649.4 billion in Q4 2022 and troughed at -$2011.1 billion in Q2 2024.
- A 5-year average of -$739.9 billion and a median of -$629.1 billion in 2025 frame the typical range for Other Operating Expenses.
- Across the five-year window, Other Operating Expenses surged 343.3% in 2023 and plunged 1241.39% in 2024, its largest moves.
- Over 5 years, Other Operating Expenses stood at $649.4 billion in 2022, then slumped by 245.76% to -$946.7 billion in 2023, then tumbled by 67.59% to -$1586.5 billion in 2024, then jumped by 60.34% to -$629.1 billion in 2025, then fell by 24.26% to -$781.8 billion in 2026.
- The last three Other Operating Expenses figures came in at -$781.8 billion (Q1 2026), -$629.1 billion (Q4 2025), and -$1325.4 billion (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn |
| 10 | VinFast Auto | 7.56 Bn | 3,644,847.93 Bn | -677,431.76 Bn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -781.75 Bn |
| Dec 31, 2025 | -629.15 Bn |
| Sep 30, 2025 | -1,325.38 Bn |
| Jun 30, 2025 | -1,117.04 Bn |
| Mar 31, 2025 | -557.49 Bn |
| Dec 31, 2024 | -1,586.50 Bn |
| Sep 30, 2024 | -1,621.66 Bn |
| Jun 30, 2024 | -2,011.11 Bn |
| Mar 31, 2024 | -550.44 Bn |
| Dec 31, 2023 | -946.65 Bn |
| Sep 30, 2023 | -542.31 Bn |
| Jun 30, 2023 | -149.93 Bn |
| Mar 31, 2023 | 66.87 Bn |
| Dec 31, 2022 | 649.44 Bn |
| Sep 30, 2022 | -859.76 Bn |
| Jun 30, 2022 | -588.00 Bn |
| Mar 31, 2022 | -27.49 Bn |
VinFast Auto Other Operating Expenses 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=other-operating-expenses&ticker=VFS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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=other-operating-expenses&ticker=VFS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();