Avis Budget (CAR) Other Working Capital Changes (2009 - 2026)
Avis Budget's (CAR) quarterly Other Working Capital Changes came in at -$274.0 million in Q2 2026, down 0.74% year-over-year from -$276.0 million in Q2 2025, and up 11.04% quarter-over-quarter from -$308.0 million in Q1 2026.
Avis Budget (CAR) Other Working Capital Changes (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Other Working Capital Changes across 8 years of filings, most recently posting -$274.0 million for Q2 2026.
- In Q2 2026, Other Working Capital Changes fell 0.74% year-over-year to -$274.0 million; the TTM figure through Jun 2026 stood at -$1.1 billion (down 1.99% YoY), while the FY2025 annual figure was -$1.1 billion, up 1.37% from the prior year.
- Other Working Capital Changes came in at -$274.0 million for Q2 2026 at Avis Budget, up from -$308.0 million in the prior quarter.
- In the past five years, Other Working Capital Changes ranged from a high of $231.0 million in Q4 2023 to a low of -$97.0 million in Q3 2022.
- Average Other Working Capital Changes over 5 years is $3.6 million, with a median of -$4.0 million recorded in 2024.
- Year-over-year, Other Working Capital Changes slumped 224.64% in 2022 and gained 24.58% in 2023.
- Over 5 years, Other Working Capital Changes stood at -$240.0 million in 2022, then rose by 24.58% to -$181.0 million in 2023, then sank by 51.93% to -$275.0 million in 2024, then climbed by 1.82% to -$270.0 million in 2025, then declined by 1.48% to -$274.0 million in 2026.
- Per Business Quant data, the three most recent Other Working Capital Changes figures were -$274.0 million in Q2 2026, -$308.0 million in Q1 2026, and -$270.0 million 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 |
|---|---|
| Mar 31, 2026 | 36.00 Mn |
| Mar 31, 2026 | 36.00 Mn |
| Dec 31, 2025 | -37.00 Mn |
| Dec 31, 2025 | -37.00 Mn |
| Sep 30, 2025 | -33.00 Mn |
| Sep 30, 2025 | -33.00 Mn |
| Jun 30, 2025 | -65.00 Mn |
| Jun 30, 2025 | -65.00 Mn |
| Mar 31, 2025 | 30.00 Mn |
| Mar 31, 2025 | 30.00 Mn |
| Dec 31, 2024 | -4.00 Mn |
| Dec 31, 2024 | -4.00 Mn |
| Sep 30, 2024 | 11.00 Mn |
| Sep 30, 2024 | 11.00 Mn |
| Jun 30, 2024 | -39.00 Mn |
| Jun 30, 2024 | -39.00 Mn |
| Mar 31, 2024 | 82.00 Mn |
| Mar 31, 2024 | 82.00 Mn |
| Dec 31, 2023 | 231.00 Mn |
| Dec 31, 2023 | 231.00 Mn |
Avis Budget Other Working Capital Changes 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=other-working-capital-changes&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();