Unilever Plc (UNLYF) Cash & Equivalents Growth (3y) (2012 - 2026)
Analysis
Unilever Plc (UNLYF) Cash & Equivalents Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.34% |
| Dec 31, 2025 | 1.30% |
| Jun 30, 2025 | -5.21% |
| Dec 31, 2024 | 18.84% |
| Jun 30, 2024 | 2.05% |
| Dec 31, 2023 | -12.22% |
| Jun 30, 2023 | 0.56% |
| Dec 31, 2022 | -1.60% |
| Jun 30, 2022 | 9.53% |
| Dec 31, 2021 | 1.95% |
| Jun 30, 2021 | 1.88% |
| Dec 31, 2020 | 21.03% |
| Jun 30, 2020 | -1.02% |
| Dec 31, 2019 | 10.29% |
| Jun 30, 2019 | 7.64% |
| Dec 31, 2018 | 13.47% |
| Jun 30, 2018 | 16.73% |
| Dec 31, 2017 | 11.55% |
| Jun 30, 2017 | 5.55% |
| Dec 31, 2016 | 4.60% |
API Access
Unilever Plc Cash & Equivalents Growth (3y) 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-3y&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-3y", "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-3y&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();