VinFast Auto (VFS) Cash from Investing Activities (2022 - 2026)
VinFast Auto's (VFS) quarterly Cash from Investing Activities came in at -$5600.4 billion in Q1 2026, down 16.24% year-over-year from -$6686.1 billion in Q1 2025, and up 70.9% quarter-over-quarter from -$19245.4 billion in Q3 2025.
VinFast Auto (VFS) Cash from Investing Activities (2022 - 2026) Analysis & Trends
VinFast Auto (VFS) has reported Cash from Investing Activities for 5 consecutive years, with -$5600.4 billion the latest figure, recorded in Q1 2026.
- On a quarterly basis, Cash from Investing Activities fell 16.24% year-over-year to -$5600.4 billion in Q1 2026; TTM through Mar 2026 was -$42132.3 billion, a 43.08% decrease from a year earlier, with the FY2025 full-year figure at -$39174.6 billion, down 46.68% from the prior year.
- Cash from Investing Activities was -$5600.4 billion for Q1 2026 at VinFast Auto, up from -$19245.4 billion in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $1495.7 billion in Q2 2023 and troughed at -$19245.4 billion in Q3 2025.
- A 5-year average of -$7487.1 billion and a median of -$5753.7 billion in 2023 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities soared 147.55% in 2023 and slumped 824.42% in 2024, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$10022.3 billion in 2022, then surged by 63.35% to -$3673.2 billion in 2023, then plunged by 158.51% to -$9495.6 billion in 2024, then sank by 102.68% to -$19245.4 billion in 2025, then soared by 70.9% to -$5600.4 billion in 2026.
- The last three Cash from Investing Activities figures came in at -$5600.4 billion (Q1 2026), -$19245.4 billion (Q3 2025), and -$12468.5 billion (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | -5.93 Bn |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | 8.96 Bn |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | -273.18 Mn |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | - |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | -4.12 Bn |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | -3.25 Bn |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | -100.00 Mn |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | -372.00 Mn |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | -2.04 Bn |
| 10 | VinFast Auto | 7.56 Bn | 3,644,847.93 Bn | -677,431.76 Bn | -223,105.33 Bn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -5,600.39 Bn |
| Sep 30, 2025 | -19,245.39 Bn |
| Jun 30, 2025 | -12,468.48 Bn |
| Mar 31, 2025 | -4,818.03 Bn |
| Sep 30, 2024 | -9,495.65 Bn |
| Jun 30, 2024 | -10,835.12 Bn |
| Mar 31, 2024 | -4,297.90 Bn |
| Dec 31, 2023 | -3,673.20 Bn |
| Sep 30, 2023 | -5,753.66 Bn |
| Jun 30, 2023 | 1,495.70 Bn |
| Mar 31, 2023 | -16,489.98 Bn |
| Dec 31, 2022 | -10,022.27 Bn |
| Sep 30, 2022 | -5,782.86 Bn |
| Jun 30, 2022 | -3,145.23 Bn |
| Mar 31, 2022 | -2,174.46 Bn |
VinFast Auto Cash from Investing Activities 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=cash-from-investing-activities&ticker=VFS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=VFS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();