Unilever Plc (UNLYF) Assets (2009 - 2026)
Unilever (UNLYF) posted Assets of $89.4 billion for Q2 2026, up 9.01% on a QoQ basis from $82.0 billion in Q4 2025, and up 3.95% year-over-year from $86.0 billion in Q2 2025.
Unilever Plc (UNLYF) Assets (2009 - 2026) Analysis & Trends
Unilever has reported Assets for 18 years, with the latest figure at $89.4 billion in Q2 2026.
- On a quarterly basis, Assets rose 3.95% year-over-year to $89.4 billion in Q2 2026; TTM through Jun 2026 was $89.4 billion, a 3.95% increase from a year earlier, with the FY2025 full-year figure at $79.6 billion, down 7.76% from the prior year.
- Assets was $89.4 billion for Q2 2026 at Unilever, up from $82.0 billion in the prior quarter.
- The five-year high for Assets was $90.6 billion in Q2 2022, with the low at $79.4 billion in Q4 2022.
- Average Assets over 5 years is $85.0 billion, with a median of $85.4 billion recorded in 2023.
- The largest YoY upside for Assets was 6.6% in 2022 against a maximum downside of 7.58% in 2022.
- Over 5 years, Assets stood at $79.4 billion in 2022, then grew by 2.0% to $81.0 billion in 2023, then advanced by 5.23% to $85.2 billion in 2024, then dropped by 3.74% to $82.0 billion in 2025, then increased by 9.01% to $89.4 billion in 2026.
- The last three Assets figures came in at $89.4 billion (Q2 2026), $82.0 billion (Q4 2025), and $86.0 billion (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 89.42 Bn |
| Dec 31, 2025 | 82.03 Bn |
| Jun 30, 2025 | 86.03 Bn |
| Dec 31, 2024 | 85.22 Bn |
| Jun 30, 2024 | 85.97 Bn |
| Dec 31, 2023 | 80.98 Bn |
| Jun 30, 2023 | 85.38 Bn |
| Dec 31, 2022 | 79.40 Bn |
| Jun 30, 2022 | 90.58 Bn |
| Dec 31, 2021 | 85.91 Bn |
| Jun 30, 2021 | 84.98 Bn |
| Dec 31, 2020 | 80.67 Bn |
| Jun 30, 2020 | 77.52 Bn |
| Dec 31, 2019 | 71.73 Bn |
| Jun 30, 2019 | 72.51 Bn |
| Dec 31, 2018 | 69.75 Bn |
| Jun 30, 2018 | 77.52 Bn |
| Dec 31, 2017 | 70.98 Bn |
| Jun 30, 2017 | 63.78 Bn |
| Dec 31, 2016 | 60.93 Bn |
Unilever Plc Assets 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=assets&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets", "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=assets&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();