Avis Budget (CAR) Income from Non-Controlling Interests (2010 - 2026)
Avis Budget's (CAR) quarterly Income from Non-Controlling Interests came in at $28.0 million in Q2 2026, up 2700.0% year-over-year from $1.0 million in Q2 2025, and down 42.86% quarter-over-quarter from $49.0 million in Q1 2026.
Avis Budget (CAR) Income from Non-Controlling Interests (2010 - 2026) Analysis & Trends
Avis Budget has disclosed Income from Non-Controlling Interests across 8 years of filings, most recently posting $28.0 million for Q2 2026.
- In Q2 2026, Income from Non-Controlling Interests rose 2700.0% year-over-year to $28.0 million; the TTM figure through Jun 2026 stood at -$31.0 million (down 875.0% YoY), while the FY2025 annual figure was -$106.0 million, down 2750.0% from the prior year.
- Income from Non-Controlling Interests came in at $28.0 million for Q2 2026 at Avis Budget, down from $49.0 million in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of $49.0 million in Q1 2026 to a low of -$109.0 million in Q4 2025.
- Average Income from Non-Controlling Interests over 5 years is -$1.8 million, with a median of $1.0 million recorded in 2022.
- Year-over-year, Income from Non-Controlling Interests slumped 11000.0% in 2025 and jumped 4800.0% in 2026.
- Over 5 years, Income from Non-Controlling Interests stood at $1.0 million in 2022, then changed by 0.0% to $1.0 million in 2023, then changed by 0.0% to $1.0 million in 2024, then tumbled by 11000.0% to -$109.0 million in 2025, then surged by 125.69% to $28.0 million in 2026.
- Per Business Quant data, the three most recent Income from Non-Controlling Interests figures were $28.0 million in Q2 2026, $49.0 million in Q1 2026, and -$109.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | 28.00 Mn |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 28.00 Mn |
| Mar 31, 2026 | 49.00 Mn |
| Dec 31, 2025 | -109.00 Mn |
| Sep 30, 2025 | 1.00 Mn |
| Jun 30, 2025 | 1.00 Mn |
| Mar 31, 2025 | 1.00 Mn |
| Dec 31, 2024 | 1.00 Mn |
| Sep 30, 2024 | 1.00 Mn |
| Jun 30, 2024 | 1.00 Mn |
| Mar 31, 2024 | 1.00 Mn |
| Dec 31, 2023 | 1.00 Mn |
| Sep 30, 2023 | 1.00 Mn |
| Jun 30, 2023 | 1.00 Mn |
| Dec 31, 2022 | 1.00 Mn |
| Sep 30, 2022 | -3.00 Mn |
| Jun 30, 2022 | -4.00 Mn |
| Mar 31, 2022 | -2.00 Mn |
| Dec 31, 2021 | -1.00 Mn |
| Sep 30, 2021 | -1.00 Mn |
| Sep 30, 2011 | 1.00 Mn |
Avis Budget Income from Non-Controlling Interests 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-from-non-controlling-interests&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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-from-non-controlling-interests&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();