VinFast Auto (VFS) Retained Earnings (2021 - 2026)
VinFast Auto's (VFS) quarterly Retained Earnings came in at -$395236.8 billion in Q1 2026, down 38.45% year-over-year from -$642183.0 billion in Q1 2025, and down 27.98% quarter-over-quarter from -$308832.9 billion in Q4 2025.
VinFast Auto (VFS) Retained Earnings (2021 - 2026) Analysis & Trends
VinFast Auto (VFS) has reported Retained Earnings for 6 consecutive years, with -$395236.8 billion the latest figure, recorded in Q1 2026.
- On a quarterly basis, Retained Earnings fell 38.45% year-over-year to -$395236.8 billion in Q1 2026; TTM through Mar 2026 was -$395236.8 billion, a 38.45% decrease from a year earlier, with the FY2025 full-year figure at -$308832.9 billion, down 63.42% from the prior year.
- Retained Earnings was -$395236.8 billion for Q1 2026 at VinFast Auto, down from -$308832.9 billion in the prior quarter.
- Over five years, Retained Earnings peaked at $36402.8 billion in Q4 2022 and troughed at -$395236.8 billion in Q1 2026.
- A 5-year average of -$215971.2 billion and a median of -$214602.0 billion in 2024 frame the typical range for Retained Earnings.
- Across the five-year window, Retained Earnings jumped 147.02% in 2022 and tumbled 417.94% in 2023, its largest moves.
- Over 5 years, Retained Earnings stood at $36402.8 billion in 2022, then plunged by 417.94% to -$115738.5 billion in 2023, then slumped by 63.28% to -$188975.5 billion in 2024, then plunged by 63.42% to -$308832.9 billion in 2025, then decreased by 27.98% to -$395236.8 billion in 2026.
- The last three Retained Earnings figures came in at -$395236.8 billion (Q1 2026), -$308832.9 billion (Q4 2025), and -$329732.9 billion (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | 40.59 Bn |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | 236.05 Bn |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | - |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | 61.54 Bn |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | 52.99 Bn |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | 22.51 Bn |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | 33.31 Bn |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | -868.00 Mn |
| 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 | -15,745,230.98 Bn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -395,236.79 Bn |
| Dec 31, 2025 | -308,832.95 Bn |
| Sep 30, 2025 | -329,732.86 Bn |
| Jun 30, 2025 | -305,780.05 Bn |
| Mar 31, 2025 | -285,463.96 Bn |
| Dec 31, 2024 | -188,975.45 Bn |
| Sep 30, 2024 | -237,192.34 Bn |
| Jun 30, 2024 | -223,965.06 Bn |
| Mar 31, 2024 | -205,239.01 Bn |
| Dec 31, 2023 | -115,738.46 Bn |
| Sep 30, 2023 | -168,785.64 Bn |
| Jun 30, 2023 | -153,785.02 Bn |
| Mar 31, 2023 | -141,271.54 Bn |
| Dec 31, 2022 | 36,402.85 Bn |
| Dec 31, 2021 | -77,416.92 Bn |
VinFast Auto Retained Earnings 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=retained-earnings&ticker=VFS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=VFS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();