Avis Budget (CAR) Cash from Operations (2009 - 2026)
Avis Budget's (CAR) quarterly Cash from Operations came in at $632.0 million in Q2 2026, down 24.49% year-over-year from $837.0 million in Q2 2025, and up 45.62% quarter-over-quarter from $434.0 million in Q1 2026.
Avis Budget (CAR) Cash from Operations (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Cash from Operations across 18 years of filings, most recently posting $632.0 million for Q2 2026.
- In Q2 2026, Cash from Operations fell 24.49% year-over-year to $632.0 million; the TTM figure through Jun 2026 stood at $2.9 billion (down 17.0% YoY), while the FY2025 annual figure was $3.3 billion, down 6.31% from the prior year.
- Cash from Operations came in at $632.0 million for Q2 2026 at Avis Budget, up from $434.0 million in the prior quarter.
- In the past five years, Cash from Operations ranged from a high of $1.5 billion in Q3 2022 to a low of $434.0 million in Q1 2026.
- Average Cash from Operations over 5 years is $911.9 million, with a median of $841.0 million recorded in 2022.
- Year-over-year, Cash from Operations jumped 241.67% in 2022 and plunged 43.39% in 2025.
- Over 5 years, Cash from Operations stood at $845.0 million in 2022, then fell by 6.15% to $793.0 million in 2023, then decreased by 2.65% to $772.0 million in 2024, then sank by 43.39% to $437.0 million in 2025, then soared by 44.62% to $632.0 million in 2026.
- Per Business Quant data, the three most recent Cash from Operations figures were $632.0 million in Q2 2026, $434.0 million in Q1 2026, and $437.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Ops. (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | 632.00 Mn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 632.00 Mn |
| Mar 31, 2026 | 434.00 Mn |
| Dec 31, 2025 | 437.00 Mn |
| Sep 30, 2025 | 1.40 Bn |
| Jun 30, 2025 | 837.00 Mn |
| Mar 31, 2025 | 619.00 Mn |
| Dec 31, 2024 | 772.00 Mn |
| Sep 30, 2024 | 1.27 Bn |
| Jun 30, 2024 | 884.00 Mn |
| Mar 31, 2024 | 589.00 Mn |
| Dec 31, 2023 | 793.00 Mn |
| Sep 30, 2023 | 1.25 Bn |
| Jun 30, 2023 | 963.00 Mn |
| Mar 31, 2023 | 819.00 Mn |
| Dec 31, 2022 | 845.00 Mn |
| Sep 30, 2022 | 1.49 Bn |
| Jun 30, 2022 | 1.22 Bn |
| Mar 31, 2022 | 1.15 Bn |
| Dec 31, 2021 | 943.00 Mn |
| Sep 30, 2021 | 1.29 Bn |
Avis Budget Cash from Operations 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=cash-from-operations&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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=cash-from-operations&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();