Avis Budget (CAR) Long-Term Deferred Tax (2009 - 2026)
Avis Budget's (CAR) quarterly Long-Term Deferred Tax came in at $2.3 billion in Q2 2026, up 39.78% year-over-year from $1.6 billion in Q2 2025, and up 2.59% quarter-over-quarter from $2.2 billion in Q1 2026.
Avis Budget (CAR) Long-Term Deferred Tax (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Long-Term Deferred Tax across 18 years of filings, most recently posting $2.3 billion for Q2 2026.
- In Q2 2026, Long-Term Deferred Tax rose 39.78% year-over-year to $2.3 billion; the TTM figure through Jun 2026 stood at $2.3 billion (up 39.78% YoY), while the FY2025 annual figure was $2.1 billion, up 17.86% from the prior year.
- Long-Term Deferred Tax came in at $2.3 billion for Q2 2026 at Avis Budget, up from $2.2 billion in the prior quarter.
- In the past five years, Long-Term Deferred Tax ranged from a high of $2.5 billion in Q3 2025 to a low of $1.3 billion in Q3 2022.
- Average Long-Term Deferred Tax over 5 years is $1.7 billion, with a median of $1.7 billion recorded in 2024.
- Year-over-year, Long-Term Deferred Tax retreated 14.61% in 2022 and jumped 58.91% in 2025.
- Over 5 years, Long-Term Deferred Tax stood at $1.4 billion in 2022, then surged by 35.46% to $1.9 billion in 2023, then retreated by 4.39% to $1.8 billion in 2024, then gained by 17.86% to $2.1 billion in 2025, then gained by 9.17% to $2.3 billion in 2026.
- Per Business Quant data, the three most recent Long-Term Deferred Tax figures were $2.3 billion in Q2 2026, $2.2 billion in Q1 2026, and $2.1 billion 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 | 2.30 Bn |
| Mar 31, 2026 | 2.24 Bn |
| Dec 31, 2025 | 2.11 Bn |
| Sep 30, 2025 | 2.49 Bn |
| Jun 30, 2025 | 1.64 Bn |
| Mar 31, 2025 | 1.74 Bn |
| Dec 31, 2024 | 1.79 Bn |
| Sep 30, 2024 | 1.57 Bn |
| Jun 30, 2024 | 1.72 Bn |
| Mar 31, 2024 | 1.81 Bn |
| Dec 31, 2023 | 1.87 Bn |
| Sep 30, 2023 | 1.47 Bn |
| Jun 30, 2023 | 1.46 Bn |
| Mar 31, 2023 | 1.40 Bn |
| Dec 31, 2022 | 1.38 Bn |
| Sep 30, 2022 | 1.32 Bn |
| Jun 30, 2022 | 1.42 Bn |
| Mar 31, 2022 | 1.54 Bn |
| Dec 31, 2021 | 1.62 Bn |
| Sep 30, 2021 | 1.31 Bn |
Avis Budget Long-Term Deferred Tax 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=long-term-deferred-tax&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "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=long-term-deferred-tax&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();