Avis Budget (CAR) Net Cash Flow (2009 - 2026)
Avis Budget's (CAR) quarterly Net Cash Flow came in at $38.0 million in Q2 2026, up 222.58% year-over-year from $11.8 million in Q2 2025, and down 5.0% quarter-over-quarter from $40.0 million in Q1 2026.
Avis Budget (CAR) Net Cash Flow (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Net Cash Flow across 18 years of filings, most recently posting $38.0 million for Q2 2026.
- In Q2 2026, Net Cash Flow rose 222.58% year-over-year to $38.0 million; the TTM figure through Jun 2026 stood at $97.0 million (up 9600.0% YoY), while the FY2025 annual figure was -$10.0 million, up 37.5% from the prior year.
- Net Cash Flow came in at $38.0 million for Q2 2026 at Avis Budget, down from $40.0 million in the prior quarter.
- In the past five years, Net Cash Flow ranged from a high of $70.0 million in Q2 2022 to a low of -$100.0 million in Q4 2022.
- Average Net Cash Flow over 5 years is $4.9 million, with a median of $7.5 million recorded in 2022.
- Year-over-year, Net Cash Flow tumbled 238.46% in 2023 and surged 1900.0% in 2026.
- Over 5 years, Net Cash Flow stood at -$100.0 million in 2022, then increased by 5.0% to -$95.0 million in 2023, then jumped by 75.79% to -$23.0 million in 2024, then gained by 4.35% to -$22.0 million in 2025, then jumped by 272.73% to $38.0 million in 2026.
- Per Business Quant data, the three most recent Net Cash Flow figures were $38.0 million in Q2 2026, $40.0 million in Q1 2026, and -$22.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | NCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | 38.00 Mn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 38.00 Mn |
| Mar 31, 2026 | 40.00 Mn |
| Dec 31, 2025 | -22.00 Mn |
| Sep 30, 2025 | 41.00 Mn |
| Jun 30, 2025 | -31.00 Mn |
| Mar 31, 2025 | 2.00 Mn |
| Dec 31, 2024 | -23.00 Mn |
| Sep 30, 2024 | 53.00 Mn |
| Jun 30, 2024 | -14.00 Mn |
| Mar 31, 2024 | -32.00 Mn |
| Dec 31, 2023 | -95.00 Mn |
| Sep 30, 2023 | 49.00 Mn |
| Jun 30, 2023 | 52.00 Mn |
| Mar 31, 2023 | -18.00 Mn |
| Dec 31, 2022 | -100.00 Mn |
| Sep 30, 2022 | 65.00 Mn |
| Jun 30, 2022 | 70.00 Mn |
| Mar 31, 2022 | 13.00 Mn |
| Dec 31, 2021 | -323.00 Mn |
| Sep 30, 2021 | -455.00 Mn |
Avis Budget Net Cash Flow 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=net-cash-flow&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();