Vodafone Group Public Ltd Co (VOD) Other financing activities (2009 - 2014)
Vodafone Group Public (VOD) posted Other financing activities of -$1.6 billion for Q4 2014, down 164.47% on a QoQ basis from $2.5 billion in Q4 2013, and down 164.47% year-over-year from $2.5 billion in Q4 2013.
Vodafone Group Public Ltd Co (VOD) Other financing activities (2009 - 2014) Analysis & Trends
Vodafone Group Public has reported Other financing activities for 5 years, with the latest figure at -$1.6 billion in Q4 2014.
- On a quarterly basis, Other financing activities fell 164.47% year-over-year to -$1.6 billion in Q4 2014; TTM through Dec 2014 was -$658.3 million, a 109.78% decrease from a year earlier, with the FY2014 full-year figure at -$1.6 billion, up 33.75% from the prior year.
- Other financing activities was -$1.6 billion for Q4 2014 at Vodafone Group Public, down from $2.5 billion in the prior quarter.
- The five-year high for Other financing activities was $5.8 billion in Q4 2012, with the low at -$1.6 billion in Q4 2014.
- Average Other financing activities over 4 years is $1.2 billion, with a median of $33.5 million recorded in 2013.
- The sharpest annual moves came in 2012 and 2013: Other financing activities jumped 75.43% in 2012, then sank 7853.11% in 2013.
- Over 4 years, Other financing activities stood at $3.3 billion in 2011, then surged by 75.43% to $5.8 billion in 2012, then slumped by 55.88% to $2.5 billion in 2013, then slumped by 164.47% to -$1.6 billion in 2014.
- The last three Other financing activities figures came in at -$1.6 billion (Q4 2014), $2.5 billion (Q4 2013), and -$1.6 billion (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | -1.64 Bn |
| Dec 31, 2013 | 2.54 Bn |
| Sep 30, 2013 | -1.59 Bn |
| May 23, 2013 | 33.52 Mn |
| Dec 31, 2012 | 5.75 Bn |
| Sep 30, 2012 | 20.56 Mn |
| Dec 31, 2011 | 3.28 Bn |
| Dec 31, 2009 | -1.57 Bn |
| Mar 31, 2009 | 3.48 Bn |
Vodafone Group Public Ltd Co Other financing activities 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=other-financing-activities&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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=other-financing-activities&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();