Vodafone Group Public Ltd Co (VOD) Exchange Rate Effect (2010 - 2015)
Vodafone Group Public (VOD) posted Exchange Rate Effect of $1.4 billion for Q4 2015, up 647.89% on a QoQ basis from $182.2 million in Q4 2014, and up 647.89% year-over-year from $182.2 million in Q4 2014.
Vodafone Group Public Ltd Co (VOD) Exchange Rate Effect (2010 - 2015) Analysis & Trends
Vodafone Group Public has reported Exchange Rate Effect for 6 years, with the latest figure at $1.4 billion in Q4 2015.
- On a quarterly basis, Exchange Rate Effect rose 647.89% year-over-year to $1.4 billion in Q4 2015; TTM through Dec 2015 was $1.9 billion, a 4123.13% increase from a year earlier, with the FY2016 full-year figure at -$3.0 billion, changed N/A from the prior year.
- Exchange Rate Effect was $1.4 billion for Q4 2015 at Vodafone Group Public, up from $182.2 million in the prior quarter.
- The five-year high for Exchange Rate Effect was $1.4 billion in Q4 2015, with the low at -$555.6 million in Q4 2012.
- Average Exchange Rate Effect over 5 years is $180.1 million, with a median of $67.9 million recorded in 2013.
- The sharpest annual moves came in 2012 and 2015: Exchange Rate Effect slumped 3046.27% in 2012, then surged 647.89% in 2015.
- Over 5 years, Exchange Rate Effect stood at $18.9 million in 2011, then plunged by 3046.27% to -$555.6 million in 2012, then surged by 112.22% to $67.9 million in 2013, then jumped by 168.39% to $182.2 million in 2014, then soared by 647.89% to $1.4 billion in 2015.
- The last three Exchange Rate Effect figures came in at $1.4 billion (Q4 2015), $182.2 million (Q4 2014), and $67.9 million (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2015 | 1.36 Bn |
| Dec 31, 2014 | 182.21 Mn |
| Sep 30, 2013 | 67.89 Mn |
| May 23, 2013 | 259.01 Mn |
| Dec 31, 2012 | -555.63 Mn |
| Sep 30, 2012 | -74.32 Mn |
| Dec 31, 2011 | 18.86 Mn |
| Dec 31, 2010 | 406.03 Mn |
Vodafone Group Public Ltd Co Exchange Rate Effect 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=exchange-rate-effect&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();