Vodafone Group Public Ltd Co (VOD) Tax Provisions (2009 - 2014)
Vodafone Group Public (VOD) posted Tax Provisions of $26.3 billion for Q4 2014, up 3509.02% on a QoQ basis from -$770.7 million in Q4 2013, and up 3509.02% year-over-year from $728.0 million in Q4 2013.
Vodafone Group Public Ltd Co (VOD) Tax Provisions (2009 - 2014) Analysis & Trends
Vodafone Group Public has reported Tax Provisions for 6 years, with the latest figure at $26.3 billion in Q4 2014.
- On a quarterly basis, Tax Provisions rose 3509.02% year-over-year to $26.3 billion in Q4 2014; TTM through Dec 2014 was $43.5 billion, a 170.55% increase from a year earlier, with the FY2014 full-year figure at $26.4 billion, up 745.8% from the prior year.
- Tax Provisions was $26.3 billion for Q4 2014 at Vodafone Group Public, up from -$770.7 million in the prior quarter.
- The five-year high for Tax Provisions was $26.3 billion in Q4 2014, with the low at -$3.9 billion in Q2 2013.
- Average Tax Provisions over 5 years is $4.9 billion, with a median of -$678.7 million recorded in 2012.
- The sharpest annual moves came in 2011 and 2013: Tax Provisions sank 2791.86% in 2011, then soared 3833.72% in 2013.
- Over 5 years, Tax Provisions stood at -$88.5 million in 2010, then tumbled by 2791.86% to -$2.6 billion in 2011, then surged by 55.75% to -$1.1 billion in 2012, then jumped by 31.93% to -$770.7 million in 2013, then soared by 3509.02% to $26.3 billion in 2014.
- The last three Tax Provisions figures came in at $26.3 billion (Q4 2014), -$770.7 million (Q4 2013), and $21.9 billion (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | 26.27 Bn |
| Dec 31, 2013 | -770.68 Mn |
| Sep 30, 2013 | 21.91 Bn |
| May 23, 2013 | -3.93 Bn |
| Dec 31, 2012 | -1.13 Bn |
| Sep 30, 2012 | -586.69 Mn |
| Dec 31, 2011 | -2.56 Bn |
| Dec 31, 2010 | -88.47 Mn |
| Dec 31, 2009 | 1.81 Bn |
Vodafone Group Public Ltd Co Tax Provisions 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=tax-provisions&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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=tax-provisions&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();