Unilever Plc (UNLYF) Capital Leases (2023)
Unilever (UNLYF) posted Capital Leases of $4.3 million for Q4 2023.
Analysis
Unilever Plc (UNLYF) Capital Leases (2023) Analysis & Trends
Unilever has reported Capital Leases for 1 years, with the latest figure at $4.3 million in Q4 2023.
- On a quarterly basis, Capital Leases changed N/A year-over-year to $4.3 million in Q4 2023; TTM through Dec 2023 was $4.3 million, a N/A change from a year earlier, with the FY2023 full-year figure at $4.3 million, changed N/A from the prior year.
- Capital Leases was $4.3 million for Q4 2023 at Unilever.
- The five-year high for Capital Leases was $4.3 million in Q4 2023, with the low at $4.3 million in Q4 2023.
Peer Set
Peer Comparison
API Access
Unilever Plc Capital 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=capital-leases&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-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=capital-leases&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();