Avis Budget (CAR) Land & Improvements (2010 - 2012)
Avis Budget's (CAR) quarterly Land & Improvements came in at $58.0 million in Q4 2012, little changed year-over-year from $58.0 million in Q1 2012, and little changed quarter-over-quarter from $58.0 million in Q4 2011.
Avis Budget (CAR) Land & Improvements (2010 - 2012) Analysis & Trends
Avis Budget has disclosed Land & Improvements across 3 years of filings, most recently posting $58.0 million for Q4 2012.
- In Q4 2012, Land & Improvements changed 0.0% year-over-year to $58.0 million; the TTM figure through Dec 2012 stood at $58.0 million (changed 0.0% YoY), while the FY2012 annual figure was $58.0 million, changed 0.0% from the prior year.
- Land & Improvements came in at $58.0 million for Q4 2012 at Avis Budget, roughly flat from $58.0 million in the prior quarter.
- In the past five years, Land & Improvements ranged from a high of $58.0 million in Q4 2011 to a low of $48.0 million in Q4 2010.
- Average Land & Improvements over 3 years is $54.7 million, with a median of $58.0 million recorded in 2011.
- Year-over-year, Land & Improvements rose 20.83% in 2011 and changed 0.0% in 2012.
- Over 3 years, Land & Improvements stood at $48.0 million in 2010, then climbed by 20.83% to $58.0 million in 2011, then changed by 0.0% to $58.0 million in 2012.
- Per Business Quant data, the three most recent Land & Improvements figures were $58.0 million in Q4 2012, $58.0 million in Q4 2011, and $48.0 million in Q4 2010.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Land & Improvements (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | - |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | 1.87 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2012 | 58.00 Mn |
| Dec 31, 2011 | 58.00 Mn |
| Dec 31, 2010 | 48.00 Mn |
Avis Budget Land & Improvements 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=land-and-improvements&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "land-and-improvements", "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=land-and-improvements&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();