Avis Budget (CAR) Total Debt (2009 - 2026)
Avis Budget's (CAR) quarterly Total Debt came in at $6.0 billion in Q2 2026, down 0.91% year-over-year from $6.1 billion in Q2 2025, and little changed quarter-over-quarter from $6.0 billion in Q1 2026.
Avis Budget (CAR) Total Debt (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Total Debt across 18 years of filings, most recently posting $6.0 billion for Q2 2026.
- In Q2 2026, Total Debt fell 0.91% year-over-year to $6.0 billion; the TTM figure through Jun 2026 stood at $6.0 billion (down 0.91% YoY), while the FY2025 annual figure was $6.1 billion, up 12.61% from the prior year.
- Total Debt came in at $6.0 billion for Q2 2026 at Avis Budget, roughly flat from $6.0 billion in the prior quarter.
- In the past five years, Total Debt ranged from a high of $6.1 billion in Q2 2025 to a low of $4.6 billion in Q3 2022.
- Average Total Debt over 5 years is $5.3 billion, with a median of $5.3 billion recorded in 2024.
- Year-over-year, Total Debt grew 26.0% in 2024 and declined 0.91% in 2026.
- Over 5 years, Total Debt stood at $4.7 billion in 2022, then increased by 2.66% to $4.8 billion in 2023, then gained by 11.82% to $5.4 billion in 2024, then climbed by 12.61% to $6.1 billion in 2025, then retreated by 0.84% to $6.0 billion in 2026.
- Per Business Quant data, the three most recent Total Debt figures were $6.0 billion in Q2 2026, $6.0 billion in Q1 2026, and $6.1 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | 6.02 Bn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | 2.36 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 6.02 Bn |
| Mar 31, 2026 | 6.04 Bn |
| Dec 31, 2025 | 6.07 Bn |
| Sep 30, 2025 | 6.06 Bn |
| Jun 30, 2025 | 6.08 Bn |
| Mar 31, 2025 | 5.94 Bn |
| Dec 31, 2024 | 5.39 Bn |
| Sep 30, 2024 | 6.01 Bn |
| Jun 30, 2024 | 5.26 Bn |
| Mar 31, 2024 | 5.44 Bn |
| Dec 31, 2023 | 4.82 Bn |
| Sep 30, 2023 | 4.77 Bn |
| Jun 30, 2023 | 4.70 Bn |
| Mar 31, 2023 | 4.70 Bn |
| Dec 31, 2022 | 4.70 Bn |
| Sep 30, 2022 | 4.59 Bn |
| Jun 30, 2022 | 4.65 Bn |
| Mar 31, 2022 | 4.71 Bn |
| Dec 31, 2021 | 4.03 Bn |
| Sep 30, 2021 | 4.03 Bn |
Avis Budget Total Debt 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=total-debt&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-debt", "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=total-debt&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();