Unilever Plc (UNLYF) Short-term Investments (2009 - 2026)
Unilever (UNLYF) posted Short-term Investments of $1.5 billion for Q2 2026, up 17.76% on a QoQ basis from $1.3 billion in Q4 2025, and up 20.88% year-over-year from $1.3 billion in Q2 2025.
Unilever Plc (UNLYF) Short-term Investments (2009 - 2026) Analysis & Trends
Unilever has reported Short-term Investments for 18 years, with the latest figure at $1.5 billion in Q2 2026.
- On a quarterly basis, Short-term Investments rose 20.88% year-over-year to $1.5 billion in Q2 2026; TTM through Jun 2026 was $1.5 billion, a 20.88% increase from a year earlier, with the FY2025 full-year figure at $1.3 billion, down 12.02% from the prior year.
- Short-term Investments was $1.5 billion for Q2 2026 at Unilever, up from $1.3 billion in the prior quarter.
- The five-year high for Short-term Investments was $1.9 billion in Q4 2023, with the low at $1.3 billion in Q2 2025.
- Average Short-term Investments over 5 years is $1.5 billion, with a median of $1.5 billion recorded in 2023.
- The sharpest annual moves came in 2022 and 2024: Short-term Investments soared 43.67% in 2022, then dropped 23.69% in 2024.
- Over 5 years, Short-term Investments stood at $1.5 billion in 2022, then grew by 27.21% to $1.9 billion in 2023, then declined by 23.69% to $1.4 billion in 2024, then fell by 8.19% to $1.3 billion in 2025, then climbed by 17.76% to $1.5 billion in 2026.
- The last three Short-term Investments figures came in at $1.5 billion (Q2 2026), $1.3 billion (Q4 2025), and $1.3 billion (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.54 Bn |
| Dec 31, 2025 | 1.30 Bn |
| Jun 30, 2025 | 1.27 Bn |
| Dec 31, 2024 | 1.42 Bn |
| Jun 30, 2024 | 1.56 Bn |
| Dec 31, 2023 | 1.86 Bn |
| Jun 30, 2023 | 1.50 Bn |
| Dec 31, 2022 | 1.46 Bn |
| Jun 30, 2022 | 1.53 Bn |
| Dec 31, 2021 | 1.32 Bn |
| Jun 30, 2021 | 1.07 Bn |
| Dec 31, 2020 | 963.37 Mn |
| Jun 30, 2020 | 1.21 Bn |
| Dec 31, 2019 | 1.00 Bn |
| Jun 30, 2019 | 1.03 Bn |
| Dec 31, 2018 | 997.58 Mn |
| Jun 30, 2018 | 1.03 Bn |
| Dec 31, 2017 | 906.62 Mn |
| Jun 30, 2017 | 907.13 Mn |
| Dec 31, 2016 | 1.63 Bn |
Unilever Plc Short-term Investments 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=short-term-investments&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-investments", "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=short-term-investments&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();