Avis Budget (CAR) Accumulated Expenses (2010 - 2012)
Avis Budget's (CAR) quarterly Accumulated Expenses came in at $198.0 million in Q4 2012, down 1.0% year-over-year from $200.0 million in Q1 2012, and up 7.03% quarter-over-quarter from $185.0 million in Q3 2012.
Avis Budget (CAR) Accumulated Expenses (2010 - 2012) Analysis & Trends
Avis Budget has disclosed Accumulated Expenses across 3 years of filings, most recently posting $198.0 million for Q4 2012.
- In Q4 2012, Accumulated Expenses fell 1.0% year-over-year to $198.0 million; the TTM figure through Dec 2012 stood at $198.0 million (down 1.0% YoY), while the FY2012 annual figure was $198.0 million, down 1.0% from the prior year.
- Accumulated Expenses came in at $198.0 million for Q4 2012 at Avis Budget, up from $185.0 million in the prior quarter.
- In the past five years, Accumulated Expenses ranged from a high of $200.0 million in Q4 2011 to a low of $149.0 million in Q2 2011.
- Average Accumulated Expenses over 3 years is $171.4 million, with a median of $163.0 million recorded in 2012.
- Year-over-year, Accumulated Expenses climbed 29.03% in 2011 and decreased 1.0% in 2012.
- Over 3 years, Accumulated Expenses stood at $155.0 million in 2010, then gained by 29.03% to $200.0 million in 2011, then dropped by 1.0% to $198.0 million in 2012.
- Per Business Quant data, the three most recent Accumulated Expenses figures were $198.0 million in Q4 2012, $185.0 million in Q3 2012, and $165.0 million in Q2 2012.
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 |
|---|---|
| Dec 31, 2012 | 198.00 Mn |
| Sep 30, 2012 | 185.00 Mn |
| Jun 30, 2012 | 165.00 Mn |
| Mar 31, 2012 | 161.00 Mn |
| Dec 31, 2011 | 200.00 Mn |
| Sep 30, 2011 | 158.00 Mn |
| Jun 30, 2011 | 149.00 Mn |
| Dec 31, 2010 | 155.00 Mn |
Avis Budget Accumulated Expenses 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=accumulated-expenses&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "accumulated-expenses", "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=accumulated-expenses&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();