Avis Budget (CAR) Asset Utilization Ratio (2010 - 2026)
Avis Budget's (CAR) quarterly Asset Utilization Ratio came in at 0.37 in Q2 2026, down 1.97% year-over-year from 0.38 in Q2 2025, and down 2.04% quarter-over-quarter from 0.38 in Q1 2026.
Avis Budget (CAR) Asset Utilization Ratio (2010 - 2026) Analysis & Trends
Avis Budget has disclosed Asset Utilization Ratio across 17 years of filings, most recently posting 0.37 for Q2 2026.
- In Q2 2026, Asset Utilization Ratio fell 1.97% year-over-year to 0.37; the TTM figure through Jun 2026 stood at 0.37 (down 1.97% YoY), while the FY2025 annual figure was 0.39, up 0.99% from the prior year.
- Asset Utilization Ratio came in at 0.37 for Q2 2026 at Avis Budget, down from 0.38 in the prior quarter.
- In the past five years, Asset Utilization Ratio ranged from a high of 0.47 in Q4 2022 to a low of 0.35 in Q2 2024.
- Average Asset Utilization Ratio over 5 years is 0.4, with a median of 0.38 recorded in 2025.
- Year-over-year, Asset Utilization Ratio surged 61.73% in 2022 and retreated 21.1% in 2023.
- Over 5 years, Asset Utilization Ratio stood at 0.47 in 2022, then dropped by 21.1% to 0.37 in 2023, then gained by 3.07% to 0.38 in 2024, then retreated by 4.24% to 0.37 in 2025, then gained by 1.85% to 0.37 in 2026.
- Per Business Quant data, the three most recent Asset Utilization Ratio figures were 0.37 in Q2 2026, 0.38 in Q1 2026, and 0.37 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Asset Util. (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | 0.37 |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.37 |
| Mar 31, 2026 | 0.38 |
| Dec 31, 2025 | 0.37 |
| Sep 30, 2025 | 0.36 |
| Jun 30, 2025 | 0.38 |
| Mar 31, 2025 | 0.40 |
| Dec 31, 2024 | 0.38 |
| Sep 30, 2024 | 0.36 |
| Jun 30, 2024 | 0.35 |
| Mar 31, 2024 | 0.36 |
| Dec 31, 2023 | 0.37 |
| Sep 30, 2023 | 0.38 |
| Jun 30, 2023 | 0.41 |
| Mar 31, 2023 | 0.45 |
| Dec 31, 2022 | 0.47 |
| Sep 30, 2022 | 0.46 |
| Jun 30, 2022 | 0.45 |
| Mar 31, 2022 | 0.45 |
| Dec 31, 2021 | 0.42 |
| Sep 30, 2021 | 0.37 |
Avis Budget Asset Utilization Ratio 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=asset-utilization-ratio&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();