Unilever Plc (UNLYF) Amortization of Deferred Charges (2009 - 2010)
Unilever (UNLYF) posted Amortization of Deferred Charges of $279.7 million for Q4 2010, up 92.4% on a QoQ basis from $145.4 million in Q1 2010, and down 43.28% year-over-year from $493.2 million in Q4 2009.
Unilever Plc (UNLYF) Amortization of Deferred Charges (2009 - 2010) Analysis & Trends
Unilever has reported Amortization of Deferred Charges for 2 years, with the latest figure at $279.7 million in Q4 2010.
- On a quarterly basis, Amortization of Deferred Charges fell 43.28% year-over-year to $279.7 million in Q4 2010; TTM through Dec 2010 was $1.1 billion, a 30.76% decrease from a year earlier, with the FY2025 full-year figure at $568.3 million, up 0.97% from the prior year.
- Amortization of Deferred Charges was $279.7 million for Q4 2010 at Unilever, up from $145.4 million in the prior quarter.
- The five-year high for Amortization of Deferred Charges was $493.2 million in Q4 2009, with the low at $145.4 million in Q1 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2010 | 279.74 Mn |
| Mar 31, 2010 | 145.39 Mn |
| Dec 31, 2009 | 493.23 Mn |
| Sep 30, 2009 | 174.47 Mn |
| Mar 31, 2009 | 239.32 Mn |
Unilever Plc Amortization of Deferred Charges 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=amortization-of-deferred-charges&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "amortization-of-deferred-charges", "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=amortization-of-deferred-charges&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();