Vodafone Group Public Ltd Co (VOD) Depreciation & Amortization (CF) (2009 - 2013)
Vodafone Group Public (VOD) posted Depreciation & Amortization (CF) of $5.3 billion for Q3 2013, up 5.31% on a QoQ basis from $5.0 billion in Q3 2012, and up 5.31% year-over-year from $5.0 billion in Q3 2012.
Vodafone Group Public Ltd Co (VOD) Depreciation & Amortization (CF) (2009 - 2013) Analysis & Trends
Vodafone Group Public has reported Depreciation & Amortization (CF) for 3 years, with the latest figure at $5.3 billion in Q3 2013.
- On a quarterly basis, Depreciation & Amortization (CF) rose 5.31% year-over-year to $5.3 billion in Q3 2013; TTM through Dec 2015 was $0.0, a 0.0% change from a year earlier, with the FY2013 full-year figure at $8.2 billion, up 3.04% from the prior year.
- Depreciation & Amortization (CF) was $5.3 billion for Q3 2013 at Vodafone Group Public, up from $5.0 billion in the prior quarter.
- The five-year high for Depreciation & Amortization (CF) was $9.8 billion in Q1 2009, with the low at $5.0 billion in Q3 2012.
- Average Depreciation & Amortization (CF) over 3 years is $6.7 billion, with a median of $5.3 billion recorded in 2013.
- The largest YoY upside for Depreciation & Amortization (CF) was 5.31% in 2013 against a maximum downside of 5.31% in 2013.
- Over 3 years, Depreciation & Amortization (CF) stood at $9.8 billion in 2009, then sank by 48.5% to $5.0 billion in 2012, then rose by 5.31% to $5.3 billion in 2013.
- The last three Depreciation & Amortization (CF) figures came in at $5.3 billion (Q3 2013), $5.0 billion (Q3 2012), and $9.8 billion (Q1 2009), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2013 | 5.31 Bn |
| Sep 30, 2012 | 5.80 Bn |
| Mar 31, 2009 | 9.79 Bn |
Vodafone Group Public Ltd Co Depreciation & Amortization (CF) 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=depreciation-and-amortization-cf&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "depreciation-and-amortization-cf", "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=depreciation-and-amortization-cf&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();