Unilever Plc (UNLYF) Assets Average (2009 - 2026)
Unilever (UNLYF) posted Assets Average of $85.7 billion for Q2 2026, up 2.02% on a QoQ basis from $84.0 billion in Q4 2025, and little changed year-over-year from $85.6 billion in Q2 2025.
Unilever Plc (UNLYF) Assets Average (2009 - 2026) Analysis & Trends
Unilever has reported Assets Average for 18 years, with the latest figure at $85.7 billion in Q2 2026.
- On a quarterly basis, Assets Average changed 0.12% year-over-year to $85.7 billion in Q2 2026; TTM through Jun 2026 was $85.7 billion, a 0.12% change from a year earlier, with the FY2025 full-year figure at $83.0 billion, down 1.07% from the prior year.
- Assets Average was $85.7 billion for Q2 2026 at Unilever, up from $84.0 billion in the prior quarter.
- The five-year high for Assets Average was $88.2 billion in Q2 2022, with the low at $82.4 billion in Q2 2023.
- Average Assets Average over 5 years is $84.8 billion, with a median of $85.0 billion recorded in 2022.
- The sharpest annual moves came in 2022 and 2023: Assets Average increased 6.55% in 2022, then retreated 6.64% in 2023.
- Over 5 years, Assets Average stood at $85.0 billion in 2022, then declined by 2.13% to $83.2 billion in 2023, then advanced by 2.9% to $85.6 billion in 2024, then declined by 1.83% to $84.0 billion in 2025, then grew by 2.02% to $85.7 billion in 2026.
- The last three Assets Average figures came in at $85.7 billion (Q2 2026), $84.0 billion (Q4 2025), and $85.6 billion (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 85.73 Bn |
| Dec 31, 2025 | 84.03 Bn |
| Jun 30, 2025 | 85.62 Bn |
| Dec 31, 2024 | 85.60 Bn |
| Jun 30, 2024 | 83.48 Bn |
| Dec 31, 2023 | 83.18 Bn |
| Jun 30, 2023 | 82.39 Bn |
| Dec 31, 2022 | 84.99 Bn |
| Jun 30, 2022 | 88.25 Bn |
| Dec 31, 2021 | 85.44 Bn |
| Jun 30, 2021 | 82.82 Bn |
| Dec 31, 2020 | 79.09 Bn |
| Jun 30, 2020 | 74.63 Bn |
| Dec 31, 2019 | 72.12 Bn |
| Jun 30, 2019 | 71.13 Bn |
| Dec 31, 2018 | 73.64 Bn |
| Jun 30, 2018 | 74.25 Bn |
| Dec 31, 2017 | 67.38 Bn |
| Jun 30, 2017 | 62.35 Bn |
| Dec 31, 2016 | 61.07 Bn |
Unilever Plc Assets Average 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-average&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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-average&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();