Vodafone Group Public Ltd Co (VOD) Short-term Investments (2009 - 2015)
Vodafone Group Public (VOD) posted Short-term Investments of $357.4 million for Q3 2012, down 70.61% on a QoQ basis from $1.2 billion in Q1 2012, and up 59.66% year-over-year from $223.8 million in Q4 2011.
Vodafone Group Public Ltd Co (VOD) Short-term Investments (2009 - 2015) Analysis & Trends
Vodafone Group Public has reported Short-term Investments for 3 years, with the latest figure at $357.4 million in Q3 2012.
- On a quarterly basis, Short-term Investments rose 59.66% year-over-year to $357.4 million in Q3 2012; TTM through Sep 2012 was $357.4 million, a 59.66% increase from a year earlier, with the FY2009 full-year figure at $571.9 million, changed N/A from the prior year.
- Short-term Investments was $357.4 million for Q3 2012 at Vodafone Group Public, down from $1.2 billion in the prior quarter.
- The five-year high for Short-term Investments was $1.2 billion in Q1 2012, with the low at $223.8 million in Q3 2011.
- Average Short-term Investments over 3 years is $584.4 million, with a median of $552.9 million recorded in 2009.
- The largest YoY upside for Short-term Investments was 59.66% in 2012 against a maximum downside of 59.66% in 2012.
- Over 3 years, Short-term Investments stood at $552.9 million in 2009, then tumbled by 59.52% to $223.8 million in 2011, then jumped by 59.66% to $357.4 million in 2012.
- The last three Short-term Investments figures came in at $357.4 million (Q3 2012), $1.2 billion (Q1 2012), and $223.8 million (Q3 2011), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2015 | 8.96 Bn |
| Dec 31, 2014 | 8.50 Bn |
| Sep 30, 2014 | 8.18 Bn |
| Mar 31, 2014 | 8.88 Bn |
| Dec 31, 2013 | 11.04 Bn |
| May 23, 2013 | 10.38 Bn |
| Dec 31, 2012 | 4.91 Bn |
| Sep 30, 2012 | 8.31 Bn |
| Mar 31, 2012 | 4.80 Bn |
| Dec 31, 2011 | 3.41 Bn |
| Dec 31, 2010 | 3.25 Bn |
| Sep 30, 2010 | 3.96 Bn |
| Mar 31, 2010 | 3.21 Bn |
| Dec 31, 2009 | 3.71 Bn |
Vodafone Group Public Ltd Co Short-term Investments 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=short-term-investments&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-investments", "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=short-term-investments&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();