Avis Budget (CAR) Current Assets (2009 - 2026)
Avis Budget's (CAR) quarterly Current Assets came in at $2.5 billion in Q2 2026, up 2.12% year-over-year from $2.5 billion in Q2 2025, and up 15.1% quarter-over-quarter from $2.2 billion in Q1 2026.
Avis Budget (CAR) Current Assets (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Current Assets across 18 years of filings, most recently posting $2.5 billion for Q2 2026.
- In Q2 2026, Current Assets rose 2.12% year-over-year to $2.5 billion; the TTM figure through Jun 2026 stood at $2.5 billion (up 2.12% YoY), while the FY2025 annual figure was $2.1 billion, up 2.9% from the prior year.
- Current Assets came in at $2.5 billion for Q2 2026 at Avis Budget, up from $2.2 billion in the prior quarter.
- In the past five years, Current Assets ranged from a high of $2.5 billion in Q2 2026 to a low of $1.8 billion in Q1 2022.
- Average Current Assets over 5 years is $2.2 billion, with a median of $2.2 billion recorded in 2025.
- Year-over-year, Current Assets slipped 24.52% in 2022 and grew 17.65% in 2024.
- Over 5 years, Current Assets stood at $1.9 billion in 2022, then gained by 13.41% to $2.1 billion in 2023, then slipped by 4.91% to $2.0 billion in 2024, then climbed by 2.9% to $2.1 billion in 2025, then grew by 19.83% to $2.5 billion in 2026.
- Per Business Quant data, the three most recent Current Assets figures were $2.5 billion in Q2 2026, $2.2 billion in Q1 2026, and $2.1 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | 2.51 Bn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.51 Bn |
| Mar 31, 2026 | 2.18 Bn |
| Dec 31, 2025 | 2.09 Bn |
| Sep 30, 2025 | 2.24 Bn |
| Jun 30, 2025 | 2.46 Bn |
| Mar 31, 2025 | 2.14 Bn |
| Dec 31, 2024 | 2.03 Bn |
| Sep 30, 2024 | 2.32 Bn |
| Jun 30, 2024 | 2.46 Bn |
| Mar 31, 2024 | 2.33 Bn |
| Dec 31, 2023 | 2.14 Bn |
| Sep 30, 2023 | 2.23 Bn |
| Jun 30, 2023 | 2.23 Bn |
| Mar 31, 2023 | 1.98 Bn |
| Dec 31, 2022 | 1.89 Bn |
| Sep 30, 2022 | 1.98 Bn |
| Jun 30, 2022 | 2.07 Bn |
| Mar 31, 2022 | 1.77 Bn |
| Dec 31, 2021 | 1.85 Bn |
| Sep 30, 2021 | 2.27 Bn |
Avis Budget Current 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=current-assets&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-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=current-assets&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();