Unilever Plc (UNLYF) Other Non Operating Income (2011 - 2015)
Unilever (UNLYF) posted Other Non Operating Income of -$95.4 million for Q4 2015, down 735.83% on a QoQ basis from $15.0 million in Q4 2014, and down 735.83% year-over-year from $15.0 million in Q4 2014.
Unilever Plc (UNLYF) Other Non Operating Income (2011 - 2015) Analysis & Trends
Unilever has reported Other Non Operating Income for 5 years, with the latest figure at -$95.4 million in Q4 2015.
- On a quarterly basis, Other Non Operating Income fell 735.83% year-over-year to -$95.4 million in Q4 2015; TTM through Dec 2015 was -$281.0 million, a 42.08% decrease from a year earlier, with the FY2018 full-year figure at -$2.4 million, up 95.87% from the prior year.
- Other Non Operating Income was -$95.4 million for Q4 2015 at Unilever, down from $15.0 million in the prior quarter.
- The five-year high for Other Non Operating Income was $15.0 million in Q4 2014, with the low at -$153.0 million in Q4 2012.
- Average Other Non Operating Income over 5 years is -$58.6 million, with a median of -$47.6 million recorded in 2013.
- The sharpest annual moves came in 2012 and 2014: Other Non Operating Income plunged 1161.68% in 2012, then jumped 131.48% in 2014.
- Over 5 years, Other Non Operating Income stood at -$12.1 million in 2011, then slumped by 1161.68% to -$153.0 million in 2012, then soared by 68.87% to -$47.6 million in 2013, then surged by 131.48% to $15.0 million in 2014, then slumped by 735.83% to -$95.4 million in 2015.
- The last three Other Non Operating Income figures came in at -$95.4 million (Q4 2015), $15.0 million (Q4 2014), and -$47.6 million (Q4 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2015 | -95.36 Mn |
| Dec 31, 2014 | 15.00 Mn |
| Dec 31, 2013 | -47.64 Mn |
| Dec 31, 2012 | -153.03 Mn |
| Dec 31, 2011 | -12.13 Mn |
Unilever Plc Other Non Operating Income 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=other-non-operating-income&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();