Avis Budget (CAR) Equity Income (2010 - 2012)
Avis Budget's (CAR) quarterly Equity Income came in at $5.0 million in Q1 2012, up 112.5% year-over-year from $2.4 million in Q2 2011, and down 99.06% quarter-over-quarter from $534.0 million in Q4 2011.
Avis Budget (CAR) Equity Income (2010 - 2012) Analysis & Trends
Avis Budget has disclosed Equity Income across 3 years of filings, most recently posting $5.0 million for Q1 2012.
- In Q1 2012, Equity Income rose 112.5% year-over-year to $5.0 million; the TTM figure through Dec 2012 stood at $5.0 million (up 150.0% YoY), while the FY2010 annual figure was -$258.0 million, down 124.35% from the prior year.
- Equity Income came in at $5.0 million for Q1 2012 at Avis Budget, down from $534.0 million in the prior quarter.
- In the past five years, Equity Income ranged from a high of $534.0 million in Q4 2011 to a low of -$309.0 million in Q3 2011.
- Average Equity Income over 3 years is -$31.4 million, with a median of -$66.5 million recorded in 2010.
- The largest YoY upside for Equity Income was 652.11% in 2011 against a maximum downside of 96.77% in 2011.
- Over 3 years, Equity Income stood at $71.0 million in 2010, then soared by 652.11% to $534.0 million in 2011, then slumped by 99.06% to $5.0 million in 2012.
- Per Business Quant data, the three most recent Equity Income figures were $5.0 million in Q1 2012, $534.0 million in Q4 2011, and -$309.0 million in Q3 2011.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | - |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2012 | 5.00 Mn |
| Dec 31, 2011 | 534.00 Mn |
| Sep 30, 2011 | -309.00 Mn |
| Jun 30, 2011 | -183.00 Mn |
| Mar 31, 2011 | -40.00 Mn |
| Dec 31, 2010 | 71.00 Mn |
| Sep 30, 2010 | -236.00 Mn |
| Jun 30, 2010 | -93.00 Mn |
Avis Budget Equity Income 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=equity-income&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-income", "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=equity-income&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();