Avis Budget (CAR) Change in Cash (2009 - 2026)
Avis Budget's (CAR) quarterly Change in Cash came in at $36.0 million in Q2 2026, up 1000.0% year-over-year from $3.3 million in Q2 2025, and up 9.09% quarter-over-quarter from $33.0 million in Q1 2026.
Avis Budget (CAR) Change in Cash (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Change in Cash across 18 years of filings, most recently posting $36.0 million for Q2 2026.
- In Q2 2026, Change in Cash rose 1000.0% year-over-year to $36.0 million; the TTM figure through Jun 2026 stood at $84.0 million (up 320.0% YoY), while the FY2025 annual figure was $21.0 million, up 144.68% from the prior year.
- Change in Cash came in at $36.0 million for Q2 2026 at Avis Budget, up from $33.0 million in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $66.0 million in Q3 2024 to a low of -$79.0 million in Q4 2022.
- Average Change in Cash over 5 years is $3.4 million, with a median of $10.5 million recorded in 2022.
- Year-over-year, Change in Cash tumbled 246.15% in 2024 and surged 1000.0% in 2026.
- Over 5 years, Change in Cash stood at -$79.0 million in 2022, then increased by 2.53% to -$77.0 million in 2023, then soared by 32.47% to -$52.0 million in 2024, then jumped by 59.62% to -$21.0 million in 2025, then soared by 271.43% to $36.0 million in 2026.
- Per Business Quant data, the three most recent Change in Cash figures were $36.0 million in Q2 2026, $33.0 million in Q1 2026, and -$21.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | 36.00 Mn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 36.00 Mn |
| Mar 31, 2026 | 33.00 Mn |
| Dec 31, 2025 | -21.00 Mn |
| Sep 30, 2025 | 36.00 Mn |
| Jun 30, 2025 | -4.00 Mn |
| Mar 31, 2025 | 10.00 Mn |
| Dec 31, 2024 | -52.00 Mn |
| Sep 30, 2024 | 66.00 Mn |
| Jun 30, 2024 | -16.00 Mn |
| Mar 31, 2024 | -45.00 Mn |
| Dec 31, 2023 | -77.00 Mn |
| Sep 30, 2023 | 39.00 Mn |
| Jun 30, 2023 | 53.00 Mn |
| Mar 31, 2023 | -13.00 Mn |
| Dec 31, 2022 | -79.00 Mn |
| Sep 30, 2022 | 37.00 Mn |
| Jun 30, 2022 | 47.00 Mn |
| Mar 31, 2022 | 11.00 Mn |
| Dec 31, 2021 | -319.00 Mn |
| Sep 30, 2021 | -466.00 Mn |
Avis Budget Change in Cash 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-cash&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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-cash&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();