Unilever Plc (UNLYF) Equity Income (2009 - 2011)
Unilever (UNLYF) posted Equity Income of $40.4 million for Q4 2011, up 23.96% on a QoQ basis from $32.6 million in Q4 2011, and down 84.08% year-over-year from $253.9 million in Q4 2010.
Unilever Plc (UNLYF) Equity Income (2009 - 2011) Analysis & Trends
Unilever has reported Equity Income for 3 years, with the latest figure at $40.4 million in Q4 2011.
- On a quarterly basis, Equity Income fell 84.08% year-over-year to $40.4 million in Q4 2011; TTM through Dec 2011 was $373.5 million, a 4.26% decrease from a year earlier, with the FY2025 full-year figure at $276.8 million, up 2.3% from the prior year.
- Equity Income was $40.4 million for Q4 2011 at Unilever, up from $32.6 million in the prior quarter.
- The five-year high for Equity Income was $722.1 million in Q4 2009, with the low at $32.6 million in Q4 2011.
- Average Equity Income over 3 years is $132.1 million, with a median of $47.8 million recorded in 2010.
- The sharpest annual moves came in 2010 and 2011: Equity Income climbed 6.63% in 2010, then slumped 84.08% in 2011.
- Over 3 years, Equity Income stood at $722.1 million in 2009, then tumbled by 64.83% to $253.9 million in 2010, then plunged by 84.08% to $40.4 million in 2011.
- The last three Equity Income figures came in at $40.4 million (Q4 2011), $32.6 million (Q4 2011), and $253.9 million (Q4 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2011 | 40.43 Mn |
| Oct 21, 2011 | 32.62 Mn |
| Dec 31, 2010 | 253.94 Mn |
| Sep 30, 2010 | 46.49 Mn |
| Jun 30, 2010 | 52.27 Mn |
| Mar 31, 2010 | 37.39 Mn |
| Dec 31, 2009 | 722.12 Mn |
| Sep 30, 2009 | 51.48 Mn |
| Jun 30, 2009 | 49.02 Mn |
| Mar 31, 2009 | 35.31 Mn |
Unilever Plc Equity Income 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=equity-income&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-income", "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=equity-income&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();