Vodafone Group Public Ltd Co (VOD) Net Margin (2012 - 2013)
Vodafone Group Public (VOD) posted Net Margin of 94.19% for Q3 2013, up 71.73% on a QoQ basis from 54.85% in Q4 2012, and up 10485.0% year-over-year from N/an in Q3 2012.
Vodafone Group Public Ltd Co (VOD) Net Margin (2012 - 2013) Analysis & Trends
Vodafone Group Public has reported Net Margin for 3 years, with the latest figure at 94.19% in Q3 2013.
- On a quarterly basis, Net Margin rose 10485.0% year-over-year to 94.19% in Q3 2013; TTM through Sep 2013 was 48.94%, a 4802.0% increase from a year earlier, with the FY2014 full-year figure at 154.52%, up 15340.0% from the prior year.
- Net Margin was 94.19% for Q3 2013 at Vodafone Group Public, up from 54.85% in the prior quarter.
- The five-year high for Net Margin was 5877.76% in Q4 2010, with the low at 10.66% in Q3 2012.
- Average Net Margin over 3 years is 1504.03%, with a median of 74.52% recorded in 2013.
- The largest YoY upside for Net Margin was 10485 bps in 2013 against a maximum downside of 10485 bps in 2013.
- Over 3 years, Net Margin stood at 5877.76% in 2010, then sank by 99 bps to 54.85% in 2012, then jumped by 72 bps to 94.19% in 2013.
- The last three Net Margin figures came in at 94.19% (Q3 2013), 54.85% (Q4 2012), and 10.66% (Q3 2012), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2013 | 34.67% |
| Dec 31, 2012 | 37.38% |
| Sep 30, 2012 | 36.04% |
Vodafone Group Public Ltd Co Net Margin 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=net-margin&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-margin", "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=net-margin&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();