Vodafone Group Public Ltd Co (VOD) Current Deferred Tax Assets (2009 - 2013)
Vodafone Group Public (VOD) posted Current Deferred Tax Assets of $66.0 million for Q4 2013, down 13.16% on a QoQ basis from $76.0 million in Q4 2012, and down 13.16% year-over-year from $76.0 million in Q4 2012.
Vodafone Group Public Ltd Co (VOD) Current Deferred Tax Assets (2009 - 2013) Analysis & Trends
Vodafone Group Public has reported Current Deferred Tax Assets for 5 years, with the latest figure at $66.0 million in Q4 2013.
- On a quarterly basis, Current Deferred Tax Assets fell 13.16% year-over-year to $66.0 million in Q4 2013; TTM through Dec 2013 was $66.0 million, a 13.16% decrease from a year earlier, with the FY2013 full-year figure at $66.0 million, down 13.16% from the prior year.
- Current Deferred Tax Assets was $66.0 million for Q4 2013 at Vodafone Group Public, down from $76.0 million in the prior quarter.
- The five-year high for Current Deferred Tax Assets was $317.0 million in Q4 2009, with the low at $66.0 million in Q4 2013.
- Average Current Deferred Tax Assets over 5 years is $132.2 million, with a median of $89.0 million recorded in 2011.
- The sharpest annual moves came in 2010 and 2013: Current Deferred Tax Assets sank 64.35% in 2010, then dropped 13.16% in 2013.
- Over 5 years, Current Deferred Tax Assets stood at $317.0 million in 2009, then tumbled by 64.35% to $113.0 million in 2010, then slipped by 21.24% to $89.0 million in 2011, then decreased by 14.61% to $76.0 million in 2012, then retreated by 13.16% to $66.0 million in 2013.
- The last three Current Deferred Tax Assets figures came in at $66.0 million (Q4 2013), $76.0 million (Q4 2012), and $89.0 million (Q4 2011), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2013 | 66.00 Mn |
| Dec 31, 2012 | 76.00 Mn |
| Dec 31, 2010 | 113.00 Mn |
| Dec 31, 2009 | 317.00 Mn |
Vodafone Group Public Ltd Co Current Deferred Tax Assets 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-deferred-tax-assets&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-tax-assets", "ticker": "VOD", "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-deferred-tax-assets&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();