Avis Budget (CAR) Current Taxes (2010 - 2012)
Avis Budget's (CAR) quarterly Current Taxes came in at $58.0 million in Q4 2012, down 46.79% year-over-year from $109.0 million in Q1 2012, and down 43.69% quarter-over-quarter from $103.0 million in Q3 2012.
Avis Budget (CAR) Current Taxes (2010 - 2012) Analysis & Trends
Avis Budget has disclosed Current Taxes across 3 years of filings, most recently posting $58.0 million for Q4 2012.
- In Q4 2012, Current Taxes fell 46.79% year-over-year to $58.0 million; the TTM figure through Dec 2012 stood at $58.0 million (down 46.79% YoY), while the FY2012 annual figure was $58.0 million, down 46.79% from the prior year.
- Current Taxes came in at $58.0 million for Q4 2012 at Avis Budget, down from $103.0 million in the prior quarter.
- In the past five years, Current Taxes ranged from a high of $109.0 million in Q4 2011 to a low of $41.0 million in Q4 2010.
- Average Current Taxes over 3 years is $81.3 million, with a median of $88.5 million recorded in 2012.
- Year-over-year, Current Taxes jumped 165.85% in 2011 and plunged 46.79% in 2012.
- Over 3 years, Current Taxes stood at $41.0 million in 2010, then surged by 165.85% to $109.0 million in 2011, then slumped by 46.79% to $58.0 million in 2012.
- Per Business Quant data, the three most recent Current Taxes figures were $58.0 million in Q4 2012, $103.0 million in Q3 2012, and $79.0 million in Q2 2012.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Current Taxes (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 | 58.00 Mn |
| Sep 30, 2012 | 103.00 Mn |
| Jun 30, 2012 | 79.00 Mn |
| Mar 31, 2012 | 98.00 Mn |
| Dec 31, 2011 | 109.00 Mn |
| Dec 31, 2010 | 41.00 Mn |
Avis Budget Current Taxes 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=current-taxes&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-taxes", "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=current-taxes&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();