Unilever Plc (UNLYF) Inventory Average (2009 - 2026)
Unilever (UNLYF) posted Inventory Average of $5.0 billion for Q2 2026, down 8.89% on a QoQ basis from $5.5 billion in Q4 2025, and down 15.29% year-over-year from $5.9 billion in Q2 2025.
Unilever Plc (UNLYF) Inventory Average (2009 - 2026) Analysis & Trends
Unilever has reported Inventory Average for 18 years, with the latest figure at $5.0 billion in Q2 2026.
- On a quarterly basis, Inventory Average fell 15.29% year-over-year to $5.0 billion in Q2 2026; TTM through Jun 2026 was $5.0 billion, a 15.29% decrease from a year earlier, with the FY2025 full-year figure at $5.1 billion, down 8.7% from the prior year.
- Inventory Average was $5.0 billion for Q2 2026 at Unilever, down from $5.5 billion in the prior quarter.
- The five-year high for Inventory Average was $6.2 billion in Q4 2022, with the low at $5.0 billion in Q2 2026.
- Average Inventory Average over 5 years is $5.8 billion, with a median of $5.8 billion recorded in 2022.
- The sharpest annual moves came in 2022 and 2026: Inventory Average grew 11.2% in 2022, then fell 15.29% in 2026.
- Over 5 years, Inventory Average stood at $6.2 billion in 2022, then fell by 5.34% to $5.8 billion in 2023, then dropped by 0.81% to $5.8 billion in 2024, then decreased by 5.62% to $5.5 billion in 2025, then fell by 8.89% to $5.0 billion in 2026.
- The last three Inventory Average figures came in at $5.0 billion (Q2 2026), $5.5 billion (Q4 2025), and $5.9 billion (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.98 Bn |
| Dec 31, 2025 | 5.47 Bn |
| Jun 30, 2025 | 5.88 Bn |
| Dec 31, 2024 | 5.79 Bn |
| Jun 30, 2024 | 5.78 Bn |
| Dec 31, 2023 | 5.84 Bn |
| Jun 30, 2023 | 6.11 Bn |
| Dec 31, 2022 | 6.17 Bn |
| Jun 30, 2022 | 5.82 Bn |
| Dec 31, 2021 | 5.55 Bn |
| Jun 30, 2021 | 5.53 Bn |
| Dec 31, 2020 | 5.22 Bn |
| Jun 30, 2020 | 4.86 Bn |
| Dec 31, 2019 | 4.77 Bn |
| Jun 30, 2019 | 4.92 Bn |
| Dec 31, 2018 | 4.99 Bn |
| Jun 30, 2018 | 4.87 Bn |
| Dec 31, 2017 | 4.62 Bn |
| Jun 30, 2017 | 4.60 Bn |
| Dec 31, 2016 | 4.94 Bn |
Unilever Plc Inventory 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=inventory-average&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "inventory-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=inventory-average&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();