Unilever Plc (UNLYF) Restructuring Costs (2011 - 2015)
Unilever (UNLYF) posted Restructuring Costs of -$115.1 million for Q4 2015, up 5.07% on a QoQ basis from -$121.2 million in Q4 2014, and up 5.07% year-over-year from -$109.5 million in Q4 2014.
Unilever Plc (UNLYF) Restructuring Costs (2011 - 2015) Analysis & Trends
Unilever has reported Restructuring Costs for 5 years, with the latest figure at -$115.1 million in Q4 2015.
- On a quarterly basis, Restructuring Costs rose 5.07% year-over-year to -$115.1 million in Q4 2015; TTM through Dec 2015 was -$635.2 million, a 23.97% increase from a year earlier, with the FY2024 full-year figure at -$920.0 million, down 70.44% from the prior year.
- Restructuring Costs was -$115.1 million for Q4 2015 at Unilever, up from -$121.2 million in the prior quarter.
- The five-year high for Restructuring Costs was -$115.1 million in Q4 2015, with the low at -$315.4 million in Q4 2011.
- Average Restructuring Costs over 5 years is -$190.1 million, with a median of -$152.4 million recorded in 2013.
- The sharpest annual moves came in 2013 and 2015: Restructuring Costs soared 38.13% in 2013, then advanced 5.07% in 2015.
- Over 5 years, Restructuring Costs stood at -$315.4 million in 2011, then increased by 21.86% to -$246.4 million in 2012, then surged by 38.13% to -$152.4 million in 2013, then grew by 20.47% to -$121.2 million in 2014, then grew by 5.07% to -$115.1 million in 2015.
- The last three Restructuring Costs figures came in at -$115.1 million (Q4 2015), -$121.2 million (Q4 2014), and -$152.4 million (Q4 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2015 | -115.09 Mn |
| Dec 31, 2014 | -121.23 Mn |
| Dec 31, 2013 | -152.44 Mn |
| Dec 31, 2012 | -246.41 Mn |
| Dec 31, 2011 | -315.36 Mn |
Unilever Plc Restructuring Costs 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=restructuring-costs&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "restructuring-costs", "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=restructuring-costs&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();