Avis Budget (CAR) Cash from Investing Activities (2009 - 2026)
Avis Budget's (CAR) quarterly Cash from Investing Activities came in at -$2.0 billion in Q2 2026, up 37.09% year-over-year from -$1.5 billion in Q2 2025, and down 576.4% quarter-over-quarter from $428.0 million in Q1 2026.
Avis Budget (CAR) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Cash from Investing Activities across 18 years of filings, most recently posting -$2.0 billion for Q2 2026.
- In Q2 2026, Cash from Investing Activities rose 37.09% year-over-year to -$2.0 billion; the TTM figure through Jun 2026 stood at -$2.8 billion (up 32.14% YoY), while the FY2025 annual figure was -$5.2 billion, down 87.58% from the prior year.
- Cash from Investing Activities came in at -$2.0 billion for Q2 2026 at Avis Budget, down from $428.0 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $428.0 million in Q1 2026 to a low of -$3.5 billion in Q2 2023.
- Average Cash from Investing Activities over 5 years is -$1.2 billion, with a median of -$880.0 million recorded in 2022.
- Year-over-year, Cash from Investing Activities tumbled 794.74% in 2025 and jumped 159.86% in 2026.
- Over 5 years, Cash from Investing Activities stood at -$723.0 million in 2022, then jumped by 42.46% to -$416.0 million in 2023, then soared by 86.3% to -$57.0 million in 2024, then plunged by 794.74% to -$510.0 million in 2025, then slumped by 299.8% to -$2.0 billion in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$2.0 billion in Q2 2026, $428.0 million in Q1 2026, and -$510.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | -2.04 Bn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.04 Bn |
| Mar 31, 2026 | 428.00 Mn |
| Dec 31, 2025 | -510.00 Mn |
| Sep 30, 2025 | -698.00 Mn |
| Jun 30, 2025 | -3.24 Bn |
| Mar 31, 2025 | -715.00 Mn |
| Dec 31, 2024 | -57.00 Mn |
| Sep 30, 2024 | -141.00 Mn |
| Jun 30, 2024 | -1.04 Bn |
| Mar 31, 2024 | -1.52 Bn |
| Dec 31, 2023 | -416.00 Mn |
| Sep 30, 2023 | -1.72 Bn |
| Jun 30, 2023 | -3.54 Bn |
| Mar 31, 2023 | -1.68 Bn |
| Dec 31, 2022 | -723.00 Mn |
| Sep 30, 2022 | 294.00 Mn |
| Jun 30, 2022 | -2.71 Bn |
| Mar 31, 2022 | -1.17 Bn |
| Dec 31, 2021 | -1.38 Bn |
| Sep 30, 2021 | -896.00 Mn |
Avis Budget Cash from Investing 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-investing-activities&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-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-investing-activities&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();