Unilever Plc (UNLYF) Depreciation & Amortization - Total (2011 - 2015)
Unilever (UNLYF) posted Depreciation & Amortization - Total of -$1.2 billion for Q4 2015, down 1.59% on a QoQ basis from -$1.2 billion in Q4 2014, and down 1.59% year-over-year from -$1.2 billion in Q4 2014.
Unilever Plc (UNLYF) Depreciation & Amortization - Total (2011 - 2015) Analysis & Trends
Unilever has reported Depreciation & Amortization - Total for 5 years, with the latest figure at -$1.2 billion in Q4 2015.
- On a quarterly basis, Depreciation & Amortization - Total fell 1.59% year-over-year to -$1.2 billion in Q4 2015; TTM through Dec 2015 was -$5.0 billion, a 1.48% decrease from a year earlier, with the FY2018 full-year figure at $11.4 million, up 100.81% from the prior year.
- Depreciation & Amortization - Total was -$1.2 billion for Q4 2015 at Unilever, down from -$1.2 billion in the prior quarter.
- The five-year high for Depreciation & Amortization - Total was -$1.1 billion in Q4 2011, with the low at -$1.3 billion in Q4 2013.
- Average Depreciation & Amortization - Total over 5 years is -$1.2 billion, with a median of -$1.2 billion recorded in 2015.
- The sharpest annual moves came in 2012 and 2014: Depreciation & Amortization - Total slipped 13.22% in 2012, then grew 11.63% in 2014.
- Over 5 years, Depreciation & Amortization - Total stood at -$1.1 billion in 2011, then retreated by 13.22% to -$1.3 billion in 2012, then decreased by 4.74% to -$1.3 billion in 2013, then increased by 11.63% to -$1.2 billion in 2014, then slipped by 1.59% to -$1.2 billion in 2015.
- The last three Depreciation & Amortization - Total figures came in at -$1.2 billion (Q4 2015), -$1.2 billion (Q4 2014), and -$1.3 billion (Q4 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2015 | -1.20 Bn |
| Dec 31, 2014 | -1.18 Bn |
| Dec 31, 2013 | -1.34 Bn |
| Dec 31, 2012 | -1.28 Bn |
| Dec 31, 2011 | -1.13 Bn |
Unilever Plc Depreciation & Amortization - Total 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-total&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "depreciation-and-amortization-total", "ticker": "UNLYF", "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-total&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();