Avis Budget (CAR) Non-Current Debt (2009 - 2026)
Avis Budget's (CAR) quarterly Non-Current Debt came in at $6.0 billion in Q2 2026, down 0.65% year-over-year from $6.0 billion in Q2 2025, and little changed quarter-over-quarter from $6.0 billion in Q1 2026.
Avis Budget (CAR) Non-Current Debt (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Non-Current Debt across 18 years of filings, most recently posting $6.0 billion for Q2 2026.
- In Q2 2026, Non-Current Debt fell 0.65% year-over-year to $6.0 billion; the TTM figure through Jun 2026 stood at $6.0 billion (down 0.65% YoY), while the FY2025 annual figure was $6.0 billion, up 12.58% from the prior year.
- Non-Current 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, Non-Current Debt ranged from a high of $6.0 billion in Q4 2025 to a low of $4.6 billion in Q3 2022.
- Average Non-Current Debt over 5 years is $5.2 billion, with a median of $5.1 billion recorded in 2024.
- Year-over-year, Non-Current Debt advanced 16.39% in 2022 and dropped 0.65% in 2026.
- Over 5 years, Non-Current Debt stood at $4.6 billion in 2022, then rose by 3.17% to $4.8 billion in 2023, then gained by 12.15% to $5.4 billion in 2024, then rose by 12.58% to $6.0 billion in 2025, then slipped by 0.83% to $6.0 billion in 2026.
- Per Business Quant data, the three most recent Non-Current Debt figures were $6.0 billion in Q2 2026, $6.0 billion in Q1 2026, and $6.0 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | 6.00 Bn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | 2.36 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 6.00 Bn |
| Mar 31, 2026 | 6.02 Bn |
| Dec 31, 2025 | 6.05 Bn |
| Sep 30, 2025 | 6.02 Bn |
| Jun 30, 2025 | 6.04 Bn |
| Mar 31, 2025 | 5.43 Bn |
| Dec 31, 2024 | 5.37 Bn |
| Sep 30, 2024 | 5.47 Bn |
| Jun 30, 2024 | 5.23 Bn |
| Mar 31, 2024 | 5.03 Bn |
| Dec 31, 2023 | 4.79 Bn |
| Sep 30, 2023 | 4.74 Bn |
| Jun 30, 2023 | 4.67 Bn |
| Mar 31, 2023 | 4.66 Bn |
| Dec 31, 2022 | 4.64 Bn |
| Sep 30, 2022 | 4.56 Bn |
| Jun 30, 2022 | 4.62 Bn |
| Mar 31, 2022 | 4.68 Bn |
| Dec 31, 2021 | 3.99 Bn |
| Sep 30, 2021 | 4.01 Bn |
Avis Budget Non-Current 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=non-current-debt&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-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=non-current-debt&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();