Vodafone Group Public Ltd Co (VOD) Revenue (2012 - 2013)
Vodafone Group Public (VOD) posted Revenue of $29.4 billion for Q3 2013, down 52.82% on a QoQ basis from $62.3 billion in Q4 2012, and little changed year-over-year from $29.4 billion in Q3 2012.
Vodafone Group Public Ltd Co (VOD) Revenue (2012 - 2013) Analysis & Trends
Vodafone Group Public has reported Revenue for 3 years, with the latest figure at $29.4 billion in Q3 2013.
- On a quarterly basis, Revenue changed 0.0% year-over-year to $29.4 billion in Q3 2013; TTM through Sep 2013 was $121.4 billion, a 18.87% increase from a year earlier, with the FY2014 full-year figure at $61.0 billion, up 1.36% from the prior year.
- Revenue was $29.4 billion for Q3 2013 at Vodafone Group Public, down from $62.3 billion in the prior quarter.
- The five-year high for Revenue was $62.3 billion in Q4 2012, with the low at $234.7 million in Q4 2010.
- Average Revenue over 3 years is $30.3 billion, with a median of $29.4 billion recorded in 2013.
- The largest YoY upside for Revenue was 0.0% in 2013 against a maximum downside of 0.0% in 2013.
- Over 3 years, Revenue stood at $234.7 million in 2010, then jumped by 26467.57% to $62.3 billion in 2012, then sank by 52.82% to $29.4 billion in 2013.
- The last three Revenue figures came in at $29.4 billion (Q3 2013), $62.3 billion (Q4 2012), and $29.4 billion (Q3 2012), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2013 | 29.41 Bn |
| Dec 31, 2012 | 62.34 Bn |
| Sep 30, 2012 | 29.41 Bn |
Vodafone Group Public Ltd Co Revenue 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=revenue&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "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=revenue&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();