Avis Budget (CAR) Change in Receivables (2009 - 2026)
Avis Budget's (CAR) quarterly Change in Receivables came in at $109.0 million in Q2 2026, up 13.54% year-over-year from $96.0 million in Q2 2025, and up 336.96% quarter-over-quarter from -$46.0 million in Q1 2026.
Avis Budget (CAR) Change in Receivables (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Change in Receivables across 18 years of filings, most recently posting $109.0 million for Q2 2026.
- In Q2 2026, Change in Receivables rose 13.54% year-over-year to $109.0 million; the TTM figure through Jun 2026 stood at -$53.0 million (up 40.45% YoY), while the FY2025 annual figure was -$60.0 million, down 17.65% from the prior year.
- Change in Receivables came in at $109.0 million for Q2 2026 at Avis Budget, up from -$46.0 million in the prior quarter.
- In the past five years, Change in Receivables ranged from a high of $148.0 million in Q2 2022 to a low of -$113.0 million in Q4 2024.
- Average Change in Receivables over 5 years is $5.1 million, with a median of -$20.5 million recorded in 2022.
- Year-over-year, Change in Receivables surged 123.53% in 2024 and sank 600.0% in 2025.
- Over 5 years, Change in Receivables stood at -$97.0 million in 2022, then surged by 57.73% to -$41.0 million in 2023, then plunged by 175.61% to -$113.0 million in 2024, then surged by 64.6% to -$40.0 million in 2025, then surged by 372.5% to $109.0 million in 2026.
- Per Business Quant data, the three most recent Change in Receivables figures were $109.0 million in Q2 2026, -$46.0 million in Q1 2026, and -$40.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | 109.00 Mn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 109.00 Mn |
| Mar 31, 2026 | -46.00 Mn |
| Dec 31, 2025 | -40.00 Mn |
| Sep 30, 2025 | -76.00 Mn |
| Jun 30, 2025 | 96.00 Mn |
| Mar 31, 2025 | -40.00 Mn |
| Dec 31, 2024 | -113.00 Mn |
| Sep 30, 2024 | -32.00 Mn |
| Jun 30, 2024 | 86.00 Mn |
| Mar 31, 2024 | 8.00 Mn |
| Dec 31, 2023 | -41.00 Mn |
| Sep 30, 2023 | 32.00 Mn |
| Jun 30, 2023 | 86.00 Mn |
| Mar 31, 2023 | -34.00 Mn |
| Dec 31, 2022 | -97.00 Mn |
| Sep 30, 2022 | 55.00 Mn |
| Jun 30, 2022 | 148.00 Mn |
| Mar 31, 2022 | -9.00 Mn |
| Dec 31, 2021 | -32.00 Mn |
| Sep 30, 2021 | 58.00 Mn |
Avis Budget Change in 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=change-in-receivables&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-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=change-in-receivables&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();