Unilever Plc (UNLYF) Preferred Shares (2012 - 2017)
Unilever (UNLYF) posted Preferred Shares of -$527.5 million for Q4 2017, down 283.79% on a QoQ basis from -$137.4 million in Q2 2017, and down 290.83% year-over-year from $276.4 million in Q4 2016.
Unilever Plc (UNLYF) Preferred Shares (2012 - 2017) Analysis & Trends
Unilever has reported Preferred Shares for 6 years, with the latest figure at -$527.5 million in Q4 2017.
- On a quarterly basis, Preferred Shares fell 290.83% year-over-year to -$527.5 million in Q4 2017; TTM through Dec 2017 was -$527.5 million, a 290.83% decrease from a year earlier, with the FY2017 full-year figure at -$527.5 million, down 281.18% from the prior year.
- Preferred Shares was -$527.5 million for Q4 2017 at Unilever, down from -$137.4 million in the prior quarter.
- The five-year high for Preferred Shares was -$135.0 million in Q4 2016, with the low at -$527.5 million in Q4 2017.
- Average Preferred Shares over 5 years is -$182.9 million, with a median of -$145.2 million recorded in 2015.
- The sharpest annual moves came in 2014 and 2017: Preferred Shares grew 13.01% in 2014, then sank 290.83% in 2017.
- Over 5 years, Preferred Shares stood at -$155.2 million in 2013, then grew by 13.01% to -$135.0 million in 2014, then dropped by 7.19% to -$144.7 million in 2015, then advanced by 6.72% to -$135.0 million in 2016, then tumbled by 290.83% to -$527.5 million in 2017.
- The last three Preferred Shares figures came in at -$527.5 million (Q4 2017), -$137.4 million (Q2 2017), and -$135.0 million (Q4 2016), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2017 | -527.49 Mn |
| Jun 30, 2017 | -137.44 Mn |
| Dec 31, 2016 | -134.97 Mn |
| Jun 30, 2016 | -145.75 Mn |
| Dec 31, 2015 | -144.69 Mn |
| Jun 30, 2015 | -137.04 Mn |
| Dec 31, 2014 | -134.98 Mn |
| Jun 30, 2014 | -155.02 Mn |
| Dec 31, 2013 | -155.16 Mn |
| Jun 30, 2013 | -156.69 Mn |
| Dec 31, 2012 | -145.25 Mn |
| Jun 30, 2012 | -140.06 Mn |
Unilever Plc Preferred Shares 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=preferred-shares&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-shares", "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=preferred-shares&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();