Avis Budget (CAR) Assets (2009 - 2026)
Avis Budget's (CAR) quarterly Assets came in at $32.3 billion in Q2 2026, little changed year-over-year from $32.4 billion in Q2 2025, and up 5.64% quarter-over-quarter from $30.6 billion in Q1 2026.
Avis Budget (CAR) Assets (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Assets across 18 years of filings, most recently posting $32.3 billion for Q2 2026.
- In Q2 2026, Assets changed 0.13% year-over-year to $32.3 billion; the TTM figure through Jun 2026 stood at $32.3 billion (changed 0.13% YoY), while the FY2025 annual figure was $31.3 billion, up 7.63% from the prior year.
- Assets came in at $32.3 billion for Q2 2026 at Avis Budget, up from $30.6 billion in the prior quarter.
- In the past five years, Assets ranged from a high of $33.9 billion in Q2 2024 to a low of $23.6 billion in Q1 2022.
- Average Assets over 5 years is $30.1 billion, with a median of $31.3 billion recorded in 2023.
- Year-over-year, Assets increased 28.21% in 2023 and fell 13.37% in 2025.
- Over 5 years, Assets stood at $25.9 billion in 2022, then gained by 25.62% to $32.6 billion in 2023, then fell by 10.83% to $29.0 billion in 2024, then gained by 7.63% to $31.3 billion in 2025, then increased by 3.43% to $32.3 billion in 2026.
- Per Business Quant data, the three most recent Assets figures were $32.3 billion in Q2 2026, $30.6 billion in Q1 2026, and $31.3 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | 32.33 Bn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | 21.50 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 32.33 Bn |
| Mar 31, 2026 | 30.60 Bn |
| Dec 31, 2025 | 31.26 Bn |
| Sep 30, 2025 | 32.52 Bn |
| Jun 30, 2025 | 32.37 Bn |
| Mar 31, 2025 | 29.04 Bn |
| Dec 31, 2024 | 29.04 Bn |
| Sep 30, 2024 | 32.75 Bn |
| Jun 30, 2024 | 33.88 Bn |
| Mar 31, 2024 | 33.53 Bn |
| Dec 31, 2023 | 32.57 Bn |
| Sep 30, 2023 | 32.30 Bn |
| Jun 30, 2023 | 31.40 Bn |
| Mar 31, 2023 | 27.39 Bn |
| Dec 31, 2022 | 25.93 Bn |
| Sep 30, 2022 | 25.20 Bn |
| Jun 30, 2022 | 26.10 Bn |
| Mar 31, 2022 | 23.57 Bn |
| Dec 31, 2021 | 22.60 Bn |
| Sep 30, 2021 | 21.61 Bn |
Avis Budget Assets 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=assets&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets", "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=assets&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();