Vodafone Group Public Ltd Co (VOD) Retained Earnings (2009 - 2015)
Vodafone Group Public (VOD) posted Retained Earnings of $177.5 billion for Q1 2015, down 4.21% on a QoQ basis from $185.3 billion in Q4 2014, and down 8.28% year-over-year from $193.6 billion in Q1 2014.
Vodafone Group Public Ltd Co (VOD) Retained Earnings (2009 - 2015) Analysis & Trends
Vodafone Group Public has reported Retained Earnings for 7 years, with the latest figure at $177.5 billion in Q1 2015.
- On a quarterly basis, Retained Earnings fell 8.28% year-over-year to $177.5 billion in Q1 2015; TTM through Mar 2015 was $177.5 billion, a 8.28% decrease from a year earlier, with the FY2015 full-year figure at $177.5 billion, down 4.52% from the prior year.
- Retained Earnings was $177.5 billion for Q1 2015 at Vodafone Group Public, down from $185.3 billion in the prior quarter.
- The five-year high for Retained Earnings was $249.8 billion in Q4 2013, with the low at $177.5 billion in Q1 2015.
- Average Retained Earnings over 5 years is $227.4 billion, with a median of $240.7 billion recorded in 2013.
- The sharpest annual moves came in 2011 and 2014: Retained Earnings grew 4.1% in 2011, then slipped 25.8% in 2014.
- Over 5 years, Retained Earnings stood at $241.6 billion in 2011, then climbed by 2.42% to $247.5 billion in 2012, then advanced by 0.92% to $249.8 billion in 2013, then retreated by 25.8% to $185.3 billion in 2014, then dropped by 4.21% to $177.5 billion in 2015.
- The last three Retained Earnings figures came in at $177.5 billion (Q1 2015), $185.3 billion (Q4 2014), and $195.6 billion (Q3 2014), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2015 | 75.03 Bn |
| Dec 31, 2014 | 81.48 Bn |
| Sep 30, 2014 | -81.62 Bn |
| Mar 31, 2014 | 85.10 Bn |
| Dec 31, 2013 | 143.83 Bn |
| Sep 30, 2013 | -117.36 Bn |
| May 23, 2013 | -135.27 Bn |
| Mar 31, 2013 | 138.11 Bn |
| Dec 31, 2012 | -135.19 Bn |
| Sep 30, 2012 | -141.65 Bn |
| Mar 31, 2012 | 132.26 Bn |
| Dec 31, 2011 | 122.05 Bn |
| Sep 30, 2011 | -126.60 Bn |
| Mar 31, 2011 | -124.36 Bn |
| Dec 31, 2010 | -125.84 Bn |
| Sep 30, 2010 | -116.70 Bn |
| Mar 31, 2010 | 124.32 Bn |
| Dec 31, 2009 | -136.92 Bn |
| Sep 30, 2009 | -134.42 Bn |
| Mar 31, 2009 | -120.45 Bn |
Vodafone Group Public Ltd Co Retained Earnings 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=retained-earnings&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();