Avis Budget (CAR) Income towards Parent Company (2009 - 2026)
Avis Budget's (CAR) quarterly Income towards Parent Company 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) Income towards Parent Company (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Income towards Parent Company across 18 years of filings, most recently posting $63.0 million for Q2 2026.
- In Q2 2026, Income towards Parent Company 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.
- Income towards Parent Company 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, Income towards Parent Company ranged from a high of $1.0 billion in Q3 2022 to a low of -$2.0 billion in Q4 2024.
- Average Income towards Parent Company over 5 years is $78.2 million, with a median of $249.0 million recorded in 2023.
- Year-over-year, Income towards Parent Company tumbled 852.69% in 2024 and soared 1160.0% in 2026.
- Over 5 years, Income towards Parent Company 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 Income towards Parent Company 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) |
|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 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 Income towards Parent Company 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=income-towards-parent-company&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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=income-towards-parent-company&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();