Avis Budget (CAR) Deferred Taxes (2009 - 2022)
Avis Budget's (CAR) quarterly Deferred Taxes came in at $2.8 billion in Q4 2022, up 22.84% year-over-year from $2.2 billion in Q4 2021, and up 4.48% quarter-over-quarter from $2.6 billion in Q3 2022.
Avis Budget (CAR) Deferred Taxes (2009 - 2022) Analysis & Trends
Avis Budget has disclosed Deferred Taxes across 14 years of filings, most recently posting $2.8 billion for Q4 2022.
- In Q4 2022, Deferred Taxes rose 22.84% year-over-year to $2.8 billion; the TTM figure through Dec 2022 stood at $2.8 billion (up 22.84% YoY), while the FY2025 annual figure was -$24.0 million, up 97.35% from the prior year.
- Deferred Taxes came in at $2.8 billion for Q4 2022 at Avis Budget, up from $2.6 billion in the prior quarter.
- In the past five years, Deferred Taxes ranged from a high of $2.8 billion in Q4 2022 to a low of $1.4 billion in Q4 2020.
- Average Deferred Taxes over 5 years is $2.0 billion, with a median of $2.0 billion recorded in 2020.
- Year-over-year, Deferred Taxes sank 36.82% in 2020 and soared 62.11% in 2021.
- Over 5 years, Deferred Taxes stood at $2.0 billion in 2018, then climbed by 11.63% to $2.2 billion in 2019, then tumbled by 36.82% to $1.4 billion in 2020, then soared by 62.11% to $2.2 billion in 2021, then increased by 22.84% to $2.8 billion in 2022.
- Per Business Quant data, the three most recent Deferred Taxes figures were $2.8 billion in Q4 2022, $2.6 billion in Q3 2022, and $2.5 billion in Q2 2022.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Deferred Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | - |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | 2.75 Bn |
| Sep 30, 2022 | 2.64 Bn |
| Jun 30, 2022 | 2.48 Bn |
| Mar 31, 2022 | 2.32 Bn |
| Dec 31, 2021 | 2.24 Bn |
| Sep 30, 2021 | 1.73 Bn |
| Jun 30, 2021 | 1.54 Bn |
| Mar 31, 2021 | 1.47 Bn |
| Dec 31, 2020 | 1.38 Bn |
| Sep 30, 2020 | 1.69 Bn |
| Jun 30, 2020 | 2.01 Bn |
| Mar 31, 2020 | 2.20 Bn |
| Dec 31, 2019 | 2.19 Bn |
| Sep 30, 2019 | 2.06 Bn |
| Jun 30, 2019 | 2.03 Bn |
| Mar 31, 2019 | 2.00 Bn |
| Dec 31, 2018 | 1.96 Bn |
| Sep 30, 2018 | 1.78 Bn |
| Jun 30, 2018 | 1.73 Bn |
| Dec 31, 2017 | 1.59 Bn |
Avis Budget Deferred 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=deferred-taxes&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-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=deferred-taxes&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();