Unilever Plc (UNLYF) Finished Goods (2016 - 2018)
Unilever (UNLYF) posted Finished Goods of $3.4 billion for Q4 2018, up 5.88% on a QoQ basis from $3.2 billion in Q4 2017, and up 5.88% year-over-year from $3.2 billion in Q4 2017.
Unilever Plc (UNLYF) Finished Goods (2016 - 2018) Analysis & Trends
Unilever has reported Finished Goods for 3 years, with the latest figure at $3.4 billion in Q4 2018.
- On a quarterly basis, Finished Goods rose 5.88% year-over-year to $3.4 billion in Q4 2018; TTM through Dec 2018 was $3.4 billion, a 5.88% increase from a year earlier, with the FY2018 full-year figure at $3.4 billion, up 5.88% from the prior year.
- Finished Goods was $3.4 billion for Q4 2018 at Unilever, up from $3.2 billion in the prior quarter.
- The five-year high for Finished Goods was $3.4 billion in Q4 2018, with the low at $3.1 billion in Q4 2016.
- Average Finished Goods over 3 years is $3.2 billion, with a median of $3.2 billion recorded in 2017.
- The sharpest annual moves came in 2017 and 2018: Finished Goods rose 1.32% in 2017, then increased 5.88% in 2018.
- Over 3 years, Finished Goods stood at $3.1 billion in 2016, then rose by 1.32% to $3.2 billion in 2017, then advanced by 5.88% to $3.4 billion in 2018.
- The last three Finished Goods figures came in at $3.4 billion (Q4 2018), $3.2 billion (Q4 2017), and $3.1 billion (Q4 2016), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2018 | 3.35 Bn |
| Dec 31, 2017 | 3.16 Bn |
| Dec 31, 2016 | 3.12 Bn |
Unilever Plc Finished Goods 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=finished-goods&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "finished-goods", "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=finished-goods&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();