VinFast Auto (VFS) Invested Capital (2021 - 2026)
VinFast Auto's (VFS) quarterly Invested Capital came in at -$69949.8 billion in Q1 2026, down 74.66% year-over-year from -$276082.0 billion in Q1 2025, and down 7.65% quarter-over-quarter from -$64979.7 billion in Q4 2025.
VinFast Auto (VFS) Invested Capital (2021 - 2026) Analysis & Trends
VinFast Auto (VFS) has reported Invested Capital for 6 consecutive years, with -$69949.8 billion the latest figure, recorded in Q1 2026.
- On a quarterly basis, Invested Capital fell 74.66% year-over-year to -$69949.8 billion in Q1 2026; TTM through Mar 2026 was -$69949.8 billion, a 74.66% decrease from a year earlier, with the FY2025 full-year figure at -$64979.7 billion, down 147.23% from the prior year.
- Invested Capital was -$69949.8 billion for Q1 2026 at VinFast Auto, down from -$64979.7 billion in the prior quarter.
- Over five years, Invested Capital peaked at $3739381.8 billion in Q2 2025 and troughed at -$69949.8 billion in Q1 2026.
- A 5-year average of $254509.4 billion and a median of -$29486.9 billion in 2023 frame the typical range for Invested Capital.
- The widest YoY moves for Invested Capital: up 12617.73% in 2025, down 147.23% in 2025.
- Over 5 years, Invested Capital stood at $107161.0 billion in 2022, then advanced by 25.39% to $134365.4 billion in 2023, then slumped by 119.56% to -$26282.9 billion in 2024, then slumped by 147.23% to -$64979.7 billion in 2025, then declined by 7.65% to -$69949.8 billion in 2026.
- The last three Invested Capital figures came in at -$69949.8 billion (Q1 2026), -$64979.7 billion (Q4 2025), and -$10360.6 billion (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Invested Cap. (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | 95.19 Bn |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | 509.83 Bn |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | 7.99 Bn |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | 169.01 Bn |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | 211.86 Bn |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | 173.10 Bn |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | 9.57 Bn |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | - |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | 132.32 Bn |
| 10 | VinFast Auto | 7.56 Bn | 3,644,847.93 Bn | -677,431.76 Bn | -2,786,621.07 Bn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -69,949.76 Bn |
| Dec 31, 2025 | -64,979.69 Bn |
| Sep 30, 2025 | -10,360.60 Bn |
| Jun 30, 2025 | 3,739,381.76 Bn |
| Mar 31, 2025 | -40,048.32 Bn |
| Dec 31, 2024 | -26,282.89 Bn |
| Sep 30, 2024 | -36,543.43 Bn |
| Jun 30, 2024 | -29,872.69 Bn |
| Mar 31, 2024 | -28,187.55 Bn |
| Dec 31, 2023 | 134,365.42 Bn |
| Sep 30, 2023 | -29,101.11 Bn |
| Jun 30, 2023 | -42,594.05 Bn |
| Mar 31, 2023 | -39,855.97 Bn |
| Dec 31, 2022 | 107,160.95 Bn |
| Dec 31, 2021 | 26,278.53 Bn |
VinFast Auto Invested Capital 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=invested-capital&ticker=VFS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=VFS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();