Avis Budget (CAR) Divestments (2009 - 2026)
Avis Budget's (CAR) quarterly Divestments came in at $2.4 billion in Q2 2026, up 24.89% year-over-year from $1.9 billion in Q2 2025, and down 37.44% quarter-over-quarter from $3.8 billion in Q1 2026.
Avis Budget (CAR) Divestments (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Divestments across 18 years of filings, most recently posting $2.4 billion for Q2 2026.
- In Q2 2026, Divestments rose 24.89% year-over-year to $2.4 billion; the TTM figure through Jun 2026 stood at $11.6 billion (up 45.52% YoY), while the FY2025 annual figure was $10.4 billion, up 40.74% from the prior year.
- Divestments came in at $2.4 billion for Q2 2026 at Avis Budget, down from $3.8 billion in the prior quarter.
- In the past five years, Divestments ranged from a high of $3.8 billion in Q1 2026 to a low of $978.0 million in Q2 2022.
- Average Divestments over 5 years is $2.2 billion, with a median of $2.1 billion recorded in 2022.
- Year-over-year, Divestments soared 160.5% in 2022 and sank 42.41% in 2024.
- Over 5 years, Divestments stood at $2.0 billion in 2022, then climbed by 14.96% to $2.3 billion in 2023, then fell by 24.21% to $1.7 billion in 2024, then jumped by 83.8% to $3.2 billion in 2025, then declined by 26.0% to $2.4 billion in 2026.
- Per Business Quant data, the three most recent Divestments figures were $2.4 billion in Q2 2026, $3.8 billion in Q1 2026, and $3.2 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Divestments (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | 2.37 Bn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.37 Bn |
| Mar 31, 2026 | 3.79 Bn |
| Dec 31, 2025 | 3.20 Bn |
| Sep 30, 2025 | 2.22 Bn |
| Jun 30, 2025 | 1.90 Bn |
| Mar 31, 2025 | 3.09 Bn |
| Dec 31, 2024 | 1.74 Bn |
| Sep 30, 2024 | 1.23 Bn |
| Jun 30, 2024 | 1.82 Bn |
| Mar 31, 2024 | 2.61 Bn |
| Dec 31, 2023 | 2.30 Bn |
| Sep 30, 2023 | 2.13 Bn |
| Jun 30, 2023 | 1.69 Bn |
| Mar 31, 2023 | 2.28 Bn |
| Dec 31, 2022 | 2.00 Bn |
| Sep 30, 2022 | 2.01 Bn |
| Jun 30, 2022 | 978.00 Mn |
| Mar 31, 2022 | 1.62 Bn |
| Dec 31, 2021 | 767.00 Mn |
| Sep 30, 2021 | 1.00 Bn |
Avis Budget Divestments 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=divestments&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "divestments", "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=divestments&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();