VinFast Auto (VFS) Change in Receivables (2022 - 2025)
VinFast Auto's (VFS) quarterly Change in Receivables came in at -$142.8 million in Q2 2025, down 100.01% quarter-over-quarter from $1734.4 billion in Q4 2023.
VinFast Auto (VFS) Change in Receivables (2022 - 2025) Analysis & Trends
VinFast Auto (VFS) has reported Change in Receivables for 3 consecutive years, with -$142.8 million the latest figure, recorded in Q2 2025.
- On a quarterly basis, Change in Receivables changed N/A year-over-year to -$142.8 million in Q2 2025; TTM through Jun 2025 was $154.9 billion, a N/A change from a year earlier, with the FY2025 full-year figure at $136.3 million, down 58.19% from the prior year.
- Change in Receivables was -$142.8 million for Q2 2025 at VinFast Auto, down from $1734.4 billion in the prior quarter.
- Over five years, Change in Receivables peaked at $4208.8 billion in Q4 2022 and troughed at -$5788.1 billion in Q3 2023.
- A 3-year average of -$903.6 billion and a median of -$142.8 million in 2025 frame the typical range for Change in Receivables.
- The widest YoY moves for Change in Receivables: up 23.86% in 2023, down 58.79% in 2023.
- Over 3 years, Change in Receivables stood at $4208.8 billion in 2022, then sank by 58.79% to $1734.4 billion in 2023, then plunged by 100.01% to -$142.8 million in 2025.
- The last three Change in Receivables figures came in at -$142.8 million (Q2 2025), $1734.4 billion (Q4 2023), and -$5788.1 billion (Q3 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | 184.00 Mn |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | - |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | -106.49 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 | - |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | -293.00 Mn |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | 20.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 |
|---|---|
| Jun 30, 2025 | -142.83 Mn |
| Dec 31, 2023 | 1,734.42 Bn |
| Sep 30, 2023 | -5,788.09 Bn |
| Dec 31, 2022 | 4,208.76 Bn |
| Sep 30, 2022 | -4,673.03 Bn |
VinFast Auto Change in Receivables 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=change-in-receivables&ticker=VFS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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=change-in-receivables&ticker=VFS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();