Avis Budget (CAR) Non-Current Deferred Tax Liability (2011 - 2012)
Avis Budget's (CAR) quarterly Non-Current Deferred Tax Liability came in at $45.0 million in Q4 2012, down 4.26% year-over-year from $47.0 million in Q1 2012, and down 4.26% quarter-over-quarter from $47.0 million in Q4 2011.
Avis Budget (CAR) Non-Current Deferred Tax Liability (2011 - 2012) Analysis & Trends
Avis Budget has disclosed Non-Current Deferred Tax Liability across 2 years of filings, most recently posting $45.0 million for Q4 2012.
- In Q4 2012, Non-Current Deferred Tax Liability fell 4.26% year-over-year to $45.0 million; the TTM figure through Dec 2012 stood at $45.0 million (down 4.26% YoY), while the FY2012 annual figure was $45.0 million, down 4.26% from the prior year.
- Non-Current Deferred Tax Liability came in at $45.0 million for Q4 2012 at Avis Budget, down from $47.0 million in the prior quarter.
- In the past five years, Non-Current Deferred Tax Liability ranged from a high of $47.0 million in Q4 2011 to a low of $45.0 million in Q4 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 | - |
Avis Budget Non-Current Deferred Tax Liability 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=non-current-deferred-tax-liability&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-deferred-tax-liability", "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=non-current-deferred-tax-liability&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();