Avis Budget (CAR) Other Operating Expenses (2009 - 2026)
Avis Budget's (CAR) quarterly Other Operating Expenses came in at -$1.0 million in Q2 2026, up 80.0% year-over-year from -$555555.6 in Q2 2025, and up 83.33% quarter-over-quarter from -$6.0 million in Q1 2026.
Avis Budget (CAR) Other Operating Expenses (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Other Operating Expenses across 18 years of filings, most recently posting -$1.0 million for Q2 2026.
- In Q2 2026, Other Operating Expenses rose 80.0% year-over-year to -$1.0 million; the TTM figure through Jun 2026 stood at -$14.0 million (up 17.65% YoY), while the FY2025 annual figure was -$18.0 million, down 100.0% from the prior year.
- Other Operating Expenses came in at -$1.0 million for Q2 2026 at Avis Budget, up from -$6.0 million in the prior quarter.
- In the past five years, Other Operating Expenses ranged from a high of $9.0 million in Q3 2022 to a low of -$6.0 million in Q1 2025.
- Average Other Operating Expenses over 5 years is -$2.0 million, with a median of -$2.0 million recorded in 2022.
- Year-over-year, Other Operating Expenses plunged 500.0% in 2025 and jumped 80.0% in 2026.
- Over 5 years, Other Operating Expenses stood at -$2.0 million in 2022, then surged by 50.0% to -$1.0 million in 2023, then plunged by 200.0% to -$3.0 million in 2024, then plunged by 66.67% to -$5.0 million in 2025, then jumped by 80.0% to -$1.0 million in 2026.
- Per Business Quant data, the three most recent Other Operating Expenses figures were -$1.0 million in Q2 2026, -$6.0 million in Q1 2026, and -$5.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 | -1.00 Mn |
| Mar 31, 2026 | -6.00 Mn |
| Dec 31, 2025 | -5.00 Mn |
| Sep 30, 2025 | -2.00 Mn |
| Jun 30, 2025 | -5.00 Mn |
| Mar 31, 2025 | -6.00 Mn |
| Dec 31, 2024 | -3.00 Mn |
| Sep 30, 2024 | -3.00 Mn |
| Jun 30, 2024 | -2.00 Mn |
| Mar 31, 2024 | -1.00 Mn |
| Sep 30, 2023 | -1.00 Mn |
| Jun 30, 2023 | -4.00 Mn |
| Mar 31, 2023 | 2.00 Mn |
| Dec 31, 2022 | -2.00 Mn |
| Sep 30, 2022 | 9.00 Mn |
| Jun 30, 2021 | 1.57 Bn |
| Mar 31, 2021 | 1.42 Bn |
| Dec 31, 2020 | 1.31 Bn |
| Sep 30, 2020 | 1.30 Bn |
| Jun 30, 2020 | 1.21 Bn |
Avis Budget Other Operating Expenses 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-operating-expenses&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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-operating-expenses&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();