Vodafone Group Public Ltd Co (VOD) Gains from Sales and Divestitures (2009 - 2013)
Vodafone Group Public (VOD) posted Gains from Sales and Divestitures of $52.5 million for Q3 2013, up 10.58% on a QoQ basis from $47.4 million in Q3 2012, and up 10.58% year-over-year from $47.4 million in Q3 2012.
Vodafone Group Public Ltd Co (VOD) Gains from Sales and Divestitures (2009 - 2013) Analysis & Trends
Vodafone Group Public has reported Gains from Sales and Divestitures for 3 years, with the latest figure at $52.5 million in Q3 2013.
- On a quarterly basis, Gains from Sales and Divestitures rose 10.58% year-over-year to $52.5 million in Q3 2013; TTM through Sep 2013 was $224.4 million, a 1.9% increase from a year earlier, with the FY2010 full-year figure at $76.8 million, changed N/A from the prior year.
- Gains from Sales and Divestitures was $52.5 million for Q3 2013 at Vodafone Group Public, up from $47.4 million in the prior quarter.
- The five-year high for Gains from Sales and Divestitures was $52.5 million in Q3 2013, with the low at $14.4 million in Q1 2009.
- Average Gains from Sales and Divestitures over 3 years is $38.1 million, with a median of $47.4 million recorded in 2012.
- The largest YoY upside for Gains from Sales and Divestitures was 10.58% in 2013 against a maximum downside of 10.58% in 2013.
- Over 3 years, Gains from Sales and Divestitures stood at $14.4 million in 2009, then soared by 230.14% to $47.4 million in 2012, then advanced by 10.58% to $52.5 million in 2013.
- The last three Gains from Sales and Divestitures figures came in at $52.5 million (Q3 2013), $47.4 million (Q3 2012), and $14.4 million (Q1 2009), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2013 | 52.46 Mn |
| Sep 30, 2012 | 47.44 Mn |
| Mar 31, 2009 | 14.37 Mn |
Vodafone Group Public Ltd Co Gains from Sales and Divestitures 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=gains-from-sales-and-divestitures&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-sales-and-divestitures", "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=gains-from-sales-and-divestitures&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();