VinFast Auto (VFS) Asset Utilization Ratio (2023 - 2026)
VinFast Auto's (VFS) quarterly Asset Utilization Ratio came in at 0.8 in Q1 2026, up 77.15% year-over-year from 0.45 in Q1 2025, and up 4.39% quarter-over-quarter from 0.77 in Q4 2025.
VinFast Auto (VFS) Asset Utilization Ratio (2023 - 2026) Analysis & Trends
VinFast Auto (VFS) has reported Asset Utilization Ratio for 4 consecutive years, with 0.8 the latest figure, recorded in Q1 2026.
- On a quarterly basis, Asset Utilization Ratio rose 77.15% year-over-year to 0.8 in Q1 2026; TTM through Mar 2026 was 0.8, a 77.15% increase from a year earlier, with the FY2025 full-year figure at 0.53, up 96.3% from the prior year.
- Asset Utilization Ratio was 0.8 for Q1 2026 at VinFast Auto, up from 0.77 in the prior quarter.
- Over five years, Asset Utilization Ratio peaked at 0.8 in Q1 2026 and troughed at 0.1 in Q1 2023.
- A 4-year average of 0.39 and a median of 0.38 in 2024 frame the typical range for Asset Utilization Ratio.
- Across the five-year window, Asset Utilization Ratio surged 128.56% in 2024 and soared 64.53% in 2025, its largest moves.
- Over 4 years, Asset Utilization Ratio stood at 0.21 in 2023, then surged by 88.19% to 0.4 in 2024, then surged by 91.78% to 0.77 in 2025, then grew by 4.39% to 0.8 in 2026.
- The last three Asset Utilization Ratio figures came in at 0.8 (Q1 2026), 0.77 (Q4 2025), and 0.63 (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Asset Util. (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | 0.71 |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | 0.51 |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | 0.72 |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | 0.51 |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | 0.66 |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | 0.66 |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | 0.40 |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | 36.07 |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | 0.72 |
| 10 | VinFast Auto | 7.56 Bn | 3,644,847.93 Bn | -677,431.76 Bn | 1.37 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 0.80 |
| Dec 31, 2025 | 0.77 |
| Sep 30, 2025 | 0.63 |
| Jun 30, 2025 | 0.53 |
| Mar 31, 2025 | 0.45 |
| Dec 31, 2024 | 0.40 |
| Sep 30, 2024 | 0.38 |
| Jun 30, 2024 | 0.26 |
| Mar 31, 2024 | 0.23 |
| Dec 31, 2023 | 0.21 |
| Sep 30, 2023 | 0.19 |
| Jun 30, 2023 | 0.15 |
| Mar 31, 2023 | 0.10 |
VinFast Auto Asset Utilization Ratio 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=asset-utilization-ratio&ticker=VFS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=VFS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();