Avis Budget (CAR) Change in Taxes (2011 - 2026)
Avis Budget's (CAR) quarterly Change in Taxes came in at -$50.0 million in Q2 2026, down 35.14% year-over-year from -$77.1 million in Q2 2025, and up 58.33% quarter-over-quarter from -$120.0 million in Q1 2026.
Avis Budget (CAR) Change in Taxes (2011 - 2026) Analysis & Trends
Avis Budget has disclosed Change in Taxes across 16 years of filings, most recently posting -$50.0 million for Q2 2026.
- In Q2 2026, Change in Taxes fell 35.14% year-over-year to -$50.0 million; the TTM figure through Jun 2026 stood at $19.0 million (up 114.07% YoY), while the FY2025 annual figure was -$31.0 million, down 168.89% from the prior year.
- Change in Taxes came in at -$50.0 million for Q2 2026 at Avis Budget, up from -$120.0 million in the prior quarter.
- In the past five years, Change in Taxes ranged from a high of $267.0 million in Q3 2022 to a low of -$634.0 million in Q4 2022.
- Average Change in Taxes over 5 years is -$12.8 million, with a median of $36.5 million recorded in 2023.
- The largest YoY upside for Change in Taxes was 1628.57% in 2025 against a maximum downside of 516.67% in 2025.
- Over 5 years, Change in Taxes stood at -$634.0 million in 2022, then surged by 47.63% to -$332.0 million in 2023, then jumped by 102.11% to $7.0 million in 2024, then surged by 1628.57% to $121.0 million in 2025, then sank by 141.32% to -$50.0 million in 2026.
- Per Business Quant data, the three most recent Change in Taxes figures were -$50.0 million in Q2 2026, -$120.0 million in Q1 2026, and $121.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | -50.00 Mn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -50.00 Mn |
| Mar 31, 2026 | -120.00 Mn |
| Dec 31, 2025 | 121.00 Mn |
| Sep 30, 2025 | 68.00 Mn |
| Jun 30, 2025 | -37.00 Mn |
| Mar 31, 2025 | -183.00 Mn |
| Dec 31, 2024 | 7.00 Mn |
| Sep 30, 2024 | 78.00 Mn |
| Jun 30, 2024 | -6.00 Mn |
| Mar 31, 2024 | -34.00 Mn |
| Dec 31, 2023 | -332.00 Mn |
| Sep 30, 2023 | 101.00 Mn |
| Jun 30, 2023 | 84.00 Mn |
| Mar 31, 2023 | 66.00 Mn |
| Dec 31, 2022 | -634.00 Mn |
| Sep 30, 2022 | 267.00 Mn |
| Jun 30, 2022 | 215.00 Mn |
| Mar 31, 2022 | 158.00 Mn |
| Dec 31, 2021 | -228.00 Mn |
| Sep 30, 2021 | 242.00 Mn |
Avis Budget Change in Taxes 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=change-in-taxes&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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=change-in-taxes&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();