Avis Budget (CAR) Operating Leases (2019 - 2026)
Avis Budget's (CAR) quarterly Operating Leases came in at $3.3 billion in Q2 2026, little changed year-over-year from $3.3 billion in Q2 2025, and little changed quarter-over-quarter from $3.2 billion in Q1 2026.
Avis Budget (CAR) Operating Leases (2019 - 2026) Analysis & Trends
Avis Budget has disclosed Operating Leases across 8 years of filings, most recently posting $3.3 billion for Q2 2026.
- In Q2 2026, Operating Leases changed 0.06% year-over-year to $3.3 billion; the TTM figure through Jun 2026 stood at $3.3 billion (changed 0.06% YoY), while the FY2025 annual figure was $3.3 billion, up 32.61% from the prior year.
- Operating Leases came in at $3.3 billion for Q2 2026 at Avis Budget, roughly flat from $3.2 billion in the prior quarter.
- In the past five years, Operating Leases ranged from a high of $3.3 billion in Q4 2025 to a low of $1.9 billion in Q4 2022.
- Average Operating Leases over 5 years is $2.7 billion, with a median of $2.7 billion recorded in 2023.
- Year-over-year, Operating Leases dropped 4.59% in 2022 and jumped 32.61% in 2025.
- Over 5 years, Operating Leases stood at $1.9 billion in 2022, then climbed by 12.37% to $2.1 billion in 2023, then advanced by 17.34% to $2.5 billion in 2024, then soared by 32.61% to $3.3 billion in 2025, then fell by 1.24% to $3.3 billion in 2026.
- Per Business Quant data, the three most recent Operating Leases figures were $3.3 billion in Q2 2026, $3.2 billion in Q1 2026, and $3.3 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.25 Bn |
| Mar 31, 2026 | 3.24 Bn |
| Dec 31, 2025 | 3.29 Bn |
| Sep 30, 2025 | 3.28 Bn |
| Jun 30, 2025 | 3.25 Bn |
| Mar 31, 2025 | 3.22 Bn |
| Dec 31, 2024 | 2.48 Bn |
| Sep 30, 2024 | 2.93 Bn |
| Jun 30, 2024 | 2.80 Bn |
| Mar 31, 2024 | 2.79 Bn |
| Dec 31, 2023 | 2.12 Bn |
| Sep 30, 2023 | 2.70 Bn |
| Jun 30, 2023 | 2.59 Bn |
| Mar 31, 2023 | 2.39 Bn |
| Dec 31, 2022 | 1.88 Bn |
| Sep 30, 2022 | 2.31 Bn |
| Jun 30, 2022 | 2.33 Bn |
| Mar 31, 2022 | 2.45 Bn |
| Dec 31, 2021 | 1.91 Bn |
| Sep 30, 2021 | 2.35 Bn |
Avis Budget Operating Leases 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=operating-leases&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-leases", "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=operating-leases&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();