Unilever Plc (UNLYF) Cash & Equivalents Growth (5y) (2014 - 2026)
Analysis
Unilever Plc (UNLYF) Cash & Equivalents Growth (5y) (2014 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.75% |
| Dec 31, 2025 | -7.06% |
| Jun 30, 2025 | -1.66% |
| Dec 31, 2024 | 7.20% |
| Jun 30, 2024 | 4.02% |
| Dec 31, 2023 | 3.95% |
| Jun 30, 2023 | 2.69% |
| Dec 31, 2022 | 3.42% |
| Jun 30, 2022 | 0.92% |
| Dec 31, 2021 | 2.50% |
| Jun 30, 2021 | 7.40% |
| Dec 31, 2020 | 21.26% |
| Jun 30, 2020 | 12.29% |
| Dec 31, 2019 | 11.50% |
| Jun 30, 2019 | -1.29% |
| Dec 31, 2018 | 4.09% |
| Jun 30, 2018 | 1.02% |
| Dec 31, 2017 | -0.69% |
| Jun 30, 2017 | 0.94% |
| Dec 31, 2016 | 5.44% |
API Access
Unilever Plc Cash & Equivalents Growth (5y) 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=cash-and-equivalents-growth-5y&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-5y", "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=cash-and-equivalents-growth-5y&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();