Avis Budget (CAR) Long-Term Investments (2010 - 2012)
Avis Budget's (CAR) quarterly Long-Term Investments came in at -$6.0 billion in Q4 2012, down 13.28% year-over-year from -$7.0 billion in Q1 2012, and down 3.0% quarter-over-quarter from -$5.9 billion in Q3 2012.
Avis Budget (CAR) Long-Term Investments (2010 - 2012) Analysis & Trends
Avis Budget has disclosed Long-Term Investments across 3 years of filings, most recently posting -$6.0 billion for Q4 2012.
- In Q4 2012, Long-Term Investments fell 13.28% year-over-year to -$6.0 billion; the TTM figure through Dec 2012 stood at -$6.0 billion (down 13.28% YoY), while the FY2012 annual figure was -$6.0 billion, down 13.28% from the prior year.
- Long-Term Investments came in at -$6.0 billion for Q4 2012 at Avis Budget, down from -$5.9 billion in the prior quarter.
- In the past five years, Long-Term Investments ranged from a high of -$3.8 billion in Q4 2010 to a low of -$6.0 billion in Q4 2012.
- Average Long-Term Investments over 3 years is -$5.1 billion, with a median of -$5.4 billion recorded in 2011.
- Year-over-year, Long-Term Investments sank 38.95% in 2011 and retreated 13.28% in 2012.
- Over 3 years, Long-Term Investments stood at -$3.8 billion in 2010, then sank by 38.95% to -$5.3 billion in 2011, then fell by 13.28% to -$6.0 billion in 2012.
- Per Business Quant data, the three most recent Long-Term Investments figures were -$6.0 billion in Q4 2012, -$5.9 billion in Q3 2012, and -$5.7 billion in Q2 2012.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Long-Term Investments (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | - |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | 706.31 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2012 | -6.05 Bn |
| Sep 30, 2012 | -5.87 Bn |
| Jun 30, 2012 | -5.66 Bn |
| Mar 31, 2012 | -5.49 Bn |
| Dec 31, 2011 | -5.34 Bn |
| Sep 30, 2011 | -4.39 Bn |
| Jun 30, 2011 | -4.23 Bn |
| Dec 31, 2010 | -3.84 Bn |
Avis Budget Long-Term Investments 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=long-term-investments&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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=long-term-investments&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();