Avis Budget (CAR) Current Deferred Revenue (2011 - 2012)
Avis Budget's (CAR) quarterly Current Deferred Revenue came in at $66.0 million in Q3 2012, down 44.54% quarter-over-quarter from $119.0 million in Q2 2012.
Avis Budget (CAR) Current Deferred Revenue (2011 - 2012) Analysis & Trends
Avis Budget has disclosed Current Deferred Revenue across 2 years of filings, most recently posting $66.0 million for Q3 2012.
- In Q3 2012, Current Deferred Revenue changed N/A year-over-year to $66.0 million; the TTM figure through Sep 2012 stood at $66.0 million (changed N/A YoY), while the FY2011 annual figure was $51.0 million, changed N/A from the prior year.
- Current Deferred Revenue came in at $66.0 million for Q3 2012 at Avis Budget, down from $119.0 million in the prior quarter.
- In the past five years, Current Deferred Revenue ranged from a high of $119.0 million in Q2 2012 to a low of $51.0 million in Q4 2011.
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 |
|---|---|
| Sep 30, 2012 | 66.00 Mn |
| Jun 30, 2012 | 119.00 Mn |
| Dec 31, 2011 | 51.00 Mn |
Avis Budget Current Deferred 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=current-deferred-revenue&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-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=current-deferred-revenue&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();