Vodafone Group Public Ltd Co (VOD) Profit After Tax (2012 - 2014)
Vodafone Group Public (VOD) posted Profit After Tax of -$6.7 billion for Q4 2015, down 10219.35% on a QoQ basis from $66.7 million in Q4 2014, and down 10219.35% year-over-year from N/an in Q4 2014.
Vodafone Group Public Ltd Co (VOD) Profit After Tax (2012 - 2014) Analysis & Trends
Vodafone Group Public has reported Profit After Tax for 5 years, with the latest figure at -$6.7 billion in Q4 2015.
- On a quarterly basis, Profit After Tax fell 10219.35% year-over-year to -$6.7 billion in Q4 2015; TTM through Dec 2015 was $30.1 billion, a 53.94% decrease from a year earlier, with the FY2015 full-year figure at $1.7 billion, changed N/A from the prior year.
- Profit After Tax was -$6.7 billion for Q4 2015 at Vodafone Group Public, down from $66.7 million in the prior quarter.
- The five-year high for Profit After Tax was $28.5 billion in Q4 2012, with the low at -$6.7 billion in Q4 2015.
- Average Profit After Tax over 4 years is $10.1 billion, with a median of $8.9 billion recorded in 2013.
- The sharpest annual moves came in 2013 and 2015: Profit After Tax soared 1031.56% in 2013, then plunged 10219.35% in 2015.
- Over 4 years, Profit After Tax stood at $28.5 billion in 2012, then dropped by 2.15% to $27.9 billion in 2013, then plunged by 99.76% to $66.7 million in 2014, then slumped by 10219.35% to -$6.7 billion in 2015.
- The last three Profit After Tax figures came in at -$6.7 billion (Q4 2015), $66.7 million (Q4 2014), and $27.9 billion (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | -34.62 Bn |
| Sep 30, 2013 | -19.57 Bn |
| May 23, 2013 | 8.89 Bn |
| Dec 31, 2012 | 23.30 Bn |
| Sep 30, 2012 | -5.55 Bn |
Vodafone Group Public Ltd Co Profit After 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=profit-after-tax&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-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=profit-after-tax&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();