Avis Budget (CAR) Revenue (2009 - 2026)
Avis Budget's (CAR) quarterly Revenue came in at $3.0 billion in Q2 2026, down 1.35% year-over-year from $3.0 billion in Q2 2025, and up 18.5% quarter-over-quarter from $2.5 billion in Q1 2026.
Avis Budget (CAR) Revenue (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Revenue across 18 years of filings, most recently posting $3.0 billion for Q2 2026.
- In Q2 2026, Revenue fell 1.35% year-over-year to $3.0 billion; the TTM figure through Jun 2026 stood at $11.7 billion (changed 0.45% YoY), while the FY2025 annual figure was $11.7 billion, down 1.16% from the prior year.
- Revenue came in at $3.0 billion for Q2 2026 at Avis Budget, up from $2.5 billion in the prior quarter.
- In the past five years, Revenue ranged from a high of $3.6 billion in Q3 2023 to a low of $2.4 billion in Q1 2025.
- Average Revenue over 5 years is $2.9 billion, with a median of $2.9 billion recorded in 2022.
- Year-over-year, Revenue soared 77.26% in 2022 and dropped 4.74% in 2025.
- Over 5 years, Revenue stood at $2.8 billion in 2022, then fell by 0.25% to $2.8 billion in 2023, then fell by 1.95% to $2.7 billion in 2024, then dropped by 1.7% to $2.7 billion in 2025, then advanced by 12.54% to $3.0 billion in 2026.
- Per Business Quant data, the three most recent Revenue figures were $3.0 billion in Q2 2026, $2.5 billion in Q1 2026, and $2.7 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Revenue (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | 3.00 Bn |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.00 Bn |
| Mar 31, 2026 | 2.53 Bn |
| Dec 31, 2025 | 2.66 Bn |
| Sep 30, 2025 | 3.52 Bn |
| Jun 30, 2025 | 3.04 Bn |
| Mar 31, 2025 | 2.43 Bn |
| Dec 31, 2024 | 2.71 Bn |
| Sep 30, 2024 | 3.48 Bn |
| Jun 30, 2024 | 3.05 Bn |
| Mar 31, 2024 | 2.55 Bn |
| Dec 31, 2023 | 2.76 Bn |
| Sep 30, 2023 | 3.56 Bn |
| Jun 30, 2023 | 3.12 Bn |
| Mar 31, 2023 | 2.56 Bn |
| Dec 31, 2022 | 2.77 Bn |
| Sep 30, 2022 | 3.55 Bn |
| Jun 30, 2022 | 3.24 Bn |
| Mar 31, 2022 | 2.43 Bn |
| Dec 31, 2021 | 2.57 Bn |
| Sep 30, 2021 | 3.00 Bn |
Avis Budget Revenue 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=revenue&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "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=revenue&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();