Vodafone Group Public Ltd Co (VOD) Restructuring Costs (2012 - 2014)
Vodafone Group Public (VOD) posted Restructuring Costs of $562.5 million for Q4 2014, up 211.7% on a QoQ basis from -$503.5 million in Q4 2013, and up 211.7% year-over-year from $180.4 million in Q4 2013.
Vodafone Group Public Ltd Co (VOD) Restructuring Costs (2012 - 2014) Analysis & Trends
Vodafone Group Public has reported Restructuring Costs for 3 years, with the latest figure at $562.5 million in Q4 2014.
- On a quarterly basis, Restructuring Costs rose 211.7% year-over-year to $562.5 million in Q4 2014; TTM through Dec 2014 was $151.7 million, a 101.9% increase from a year earlier, with the FY2013 full-year figure at -$486.7 million, down 113.23% from the prior year.
- Restructuring Costs was $562.5 million for Q4 2014 at Vodafone Group Public, up from -$503.5 million in the prior quarter.
- The five-year high for Restructuring Costs was $562.5 million in Q4 2014, with the low at -$503.5 million in Q4 2013.
- Average Restructuring Costs over 3 years is $37.9 million, with a median of $46.4 million recorded in 2012.
- The sharpest annual moves came in 2013 and 2014: Restructuring Costs tumbled 117.75% in 2013, then surged 211.7% in 2014.
- Over 3 years, Restructuring Costs stood at -$231.2 million in 2012, then sank by 117.75% to -$503.5 million in 2013, then jumped by 211.7% to $562.5 million in 2014.
- The last three Restructuring Costs figures came in at $562.5 million (Q4 2014), -$503.5 million (Q4 2013), and $324.0 million (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | 562.46 Mn |
| Dec 31, 2013 | -503.53 Mn |
| Sep 30, 2013 | 324.02 Mn |
| Dec 31, 2012 | -231.25 Mn |
Vodafone Group Public Ltd Co Restructuring Costs 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=restructuring-costs&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "restructuring-costs", "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=restructuring-costs&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();