Vodafone Group Public Ltd Co (VOD) FCF Margin (2012 - 2013)
Vodafone Group Public (VOD) posted FCF Margin of 8.23% for Q3 2013, up 167.1% on a QoQ basis from 12.27% in Q4 2012, and down 2302.0% year-over-year from 0.37% in Q3 2012.
Vodafone Group Public Ltd Co (VOD) FCF Margin (2012 - 2013) Analysis & Trends
Vodafone Group Public has reported FCF Margin for 3 years, with the latest figure at 8.23% in Q3 2013.
- On a quarterly basis, FCF Margin fell 2302.0% year-over-year to 8.23% in Q3 2013; TTM through Sep 2013 was 22.54%, a 3605.0% increase from a year earlier, with the FY2014 full-year figure at 27.7%, down 1267.0% from the prior year.
- FCF Margin was 8.23% for Q3 2013 at Vodafone Group Public, up from 12.27% in the prior quarter.
- The five-year high for FCF Margin was 31.26% in Q3 2012, with the low at 3259.36% in Q4 2010.
- Average FCF Margin over 3 years is 808.04%, with a median of 2.02% recorded in 2012.
- The largest YoY upside for FCF Margin was 2302 bps in 2013 against a maximum downside of 2302 bps in 2013.
- Over 3 years, FCF Margin stood at 3259.36% in 2010, then jumped by 100 bps to 12.27% in 2012, then surged by 167 bps to 8.23% in 2013.
- The last three FCF Margin figures came in at 8.23% (Q3 2013), 12.27% (Q4 2012), and 31.26% (Q3 2012), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2013 | 8.23% |
| Dec 31, 2012 | -12.27% |
| Sep 30, 2012 | 31.26% |
Vodafone Group Public Ltd Co FCF 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=fcf-margin&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-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=fcf-margin&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();