Avis Budget (CAR) Goodwill (2009 - 2026)
Avis Budget's (CAR) quarterly Goodwill came in at $1.1 billion in Q2 2026, down 1.59% year-over-year from $1.1 billion in Q2 2025, and little changed quarter-over-quarter from $1.1 billion in Q1 2026.
Avis Budget (CAR) Goodwill (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Goodwill across 18 years of filings, most recently posting $1.1 billion for Q2 2026.
- In Q2 2026, Goodwill fell 1.59% year-over-year to $1.1 billion; the TTM figure through Jun 2026 stood at $1.1 billion (down 1.59% YoY), while the FY2025 annual figure was $1.1 billion, up 5.42% from the prior year.
- Goodwill came in at $1.1 billion for Q2 2026 at Avis Budget, roughly flat from $1.1 billion in the prior quarter.
- In the past five years, Goodwill ranged from a high of $1.1 billion in Q2 2025 to a low of $1.0 billion in Q3 2022.
- Average Goodwill over 5 years is $1.1 billion, with a median of $1.1 billion recorded in 2024.
- Year-over-year, Goodwill decreased 7.45% in 2022 and climbed 5.42% in 2025.
- Over 5 years, Goodwill stood at $1.1 billion in 2022, then climbed by 2.71% to $1.1 billion in 2023, then slipped by 2.55% to $1.1 billion in 2024, then climbed by 5.42% to $1.1 billion in 2025, then slipped by 1.24% to $1.1 billion in 2026.
- Per Business Quant data, the three most recent Goodwill figures were $1.1 billion in Q2 2026, $1.1 billion in Q1 2026, and $1.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 | 1.12 Bn |
| Mar 31, 2026 | 1.12 Bn |
| Dec 31, 2025 | 1.13 Bn |
| Sep 30, 2025 | 1.13 Bn |
| Jun 30, 2025 | 1.13 Bn |
| Mar 31, 2025 | 1.09 Bn |
| Dec 31, 2024 | 1.07 Bn |
| Sep 30, 2024 | 1.11 Bn |
| Jun 30, 2024 | 1.09 Bn |
| Mar 31, 2024 | 1.09 Bn |
| Dec 31, 2023 | 1.10 Bn |
| Sep 30, 2023 | 1.08 Bn |
| Jun 30, 2023 | 1.08 Bn |
| Mar 31, 2023 | 1.08 Bn |
| Dec 31, 2022 | 1.07 Bn |
| Sep 30, 2022 | 1.03 Bn |
| Jun 30, 2022 | 1.07 Bn |
| Mar 31, 2022 | 1.10 Bn |
| Dec 31, 2021 | 1.11 Bn |
| Sep 30, 2021 | 1.11 Bn |
Avis Budget Goodwill 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=goodwill&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "goodwill", "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=goodwill&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();