VinFast Auto (VFS) Interest Coverage Ratio (2022 - 2026)
VinFast Auto's (VFS) quarterly Interest Coverage Ratio came in at 4.47 in Q1 2026, up 87.16% year-over-year from 2.39 in Q1 2025, and down 12.58% quarter-over-quarter from 5.11 in Q4 2025.
VinFast Auto (VFS) Interest Coverage Ratio (2022 - 2026) Analysis & Trends
VinFast Auto (VFS) has reported Interest Coverage Ratio for 5 consecutive years, with 4.47 the latest figure, recorded in Q1 2026.
- On a quarterly basis, Interest Coverage Ratio rose 87.16% year-over-year to 4.47 in Q1 2026; TTM through Mar 2026 was 2.83, a 2.13% increase from a year earlier, with the FY2025 full-year figure at 4.16, up 64.94% from the prior year.
- Interest Coverage Ratio was 4.47 for Q1 2026 at VinFast Auto, down from 5.11 in the prior quarter.
- Over five years, Interest Coverage Ratio peaked at 6.14 in Q2 2022 and troughed at 1.23 in Q2 2025.
- A 5-year average of 3.6 and a median of 3.14 in 2023 frame the typical range for Interest Coverage Ratio.
- Across the five-year window, Interest Coverage Ratio slumped 54.29% in 2025 and soared 87.16% in 2026, its largest moves.
- Over 5 years, Interest Coverage Ratio stood at 5.12 in 2022, then sank by 38.68% to 3.14 in 2023, then jumped by 39.79% to 4.39 in 2024, then gained by 16.47% to 5.11 in 2025, then retreated by 12.58% to 4.47 in 2026.
- The last three Interest Coverage Ratio figures came in at 4.47 (Q1 2026), 5.11 (Q4 2025), and 2.56 (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | 4.91 |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | - |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | 28.51 |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | 27.17 |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | 9.66 |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | 0.38 |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | -12.29 |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | - |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | 3.48 |
| 10 | VinFast Auto | 7.56 Bn | 3,644,847.93 Bn | -677,431.76 Bn | -4.47 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 4.47 |
| Dec 31, 2025 | 5.11 |
| Sep 30, 2025 | 2.56 |
| Jun 30, 2025 | 1.23 |
| Mar 31, 2025 | 2.39 |
| Dec 31, 2024 | 4.39 |
| Sep 30, 2024 | 2.31 |
| Jun 30, 2024 | 2.70 |
| Mar 31, 2024 | 2.41 |
| Dec 31, 2023 | 3.14 |
| Sep 30, 2023 | 2.38 |
| Jun 30, 2023 | 3.03 |
| Mar 31, 2023 | 3.83 |
| Dec 31, 2022 | 5.12 |
| Sep 30, 2022 | 4.85 |
| Jun 30, 2022 | 6.14 |
| Mar 31, 2022 | 5.22 |
VinFast Auto Interest Coverage 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=interest-coverage-ratio&ticker=VFS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-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=interest-coverage-ratio&ticker=VFS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();