Avis Budget (CAR) Enterprise Value (2009 - 2026)
Avis Budget's (CAR) quarterly Enterprise Value came in at $4.8 billion in Q2 2026, down 11.24% year-over-year from $5.4 billion in Q2 2025, and up 1.41% quarter-over-quarter from $4.7 billion in Q1 2026.
Avis Budget (CAR) Enterprise Value (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Enterprise Value across 18 years of filings, most recently posting $4.8 billion for Q2 2026.
- In Q2 2026, Enterprise Value fell 11.24% year-over-year to $4.8 billion; the TTM figure through Jun 2026 stood at $4.8 billion (down 11.24% YoY), while the FY2025 annual figure was $4.1 billion, up 76.88% from the prior year.
- Enterprise Value came in at $4.8 billion for Q2 2026 at Avis Budget, up from $4.7 billion in the prior quarter.
- In the past five years, Enterprise Value ranged from a high of $12.2 billion in Q1 2022 to a low of $2.2 billion in Q1 2025.
- Average Enterprise Value over 5 years is $5.3 billion, with a median of $5.3 billion recorded in 2025.
- Year-over-year, Enterprise Value jumped 171.02% in 2022 and plunged 61.11% in 2024.
- Over 5 years, Enterprise Value stood at $5.9 billion in 2022, then retreated by 2.79% to $5.7 billion in 2023, then plunged by 59.81% to $2.3 billion in 2024, then surged by 76.88% to $4.1 billion in 2025, then gained by 17.94% to $4.8 billion in 2026.
- Per Business Quant data, the three most recent Enterprise Value figures were $4.8 billion in Q2 2026, $4.7 billion in Q1 2026, and $4.1 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.81 Bn |
| Mar 31, 2026 | 4.74 Bn |
| Dec 31, 2025 | 4.08 Bn |
| Sep 30, 2025 | 5.11 Bn |
| Jun 30, 2025 | 5.42 Bn |
| Mar 31, 2025 | 2.17 Bn |
| Dec 31, 2024 | 2.31 Bn |
| Sep 30, 2024 | 2.48 Bn |
| Jun 30, 2024 | 3.22 Bn |
| Mar 31, 2024 | 3.85 Bn |
| Dec 31, 2023 | 5.74 Bn |
| Sep 30, 2023 | 5.94 Bn |
| Jun 30, 2023 | 8.29 Bn |
| Mar 31, 2023 | 7.20 Bn |
| Dec 31, 2022 | 5.90 Bn |
| Sep 30, 2022 | 5.58 Bn |
| Jun 30, 2022 | 6.50 Bn |
| Mar 31, 2022 | 12.17 Bn |
| Dec 31, 2021 | 10.63 Bn |
| Sep 30, 2021 | 5.70 Bn |
Avis Budget Enterprise Value 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=enterprise-value&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();