Avis Budget (CAR) Consolidated Net Income (2009 - 2026)
Avis Budget's (CAR) quarterly Consolidated Net Income came in at $63.0 million in Q2 2026, up 1160.0% year-over-year from $5.0 million in Q2 2025, and up 126.92% quarter-over-quarter from -$234.0 million in Q1 2026.
Avis Budget (CAR) Consolidated Net Income (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Consolidated Net Income across 18 years of filings, most recently posting $63.0 million for Q2 2026.
- In Q2 2026, Consolidated Net Income rose 1160.0% year-over-year to $63.0 million; the TTM figure through Jun 2026 stood at -$667.0 million (up 69.93% YoY), while the FY2025 annual figure was -$995.0 million, up 45.24% from the prior year.
- Consolidated Net Income came in at $63.0 million for Q2 2026 at Avis Budget, up from -$234.0 million in the prior quarter.
- In the past five years, Consolidated Net Income ranged from a high of $1.0 billion in Q3 2022 to a low of -$2.0 billion in Q4 2024.
- Average Consolidated Net Income over 5 years is $78.2 million, with a median of $249.0 million recorded in 2023.
- Year-over-year, Consolidated Net Income tumbled 852.69% in 2024 and soared 1160.0% in 2026.
- Over 5 years, Consolidated Net Income stood at $424.0 million in 2022, then plunged by 38.68% to $260.0 million in 2023, then plunged by 852.69% to -$2.0 billion in 2024, then surged by 56.26% to -$856.0 million in 2025, then soared by 107.36% to $63.0 million in 2026.
- Per Business Quant data, the three most recent Consolidated Net Income figures were $63.0 million in Q2 2026, -$234.0 million in Q1 2026, and -$856.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Consol Net Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | 63.00 Mn |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 63.00 Mn |
| Mar 31, 2026 | -234.00 Mn |
| Dec 31, 2025 | -856.00 Mn |
| Sep 30, 2025 | 360.00 Mn |
| Jun 30, 2025 | 5.00 Mn |
| Mar 31, 2025 | -504.00 Mn |
| Dec 31, 2024 | -1.96 Bn |
| Sep 30, 2024 | 238.00 Mn |
| Jun 30, 2024 | 15.00 Mn |
| Mar 31, 2024 | -113.00 Mn |
| Dec 31, 2023 | 260.00 Mn |
| Sep 30, 2023 | 627.00 Mn |
| Jun 30, 2023 | 436.00 Mn |
| Mar 31, 2023 | 312.00 Mn |
| Dec 31, 2022 | 424.00 Mn |
| Sep 30, 2022 | 1.03 Bn |
| Jun 30, 2022 | 774.00 Mn |
| Mar 31, 2022 | 527.00 Mn |
| Dec 31, 2021 | 381.00 Mn |
| Sep 30, 2021 | 674.00 Mn |
Avis Budget Consolidated Net Income 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=consolidated-net-income&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "consolidated-net-income", "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=consolidated-net-income&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();