Avis Budget (CAR) Receivables (2009 - 2026)
Avis Budget's (CAR) quarterly Receivables came in at $1.1 billion in Q2 2026, up 1.62% year-over-year from $1.1 billion in Q2 2025, and down 9.85% quarter-over-quarter from $1.2 billion in Q1 2026.
Avis Budget (CAR) Receivables (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Receivables across 18 years of filings, most recently posting $1.1 billion for Q2 2026.
- In Q2 2026, Receivables rose 1.62% year-over-year to $1.1 billion; the TTM figure through Jun 2026 stood at $1.1 billion (up 1.62% YoY), while the FY2025 annual figure was $1.4 billion, up 20.09% from the prior year.
- Receivables came in at $1.1 billion for Q2 2026 at Avis Budget, down from $1.2 billion in the prior quarter.
- In the past five years, Receivables ranged from a high of $1.4 billion in Q4 2025 to a low of $843.0 million in Q1 2022.
- Average Receivables over 5 years is $1.1 billion, with a median of $1.1 billion recorded in 2024.
- Year-over-year, Receivables retreated 14.07% in 2022 and soared 35.5% in 2024.
- Over 5 years, Receivables stood at $1.0 billion in 2022, then advanced by 11.25% to $1.1 billion in 2023, then fell by 1.06% to $1.1 billion in 2024, then climbed by 20.09% to $1.4 billion in 2025, then declined by 16.65% to $1.1 billion in 2026.
- Per Business Quant data, the three most recent Receivables figures were $1.1 billion in Q2 2026, $1.2 billion in Q1 2026, and $1.4 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | 1.13 Bn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | 159.77 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.13 Bn |
| Mar 31, 2026 | 1.25 Bn |
| Dec 31, 2025 | 1.35 Bn |
| Sep 30, 2025 | 1.35 Bn |
| Jun 30, 2025 | 1.11 Bn |
| Mar 31, 2025 | 1.10 Bn |
| Dec 31, 2024 | 1.13 Bn |
| Sep 30, 2024 | 1.20 Bn |
| Jun 30, 2024 | 1.20 Bn |
| Mar 31, 2024 | 1.27 Bn |
| Dec 31, 2023 | 1.14 Bn |
| Sep 30, 2023 | 1.17 Bn |
| Jun 30, 2023 | 1.04 Bn |
| Mar 31, 2023 | 938.00 Mn |
| Dec 31, 2022 | 1.02 Bn |
| Sep 30, 2022 | 1.09 Bn |
| Jun 30, 2022 | 945.00 Mn |
| Mar 31, 2022 | 843.00 Mn |
| Dec 31, 2021 | 909.00 Mn |
| Sep 30, 2021 | 958.00 Mn |
Avis Budget Receivables 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=receivables&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables", "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=receivables&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();