Avis Budget (CAR) Invested Capital (2009 - 2026)
Avis Budget's (CAR) quarterly Invested Capital came in at $2.6 billion in Q2 2026, down 21.23% year-over-year from $3.3 billion in Q2 2025, and little changed quarter-over-quarter from $2.6 billion in Q1 2026.
Avis Budget (CAR) Invested Capital (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Invested Capital across 18 years of filings, most recently posting $2.6 billion for Q2 2026.
- In Q2 2026, Invested Capital fell 21.23% year-over-year to $2.6 billion; the TTM figure through Jun 2026 stood at $2.6 billion (down 21.23% YoY), while the FY2025 annual figure was $2.9 billion, down 4.29% from the prior year.
- Invested Capital came in at $2.6 billion for Q2 2026 at Avis Budget, roughly flat from $2.6 billion in the prior quarter.
- In the past five years, Invested Capital ranged from a high of $5.8 billion in Q3 2024 to a low of $2.6 billion in Q2 2026.
- Average Invested Capital over 5 years is $3.9 billion, with a median of $4.0 billion recorded in 2022.
- Year-over-year, Invested Capital advanced 21.91% in 2024 and slumped 36.65% in 2025.
- Over 5 years, Invested Capital stood at $4.0 billion in 2022, then gained by 12.06% to $4.5 billion in 2023, then slumped by 31.34% to $3.1 billion in 2024, then declined by 4.29% to $2.9 billion in 2025, then decreased by 10.53% to $2.6 billion in 2026.
- Per Business Quant data, the three most recent Invested Capital figures were $2.6 billion in Q2 2026, $2.6 billion in Q1 2026, and $2.9 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Invested Cap. (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | 2.63 Bn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | 9.97 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.63 Bn |
| Mar 31, 2026 | 2.64 Bn |
| Dec 31, 2025 | 2.94 Bn |
| Sep 30, 2025 | 3.66 Bn |
| Jun 30, 2025 | 3.34 Bn |
| Mar 31, 2025 | 3.13 Bn |
| Dec 31, 2024 | 3.08 Bn |
| Sep 30, 2024 | 5.78 Bn |
| Jun 30, 2024 | 4.78 Bn |
| Mar 31, 2024 | 4.93 Bn |
| Dec 31, 2023 | 4.48 Bn |
| Sep 30, 2023 | 4.74 Bn |
| Jun 30, 2023 | 4.58 Bn |
| Mar 31, 2023 | 4.26 Bn |
| Dec 31, 2022 | 4.00 Bn |
| Sep 30, 2022 | 4.08 Bn |
| Jun 30, 2022 | 4.00 Bn |
| Mar 31, 2022 | 3.72 Bn |
| Dec 31, 2021 | 3.82 Bn |
| Sep 30, 2021 | 3.83 Bn |
Avis Budget Invested Capital 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=invested-capital&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();