Avis Budget (CAR) Other Non Operating Income (2010 - 2026)
Avis Budget's (CAR) quarterly Other Non Operating Income came in at -$3.0 million in Q2 2026, little changed year-over-year from -$3.0 million in Q2 2025, and little changed quarter-over-quarter from -$3.0 million in Q3 2025.
Avis Budget (CAR) Other Non Operating Income (2010 - 2026) Analysis & Trends
Avis Budget has disclosed Other Non Operating Income across 14 years of filings, most recently posting -$3.0 million for Q2 2026.
- In Q2 2026, Other Non Operating Income changed 0.0% year-over-year to -$3.0 million; the TTM figure through Jun 2026 stood at -$9.0 million (up 59.09% YoY), while the FY2025 annual figure was -$6.0 million, up 68.42% from the prior year.
- Other Non Operating Income came in at -$3.0 million for Q2 2026 at Avis Budget, roughly flat from -$3.0 million in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of -$1.0 million in Q3 2023 to a low of -$18.0 million in Q4 2024.
- Average Other Non Operating Income over 4 years is -$4.7 million, with a median of -$3.0 million recorded in 2025.
- Year-over-year, Other Non Operating Income sank 350.0% in 2024 and changed 0.0% in 2026.
- Over 4 years, Other Non Operating Income stood at -$4.0 million in 2023, then slumped by 350.0% to -$18.0 million in 2024, then soared by 83.33% to -$3.0 million in 2025, then changed by 0.0% to -$3.0 million in 2026.
- Per Business Quant data, the three most recent Other Non Operating Income figures were -$3.0 million in Q2 2026, -$3.0 million in Q3 2025, and -$3.0 million in Q2 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 | -3.00 Mn |
| Sep 30, 2025 | -3.00 Mn |
| Jun 30, 2025 | -3.00 Mn |
| Dec 31, 2024 | -18.00 Mn |
| Jun 30, 2024 | -1.00 Mn |
| Dec 31, 2023 | -4.00 Mn |
| Sep 30, 2023 | -1.00 Mn |
| Sep 30, 2021 | -7.00 Mn |
| Mar 31, 2021 | -129.00 Mn |
| Sep 30, 2020 | -2.00 Mn |
| Jun 30, 2020 | -3.00 Mn |
| Mar 31, 2020 | -4.00 Mn |
| Dec 31, 2019 | -2.00 Mn |
| Sep 30, 2019 | -10.00 Mn |
| Dec 31, 2018 | -14.00 Mn |
| Mar 31, 2018 | -5.00 Mn |
| Mar 31, 2017 | -3.00 Mn |
| Dec 31, 2016 | -17.00 Mn |
| Jun 30, 2016 | -10.00 Mn |
| Dec 31, 2015 | -46.00 Mn |
Avis Budget Other Non Operating 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=other-non-operating-income&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-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=other-non-operating-income&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();