Avis Budget (CAR) Interest Coverage Ratio (2009 - 2026)
Avis Budget's (CAR) quarterly Interest Coverage Ratio came in at 1.21 in Q2 2026, up 16.32% year-over-year from 1.04 in Q2 2025, and up 20628.53% quarter-over-quarter from 0.01 in Q1 2026.
Avis Budget (CAR) Interest Coverage Ratio (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Interest Coverage Ratio across 18 years of filings, most recently posting 1.21 for Q2 2026.
- In Q2 2026, Interest Coverage Ratio rose 16.32% year-over-year to 1.21; the TTM figure through Jun 2026 stood at 0.61 (up 141.88% YoY), while the FY2025 annual figure was 0.31, up 130.0% from the prior year.
- Interest Coverage Ratio came in at 1.21 for Q2 2026 at Avis Budget, up from 0.01 in the prior quarter.
- In the past five years, Interest Coverage Ratio ranged from a high of 8.85 in Q3 2022 to a low of 8.19 in Q4 2024.
- Average Interest Coverage Ratio over 5 years is 1.99, with a median of 1.76 recorded in 2023.
- Year-over-year, Interest Coverage Ratio soared 857.09% in 2022 and slumped 630.84% in 2024.
- Over 5 years, Interest Coverage Ratio stood at 3.72 in 2022, then sank by 58.46% to 1.54 in 2023, then tumbled by 630.84% to 8.19 in 2024, then jumped by 85.41% to 1.2 in 2025, then surged by 201.58% to 1.21 in 2026.
- Per Business Quant data, the three most recent Interest Coverage Ratio figures were 1.21 in Q2 2026, 0.01 in Q1 2026, and 1.2 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | 1.21 |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.21 |
| Mar 31, 2026 | -0.01 |
| Dec 31, 2025 | -1.20 |
| Sep 30, 2025 | 2.32 |
| Jun 30, 2025 | 1.04 |
| Mar 31, 2025 | -1.21 |
| Dec 31, 2024 | -8.19 |
| Sep 30, 2024 | 1.98 |
| Jun 30, 2024 | 1.08 |
| Mar 31, 2024 | 0.56 |
| Dec 31, 2023 | 1.54 |
| Sep 30, 2023 | 3.63 |
| Jun 30, 2023 | 3.49 |
| Mar 31, 2023 | 2.93 |
| Dec 31, 2022 | 3.72 |
| Sep 30, 2022 | 8.85 |
| Jun 30, 2022 | 7.73 |
| Mar 31, 2022 | 6.35 |
| Dec 31, 2021 | 5.11 |
| Sep 30, 2021 | 8.31 |
Avis Budget 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=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-ratio", "ticker": "CAR", "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=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();