Vodafone Group Public Ltd Co (VOD) Long-Term Deferred Tax (2009 - 2015)
Vodafone Group Public (VOD) posted Long-Term Deferred Tax of $36.2 billion for Q1 2015, up 10.77% on a QoQ basis from $32.6 billion in Q4 2014, and up 6.06% year-over-year from $34.1 billion in Q1 2014.
Vodafone Group Public Ltd Co (VOD) Long-Term Deferred Tax (2009 - 2015) Analysis & Trends
Vodafone Group Public has reported Long-Term Deferred Tax for 7 years, with the latest figure at $36.2 billion in Q1 2015.
- On a quarterly basis, Long-Term Deferred Tax rose 6.06% year-over-year to $36.2 billion in Q1 2015; TTM through Mar 2015 was $36.2 billion, a 6.06% increase from a year earlier, with the FY2015 full-year figure at $36.2 billion, up 10.41% from the prior year.
- Long-Term Deferred Tax was $36.2 billion for Q1 2015 at Vodafone Group Public, up from $32.6 billion in the prior quarter.
- The five-year high for Long-Term Deferred Tax was $42.4 billion in Q3 2014, with the low at $3.1 billion in Q1 2012.
- Average Long-Term Deferred Tax over 5 years is $15.0 billion, with a median of $4.4 billion recorded in 2013.
- The sharpest annual moves came in 2012 and 2013: Long-Term Deferred Tax fell 4.22% in 2012, then surged 824.5% in 2013.
- Over 5 years, Long-Term Deferred Tax stood at $3.2 billion in 2011, then dropped by 0.25% to $3.2 billion in 2012, then soared by 45.76% to $4.6 billion in 2013, then soared by 608.07% to $32.6 billion in 2014, then advanced by 10.77% to $36.2 billion in 2015.
- The last three Long-Term Deferred Tax figures came in at $36.2 billion (Q1 2015), $32.6 billion (Q4 2014), and $42.4 billion (Q3 2014), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2015 | 36.17 Bn |
| Dec 31, 2014 | 32.65 Bn |
| Sep 30, 2014 | 42.45 Bn |
| Mar 31, 2014 | 34.10 Bn |
| Dec 31, 2013 | 4.61 Bn |
| Sep 30, 2013 | 31.23 Bn |
| May 23, 2013 | 4.45 Bn |
| Mar 31, 2013 | 4.43 Bn |
| Dec 31, 2012 | 3.16 Bn |
| Sep 30, 2012 | 3.38 Bn |
| Mar 31, 2012 | 3.10 Bn |
| Dec 31, 2011 | 3.17 Bn |
| Sep 30, 2011 | 3.47 Bn |
| Mar 31, 2011 | 3.23 Bn |
| Dec 31, 2010 | 1.63 Bn |
| Sep 30, 2010 | 2.38 Bn |
| Mar 31, 2010 | 1.61 Bn |
| Dec 31, 2009 | 1.03 Bn |
| Sep 30, 2009 | 1.53 Bn |
| Mar 31, 2009 | 905.30 Mn |
Vodafone Group Public Ltd Co Long-Term Deferred Tax 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=long-term-deferred-tax&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "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=long-term-deferred-tax&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();