Avis Budget (CAR) Cash from Financing Activities (2009 - 2026)
Avis Budget's (CAR) quarterly Cash from Financing Activities came in at $1.4 billion in Q2 2026, down 39.11% year-over-year from $2.4 billion in Q2 2025, and up 275.79% quarter-over-quarter from -$822.0 million in Q1 2026.
Avis Budget (CAR) Cash from Financing Activities (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Cash from Financing Activities across 18 years of filings, most recently posting $1.4 billion for Q2 2026.
- In Q2 2026, Cash from Financing Activities fell 39.11% year-over-year to $1.4 billion; the TTM figure through Jun 2026 stood at $10.0 million (down 98.47% YoY), while the FY2025 annual figure was $1.9 billion, up 337.9% from the prior year.
- Cash from Financing Activities came in at $1.4 billion for Q2 2026 at Avis Budget, up from -$822.0 million in the prior quarter.
- In the past five years, Cash from Financing Activities ranged from a high of $2.6 billion in Q2 2023 to a low of -$1.7 billion in Q3 2022.
- Average Cash from Financing Activities over 5 years is $269.2 million, with a median of $74.5 million recorded in 2025.
- Year-over-year, Cash from Financing Activities jumped 2703.33% in 2023 and slumped 938.78% in 2026.
- Over 5 years, Cash from Financing Activities stood at -$222.0 million in 2022, then plunged by 112.61% to -$472.0 million in 2023, then sank by 56.36% to -$738.0 million in 2024, then jumped by 106.91% to $51.0 million in 2025, then jumped by 2733.33% to $1.4 billion in 2026.
- Per Business Quant data, the three most recent Cash from Financing Activities figures were $1.4 billion in Q2 2026, -$822.0 million in Q1 2026, and $51.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | 1.45 Bn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.45 Bn |
| Mar 31, 2026 | -822.00 Mn |
| Dec 31, 2025 | 51.00 Mn |
| Sep 30, 2025 | -664.00 Mn |
| Jun 30, 2025 | 2.37 Bn |
| Mar 31, 2025 | 98.00 Mn |
| Dec 31, 2024 | -738.00 Mn |
| Sep 30, 2024 | -1.08 Bn |
| Jun 30, 2024 | 139.00 Mn |
| Mar 31, 2024 | 897.00 Mn |
| Dec 31, 2023 | -472.00 Mn |
| Sep 30, 2023 | 512.00 Mn |
| Jun 30, 2023 | 2.63 Bn |
| Mar 31, 2023 | 841.00 Mn |
| Dec 31, 2022 | -222.00 Mn |
| Sep 30, 2022 | -1.72 Bn |
| Jun 30, 2022 | 1.55 Bn |
| Mar 31, 2022 | 30.00 Mn |
| Dec 31, 2021 | 109.00 Mn |
| Sep 30, 2021 | -852.00 Mn |
Avis Budget Cash from Financing Activities 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-financing-activities&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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-financing-activities&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();