Avis Budget (CAR) EBT (2009 - 2026)
Avis Budget's (CAR) quarterly EBT came in at $73.0 million in Q2 2026, up 386.67% year-over-year from $15.0 million in Q2 2025, and up 121.47% quarter-over-quarter from -$340.0 million in Q1 2026.
Avis Budget (CAR) EBT (2009 - 2026) Analysis & Trends
Avis Budget has disclosed EBT across 18 years of filings, most recently posting $73.0 million for Q2 2026.
- In Q2 2026, EBT rose 386.67% year-over-year to $73.0 million; the TTM figure through Jun 2026 stood at -$534.0 million (up 83.18% YoY), while the FY2025 annual figure was -$929.0 million, up 64.64% from the prior year.
- EBT came in at $73.0 million for Q2 2026 at Avis Budget, up from -$340.0 million in the prior quarter.
- In the past five years, EBT ranged from a high of $1.3 billion in Q3 2022 to a low of -$2.8 billion in Q4 2024.
- Average EBT over 5 years is $95.9 million, with a median of $245.5 million recorded in 2023.
- Year-over-year, EBT tumbled 1853.7% in 2024 and surged 386.67% in 2026.
- Over 5 years, EBT stood at $516.0 million in 2022, then plunged by 68.6% to $162.0 million in 2023, then plunged by 1853.7% to -$2.8 billion in 2024, then surged by 73.95% to -$740.0 million in 2025, then soared by 109.86% to $73.0 million in 2026.
- Per Business Quant data, the three most recent EBT figures were $73.0 million in Q2 2026, -$340.0 million in Q1 2026, and -$740.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | 73.00 Mn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 73.00 Mn |
| Mar 31, 2026 | -340.00 Mn |
| Dec 31, 2025 | -740.00 Mn |
| Sep 30, 2025 | 473.00 Mn |
| Jun 30, 2025 | 15.00 Mn |
| Mar 31, 2025 | -677.00 Mn |
| Dec 31, 2024 | -2.84 Bn |
| Sep 30, 2024 | 329.00 Mn |
| Jun 30, 2024 | 27.00 Mn |
| Mar 31, 2024 | -142.00 Mn |
| Dec 31, 2023 | 162.00 Mn |
| Sep 30, 2023 | 757.00 Mn |
| Jun 30, 2023 | 598.00 Mn |
| Mar 31, 2023 | 397.00 Mn |
| Dec 31, 2022 | 516.00 Mn |
| Sep 30, 2022 | 1.34 Bn |
| Jun 30, 2022 | 1.08 Bn |
| Mar 31, 2022 | 695.00 Mn |
| Dec 31, 2021 | 543.00 Mn |
| Sep 30, 2021 | 929.00 Mn |
Avis Budget EBT 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=ebt&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();