Avis Budget (CAR) Non-Current Deffered Revenue (2011 - 2021)
Avis Budget's (CAR) quarterly Non-Current Deffered Revenue came in at $2.2 billion in Q4 2021, up 62.11% year-over-year from $1.4 billion in Q4 2020, and up 62.11% quarter-over-quarter from $1.4 billion in Q4 2020.
Avis Budget (CAR) Non-Current Deffered Revenue (2011 - 2021) Analysis & Trends
Avis Budget has disclosed Non-Current Deffered Revenue across 11 years of filings, most recently posting $2.2 billion for Q4 2021.
- In Q4 2021, Non-Current Deffered Revenue rose 62.11% year-over-year to $2.2 billion; the TTM figure through Dec 2021 stood at $2.2 billion (up 62.11% YoY), while the FY2021 annual figure was $2.2 billion, up 62.11% from the prior year.
- Non-Current Deffered Revenue came in at $2.2 billion for Q4 2021 at Avis Budget, up from $1.4 billion in the prior quarter.
- In the past five years, Non-Current Deffered Revenue ranged from a high of $2.2 billion in Q4 2021 to a low of $1.4 billion in Q4 2020.
- Average Non-Current Deffered Revenue over 5 years is $1.9 billion, with a median of $2.0 billion recorded in 2018.
- Year-over-year, Non-Current Deffered Revenue sank 36.82% in 2020 and soared 62.11% in 2021.
- Over 5 years, Non-Current Deffered Revenue stood at $1.6 billion in 2017, then gained by 23.02% to $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.
- Per Business Quant data, the three most recent Non-Current Deffered Revenue figures were $2.2 billion in Q4 2021, $1.4 billion in Q4 2020, and $2.2 billion in Q4 2019.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Deffered Revenue (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, 2021 | 2.24 Bn |
| Dec 31, 2020 | 1.38 Bn |
| Dec 31, 2019 | 2.19 Bn |
| Dec 31, 2018 | 1.96 Bn |
| Dec 31, 2017 | 1.59 Bn |
| Dec 31, 2016 | 2.43 Bn |
| Dec 31, 2015 | 2.37 Bn |
| Dec 31, 2014 | 2.27 Bn |
| Dec 31, 2013 | 2.18 Bn |
| Dec 31, 2012 | 2.16 Bn |
| Dec 31, 2011 | 982.00 Mn |
Avis Budget Non-Current Deffered Revenue 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=non-current-deffered-revenue&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-deffered-revenue", "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=non-current-deffered-revenue&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();