Unilever Plc (UNLYF) Property, Plant & Equipment (Net) (2009 - 2026)
Analysis
Unilever Plc (UNLYF) Property, Plant & Equipment (Net) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 10.88 Bn |
| Dec 31, 2025 | 10.47 Bn |
| Jun 30, 2025 | 12.38 Bn |
| Dec 31, 2024 | 64.71 Bn |
| Jun 30, 2024 | 11.95 Bn |
| Dec 31, 2023 | 61.72 Bn |
| Jun 30, 2023 | 11.53 Bn |
| Dec 31, 2022 | 59.85 Bn |
| Jun 30, 2022 | 11.45 Bn |
| Dec 31, 2021 | 66.00 Bn |
| Jun 30, 2021 | 12.67 Bn |
| Dec 31, 2020 | 12.59 Bn |
| Jun 30, 2020 | 12.53 Bn |
| Dec 31, 2019 | 13.35 Bn |
| Jun 30, 2019 | 13.56 Bn |
| Dec 31, 2018 | 13.80 Bn |
| Jun 30, 2018 | 14.22 Bn |
| Dec 31, 2017 | 12.26 Bn |
| Jun 30, 2017 | 12.16 Bn |
| Dec 31, 2016 | 45.94 Bn |
API Access
Unilever Plc Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "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=property-plant-and-equipment-net&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();