Unilever Plc (UNLYF) Long-Term Investments (2009 - 2025)
Unilever (UNLYF) posted Long-Term Investments of -$93.1 million for Q4 2025, down 114.52% on a QoQ basis from $641.2 million in Q4 2024, and down 114.52% year-over-year from $641.2 million in Q4 2024.
Unilever Plc (UNLYF) Long-Term Investments (2009 - 2025) Analysis & Trends
Unilever has reported Long-Term Investments for 17 years, with the latest figure at -$93.1 million in Q4 2025.
- On a quarterly basis, Long-Term Investments fell 114.52% year-over-year to -$93.1 million in Q4 2025; TTM through Dec 2025 was -$93.1 million, a 114.52% decrease from a year earlier, with the FY2025 full-year figure at -$90.4 million, down 113.92% from the prior year.
- Long-Term Investments was -$93.1 million for Q4 2025 at Unilever, down from $641.2 million in the prior quarter.
- The five-year high for Long-Term Investments was $7.3 billion in Q2 2021, with the low at -$93.1 million in Q4 2025.
- Average Long-Term Investments over 5 years is $1.1 billion, with a median of $476.9 million recorded in 2023.
- The sharpest annual moves came in 2024 and 2025: Long-Term Investments jumped 751.29% in 2024, then plunged 114.52% in 2025.
- Over 5 years, Long-Term Investments stood at $42.3 million in 2021, then soared by 56.68% to $66.3 million in 2022, then rose by 13.57% to $75.3 million in 2023, then surged by 751.29% to $641.2 million in 2024, then sank by 114.52% to -$93.1 million in 2025.
- The last three Long-Term Investments figures came in at -$93.1 million (Q4 2025), $641.2 million (Q4 2024), and $631.1 million (Q2 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -93.12 Mn |
| Dec 31, 2024 | 641.16 Mn |
| Jun 30, 2024 | 631.06 Mn |
| Dec 31, 2023 | 75.32 Mn |
| Jun 30, 2023 | 476.95 Mn |
| Dec 31, 2022 | 66.32 Mn |
| Jun 30, 2022 | 583.68 Mn |
| Dec 31, 2021 | 42.33 Mn |
| Jun 30, 2021 | 7.26 Bn |
| Dec 31, 2020 | 8.62 Bn |
| Jun 30, 2020 | 7.46 Bn |
| Dec 31, 2019 | 6.60 Bn |
| Jun 30, 2019 | 6.21 Bn |
| Dec 31, 2018 | 15.98 Mn |
| Dec 31, 2017 | 37.68 Mn |
| Jun 30, 2017 | 7.18 Bn |
| Dec 31, 2016 | 38.87 Mn |
| Jun 30, 2016 | 4.97 Bn |
| Dec 31, 2015 | 4.10 Bn |
| Jun 30, 2015 | 4.64 Bn |
Unilever Plc Long-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=long-term-investments&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-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=long-term-investments&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();