Unilever Plc (UNLYF) Other financing activities (2009 - 2011)
Unilever (UNLYF) posted Other financing activities of $28.3 million for Q4 2011, up 109.59% on a QoQ basis from -$295.0 million in Q4 2011, and up 123.96% year-over-year from $12.6 million in Q4 2010.
Unilever Plc (UNLYF) Other financing activities (2009 - 2011) Analysis & Trends
Unilever has reported Other financing activities for 3 years, with the latest figure at $28.3 million in Q4 2011.
- On a quarterly basis, Other financing activities rose 123.96% year-over-year to $28.3 million in Q4 2011; TTM through Dec 2011 was -$320.3 million, a 3.98% increase from a year earlier, with the FY2025 full-year figure at -$1.2 billion, down 66.21% from the prior year.
- Other financing activities was $28.3 million for Q4 2011 at Unilever, up from -$295.0 million in the prior quarter.
- The five-year high for Other financing activities was $64.6 million in Q3 2010, with the low at -$295.0 million in Q4 2011.
- Average Other financing activities over 3 years is -$94.9 million, with a median of -$63.5 million recorded in 2009.
- The sharpest annual moves came in 2010 and 2011: Other financing activities plunged 86.05% in 2010, then jumped 123.96% in 2011.
- Over 3 years, Other financing activities stood at -$63.5 million in 2009, then tumbled by 86.05% to -$118.1 million in 2010, then surged by 123.96% to $28.3 million in 2011.
- The last three Other financing activities figures came in at $28.3 million (Q4 2011), -$295.0 million (Q4 2011), and -$118.1 million (Q4 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2011 | 28.30 Mn |
| Oct 21, 2011 | -294.97 Mn |
| Dec 31, 2010 | -118.14 Mn |
| Sep 30, 2010 | 64.56 Mn |
| Jun 30, 2010 | -270.27 Mn |
| Mar 31, 2010 | -9.69 Mn |
| Dec 31, 2009 | -63.50 Mn |
| Jun 30, 2009 | -177.01 Mn |
| Mar 31, 2009 | -13.08 Mn |
Unilever Plc Other financing activities 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=other-financing-activities&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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=other-financing-activities&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();