Avis Budget (CAR) Pension (2010 - 2011)
Avis Budget's (CAR) quarterly Pension came in at $191.0 million in Q4 2011, up 203.17% year-over-year from $63.0 million in Q4 2010, and up 203.17% quarter-over-quarter from $63.0 million in Q4 2010.
Avis Budget (CAR) Pension (2010 - 2011) Analysis & Trends
Avis Budget has disclosed Pension across 2 years of filings, most recently posting $191.0 million for Q4 2011.
- In Q4 2011, Pension rose 203.17% year-over-year to $191.0 million; the TTM figure through Dec 2011 stood at $191.0 million (up 203.17% YoY), while the FY2011 annual figure was $191.0 million, up 203.17% from the prior year.
- Pension came in at $191.0 million for Q4 2011 at Avis Budget, up from $63.0 million in the prior quarter.
- In the past five years, Pension ranged from a high of $191.0 million in Q4 2011 to a low of $63.0 million in Q4 2010.
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 | - |
Avis Budget Pension 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=pension&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "pension", "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=pension&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();