Unilever Plc (UNLYF) Times Interest Earned (2009 - 2015)
Unilever (UNLYF) posted Times Interest Earned of 81.45 for Q4 2015, down 12.12% on a QoQ basis from 72.65 in Q4 2014, and down 12.12% year-over-year from 92.68 in Q4 2014.
Unilever Plc (UNLYF) Times Interest Earned (2009 - 2015) Analysis & Trends
Unilever has reported Times Interest Earned for 7 years, with the latest figure at 81.45 in Q4 2015.
- On a quarterly basis, Times Interest Earned fell 12.12% year-over-year to 81.45 in Q4 2015; TTM through Dec 2015 was 9.0, a 84.66% decrease from a year earlier, with the FY2025 full-year figure at 5.92, down 1.48% from the prior year.
- Times Interest Earned was 81.45 for Q4 2015 at Unilever, down from 72.65 in the prior quarter.
- The five-year high for Times Interest Earned was 0.03 in Q4 2011, with the low at 81.45 in Q4 2015.
- Average Times Interest Earned over 5 years is 28.73, with a median of 6.67 recorded in 2011.
- The sharpest annual moves came in 2011 and 2012: Times Interest Earned surged 100.63% in 2011, then slumped 17363.95% in 2012.
- Over 5 years, Times Interest Earned stood at 0.03 in 2011, then slumped by 17363.95% to 5.12 in 2012, then climbed by 2.93% to 4.97 in 2013, then sank by 1362.37% to 72.65 in 2014, then slipped by 12.12% to 81.45 in 2015.
- The last three Times Interest Earned figures came in at 81.45 (Q4 2015), 72.65 (Q4 2014), and 4.97 (Q4 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2015 | -81.45 |
| Dec 31, 2014 | -72.65 |
| Dec 31, 2013 | -4.97 |
| Dec 31, 2012 | -5.12 |
| Dec 31, 2011 | 0.03 |
| Oct 21, 2011 | -8.23 |
| Dec 31, 2010 | -4.72 |
| Sep 30, 2010 | -14.98 |
| Jun 30, 2010 | -12.52 |
| Mar 31, 2010 | -6.25 |
| Dec 31, 2009 | -2.90 |
| Sep 30, 2009 | -6.82 |
| Jun 30, 2009 | -4.78 |
| Mar 31, 2009 | -3.57 |
Unilever Plc Times Interest Earned 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=times-interest-earned&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "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=times-interest-earned&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();