Unilever Plc (UNLYF) Cash & Equivalents Growth (1y) (2010 - 2026)
Analysis
Unilever Plc (UNLYF) Cash & Equivalents Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 11.72% |
| Dec 31, 2025 | -30.04% |
| Jun 30, 2025 | -8.13% |
| Dec 31, 2024 | 46.53% |
| Jun 30, 2024 | -1.58% |
| Dec 31, 2023 | 1.39% |
| Jun 30, 2023 | -5.82% |
| Dec 31, 2022 | 12.98% |
| Jun 30, 2022 | 14.65% |
| Dec 31, 2021 | -40.94% |
| Jun 30, 2021 | -5.82% |
| Dec 31, 2020 | 42.80% |
| Jun 30, 2020 | 21.69% |
| Dec 31, 2019 | 25.65% |
| Jun 30, 2019 | -7.74% |
| Dec 31, 2018 | -1.19% |
| Jun 30, 2018 | -13.64% |
| Dec 31, 2017 | 8.06% |
| Jun 30, 2017 | 56.50% |
| Dec 31, 2016 | 36.85% |
API Access
Unilever Plc Cash & Equivalents Growth (1y) 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-1y&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "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-1y&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();