Avis Budget (CAR) EPS (Basic) (2009 - 2026)
Avis Budget's (CAR) quarterly EPS (Basic) came in at $1.78 in Q2 2026, up 1156.43% year-over-year from $0.14 in Q2 2025, and up 126.92% quarter-over-quarter from -$6.63 in Q1 2026.
Avis Budget (CAR) EPS (Basic) (2009 - 2026) Analysis & Trends
Avis Budget has disclosed EPS (Basic) across 18 years of filings, most recently posting $1.78 for Q2 2026.
- In Q2 2026, EPS (Basic) rose 1156.43% year-over-year to $1.78; the TTM figure through Jun 2026 stood at -$18.9 (up 70.01% YoY), while the FY2025 annual figure was -$28.27, up 44.77% from the prior year.
- EPS (Basic) came in at $1.78 for Q2 2026 at Avis Budget, up from -$6.63 in the prior quarter.
- In the past five years, EPS (Basic) ranged from a high of $22.03 in Q3 2022 to a low of -$55.13 in Q4 2024.
- Average EPS (Basic) over 5 years is $0.86, with a median of $6.75 recorded in 2024.
- Year-over-year, EPS (Basic) plunged 912.06% in 2024 and surged 1156.43% in 2026.
- Over 5 years, EPS (Basic) stood at $8.96 in 2022, then retreated by 24.27% to $6.79 in 2023, then plunged by 912.06% to -$55.13 in 2024, then surged by 55.89% to -$24.32 in 2025, then surged by 107.34% to $1.78 in 2026.
- Per Business Quant data, the three most recent EPS (Basic) figures were $1.78 in Q2 2026, -$6.63 in Q1 2026, and -$24.32 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | 1.78 |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.78 |
| Mar 31, 2026 | -6.63 |
| Dec 31, 2025 | -24.32 |
| Sep 30, 2025 | 10.23 |
| Jun 30, 2025 | 0.14 |
| Mar 31, 2025 | -14.32 |
| Dec 31, 2024 | -55.13 |
| Sep 30, 2024 | 6.70 |
| Jun 30, 2024 | 0.42 |
| Mar 31, 2024 | -3.17 |
| Dec 31, 2023 | 6.79 |
| Sep 30, 2023 | 16.99 |
| Jun 30, 2023 | 11.15 |
| Mar 31, 2023 | 7.88 |
| Dec 31, 2022 | 8.96 |
| Sep 30, 2022 | 22.03 |
| Jun 30, 2022 | 15.96 |
| Mar 31, 2022 | 9.92 |
| Dec 31, 2021 | 5.87 |
| Sep 30, 2021 | 10.58 |
Avis Budget EPS (Basic) 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=eps-basic&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();