Avis Budget (CAR) Payables (2009 - 2026)
Avis Budget's (CAR) quarterly Payables came in at $3.1 billion in Q2 2026, down 2.97% year-over-year from $3.2 billion in Q2 2025, and up 5.06% quarter-over-quarter from $2.9 billion in Q1 2026.
Avis Budget (CAR) Payables (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Payables across 18 years of filings, most recently posting $3.1 billion for Q2 2026.
- In Q2 2026, Payables fell 2.97% year-over-year to $3.1 billion; the TTM figure through Jun 2026 stood at $3.1 billion (down 2.97% YoY), while the FY2025 annual figure was $2.9 billion, up 6.11% from the prior year.
- Payables came in at $3.1 billion for Q2 2026 at Avis Budget, up from $2.9 billion in the prior quarter.
- In the past five years, Payables ranged from a high of $3.2 billion in Q2 2025 to a low of $2.6 billion in Q4 2022.
- Average Payables over 5 years is $2.8 billion, with a median of $2.8 billion recorded in 2022.
- Year-over-year, Payables rose 23.22% in 2022 and dropped 2.97% in 2026.
- Over 5 years, Payables stood at $2.6 billion in 2022, then climbed by 2.06% to $2.6 billion in 2023, then climbed by 2.78% to $2.7 billion in 2024, then increased by 6.11% to $2.9 billion in 2025, then increased by 7.29% to $3.1 billion in 2026.
- Per Business Quant data, the three most recent Payables figures were $3.1 billion in Q2 2026, $2.9 billion in Q1 2026, and $2.9 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | 3.07 Bn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | 850.29 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.07 Bn |
| Mar 31, 2026 | 2.93 Bn |
| Dec 31, 2025 | 2.87 Bn |
| Sep 30, 2025 | 3.13 Bn |
| Jun 30, 2025 | 3.17 Bn |
| Mar 31, 2025 | 2.86 Bn |
| Dec 31, 2024 | 2.70 Bn |
| Sep 30, 2024 | 2.79 Bn |
| Jun 30, 2024 | 2.84 Bn |
| Mar 31, 2024 | 2.67 Bn |
| Dec 31, 2023 | 2.63 Bn |
| Sep 30, 2023 | 2.73 Bn |
| Jun 30, 2023 | 2.81 Bn |
| Mar 31, 2023 | 2.72 Bn |
| Dec 31, 2022 | 2.57 Bn |
| Sep 30, 2022 | 2.72 Bn |
| Jun 30, 2022 | 2.74 Bn |
| Mar 31, 2022 | 2.68 Bn |
| Dec 31, 2021 | 2.41 Bn |
| Sep 30, 2021 | 2.48 Bn |
Avis Budget Payables 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=payables&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "payables", "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=payables&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();