Avis Budget (CAR) EBIT (2009 - 2026)
Avis Budget's (CAR) quarterly EBIT came in at $413.0 million in Q2 2026, up 16.67% year-over-year from $354.0 million in Q2 2025, and up 20750.0% quarter-over-quarter from -$2.0 million in Q1 2026.
Avis Budget (CAR) EBIT (2009 - 2026) Analysis & Trends
Avis Budget has disclosed EBIT across 18 years of filings, most recently posting $413.0 million for Q2 2026.
- In Q2 2026, EBIT rose 16.67% year-over-year to $413.0 million; the TTM figure through Jun 2026 stood at $838.0 million (up 144.5% YoY), while the FY2025 annual figure was $411.0 million, up 130.95% from the prior year.
- EBIT came in at $413.0 million for Q2 2026 at Avis Budget, up from -$2.0 million in the prior quarter.
- In the past five years, EBIT ranged from a high of $1.5 billion in Q3 2022 to a low of -$2.5 billion in Q4 2024.
- Average EBIT over 5 years is $373.8 million, with a median of $531.5 million recorded in 2023.
- Year-over-year, EBIT soared 823.68% in 2022 and plunged 650.43% in 2024.
- Over 5 years, EBIT stood at $706.0 million in 2022, then sank by 34.84% to $460.0 million in 2023, then sank by 650.43% to -$2.5 billion in 2024, then soared by 84.08% to -$403.0 million in 2025, then soared by 202.48% to $413.0 million in 2026.
- Per Business Quant data, the three most recent EBIT figures were $413.0 million in Q2 2026, -$2.0 million in Q1 2026, and -$403.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBIT (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | 413.00 Mn |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 413.00 Mn |
| Mar 31, 2026 | -2.00 Mn |
| Dec 31, 2025 | -403.00 Mn |
| Sep 30, 2025 | 830.00 Mn |
| Jun 30, 2025 | 354.00 Mn |
| Mar 31, 2025 | -370.00 Mn |
| Dec 31, 2024 | -2.53 Bn |
| Sep 30, 2024 | 665.00 Mn |
| Jun 30, 2024 | 359.00 Mn |
| Mar 31, 2024 | 180.00 Mn |
| Dec 31, 2023 | 460.00 Mn |
| Sep 30, 2023 | 1.05 Bn |
| Jun 30, 2023 | 838.00 Mn |
| Mar 31, 2023 | 603.00 Mn |
| Dec 31, 2022 | 706.00 Mn |
| Sep 30, 2022 | 1.51 Bn |
| Jun 30, 2022 | 1.24 Bn |
| Mar 31, 2022 | 825.00 Mn |
| Dec 31, 2021 | 675.00 Mn |
| Sep 30, 2021 | 1.06 Bn |
Avis Budget EBIT 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=ebit&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit", "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=ebit&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();