Unilever Plc (UNLYF) Operating Leases (2011 - 2024)
Unilever (UNLYF) posted Operating Leases of -$1.6 billion for Q4 2024, down 8.58% on a QoQ basis from -$1.5 billion in Q2 2024, and down 5.8% year-over-year from -$1.7 billion in Q1 2024.
Unilever Plc (UNLYF) Operating Leases (2011 - 2024) Analysis & Trends
Unilever has reported Operating Leases for 8 years, with the latest figure at -$1.6 billion in Q4 2024.
- On a quarterly basis, Operating Leases fell 5.8% year-over-year to -$1.6 billion in Q4 2024; TTM through Dec 2024 was -$1.6 billion, a 5.8% decrease from a year earlier, with the FY2024 full-year figure at -$1.6 billion, down 6.58% from the prior year.
- Operating Leases was -$1.6 billion for Q4 2024 at Unilever, down from -$1.5 billion in the prior quarter.
- The five-year high for Operating Leases was -$1.4 billion in Q4 2022, with the low at -$2.1 billion in Q4 2020.
- Average Operating Leases over 5 years is -$1.7 billion, with a median of -$1.6 billion recorded in 2022.
- The sharpest annual moves came in 2022 and 2024: Operating Leases grew 23.85% in 2022, then slipped 5.8% in 2024.
- Over 5 years, Operating Leases stood at -$2.1 billion in 2020, then increased by 10.66% to -$1.9 billion in 2021, then gained by 23.85% to -$1.4 billion in 2022, then decreased by 4.49% to -$1.5 billion in 2023, then dropped by 5.8% to -$1.6 billion in 2024.
- The last three Operating Leases figures came in at -$1.6 billion (Q4 2024), -$1.5 billion (Q2 2024), and -$1.5 billion (Q4 2023), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | -1.59 Bn |
| Jun 30, 2024 | -1.46 Bn |
| Dec 31, 2023 | -1.50 Bn |
| Jun 30, 2023 | -1.55 Bn |
| Dec 31, 2022 | -1.44 Bn |
| Jun 30, 2022 | -1.69 Bn |
| Dec 31, 2021 | -1.89 Bn |
| Jun 30, 2021 | -2.04 Bn |
| Dec 31, 2020 | -2.11 Bn |
| Jun 30, 2020 | -2.04 Bn |
| Dec 31, 2019 | -2.12 Bn |
| Jun 30, 2019 | -2.21 Bn |
| Dec 31, 2012 | -723.67 Mn |
| Dec 31, 2011 | -614.55 Mn |
Unilever Plc Operating Leases 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=operating-leases&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-leases", "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=operating-leases&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();