Unilever Plc (UNLYF) Depreciation & Amortization (CF) (2009 - 2024)
Unilever (UNLYF) posted Depreciation & Amortization (CF) of $1.5 billion for Q4 2024, up 116.48% on a QoQ basis from $676.3 million in Q4 2010.
Unilever Plc (UNLYF) Depreciation & Amortization (CF) (2009 - 2024) Analysis & Trends
Unilever has reported Depreciation & Amortization (CF) for 3 years, with the latest figure at $1.5 billion in Q4 2024.
- On a quarterly basis, Depreciation & Amortization (CF) changed N/A year-over-year to $1.5 billion in Q4 2024; TTM through Jun 2026 was $1.5 billion, a 0.0% change from a year earlier, with the FY2025 full-year figure at $1.5 billion, up 3.09% from the prior year.
- Depreciation & Amortization (CF) was $1.5 billion for Q4 2024 at Unilever, up from $676.3 million in the prior quarter.
- The five-year high for Depreciation & Amortization (CF) was $1.5 billion in Q4 2024, with the low at $1.5 billion in Q4 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | 1.46 Bn |
| Dec 31, 2010 | 676.27 Mn |
| Mar 31, 2010 | 358.64 Mn |
| Dec 31, 2009 | 733.94 Mn |
| Sep 30, 2009 | 338.93 Mn |
| Mar 31, 2009 | 341.32 Mn |
Unilever Plc Depreciation & Amortization (CF) 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=depreciation-and-amortization-cf&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "depreciation-and-amortization-cf", "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=depreciation-and-amortization-cf&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();