Avis Budget (CAR) Profit After Tax (2009 - 2026)
Avis Budget's (CAR) quarterly Profit After Tax came in at $63.0 million in Q2 2026, down 11.27% year-over-year from $71.0 million in Q2 2025, and up 122.26% quarter-over-quarter from -$283.0 million in Q1 2026.
Avis Budget (CAR) Profit After Tax (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Profit After Tax across 18 years of filings, most recently posting $63.0 million for Q2 2026.
- In Q2 2026, Profit After Tax fell 11.27% year-over-year to $63.0 million; the TTM figure through Jun 2026 stood at -$713.0 million (up 66.6% YoY), while the FY2025 annual figure was -$995.0 million, up 45.36% from the prior year.
- Profit After Tax came in at $63.0 million for Q2 2026 at Avis Budget, up from -$283.0 million in the prior quarter.
- In the past five years, Profit After Tax ranged from a high of $1.0 billion in Q3 2022 to a low of -$2.0 billion in Q4 2024.
- Average Profit After Tax over 5 years is $81.7 million, with a median of $260.0 million recorded in 2023.
- Year-over-year, Profit After Tax soared 434.12% in 2022 and plunged 854.23% in 2024.
- Over 5 years, Profit After Tax stood at $423.0 million in 2022, then slumped by 38.53% to $260.0 million in 2023, then sank by 854.23% to -$2.0 billion in 2024, then surged by 56.5% to -$853.0 million in 2025, then surged by 107.39% to $63.0 million in 2026.
- Per Business Quant data, the three most recent Profit After Tax figures were $63.0 million in Q2 2026, -$283.0 million in Q1 2026, and -$853.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | 63.00 Mn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 63.00 Mn |
| Mar 31, 2026 | -283.00 Mn |
| Dec 31, 2025 | -853.00 Mn |
| Sep 30, 2025 | 360.00 Mn |
| Jun 30, 2025 | 71.00 Mn |
| Mar 31, 2025 | -505.00 Mn |
| Dec 31, 2024 | -1.96 Bn |
| Sep 30, 2024 | 260.00 Mn |
| Jun 30, 2024 | 19.00 Mn |
| Mar 31, 2024 | -158.00 Mn |
| Dec 31, 2023 | 260.00 Mn |
| Sep 30, 2023 | 627.00 Mn |
| Jun 30, 2023 | 456.00 Mn |
| Mar 31, 2023 | 312.00 Mn |
| Dec 31, 2022 | 423.00 Mn |
| Sep 30, 2022 | 1.03 Bn |
| Jun 30, 2022 | 778.00 Mn |
| Mar 31, 2022 | 568.00 Mn |
| Dec 31, 2021 | 371.00 Mn |
| Sep 30, 2021 | 675.00 Mn |
Avis Budget Profit After Tax 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=profit-after-tax&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();