Unilever Plc (UNLYF) Cash from Discontinued Operations (2009)
Unilever (UNLYF) posted Cash from Discontinued Operations of $7.4 billion for Q4 2009, up 246.97% on a QoQ basis from $2.1 billion in Q3 2009.
Unilever Plc (UNLYF) Cash from Discontinued Operations (2009) Analysis & Trends
Unilever has reported Cash from Discontinued Operations for 1 years, with the latest figure at $7.4 billion in Q4 2009.
- On a quarterly basis, Cash from Discontinued Operations changed N/A year-over-year to $7.4 billion in Q4 2009; TTM through Dec 2009 was $15.4 billion, a N/A change from a year earlier, with the FY2025 full-year figure at $3.5 billion, up 202.9% from the prior year.
- Cash from Discontinued Operations was $7.4 billion for Q4 2009 at Unilever, up from $2.1 billion in the prior quarter.
- The five-year high for Cash from Discontinued Operations was $7.4 billion in Q4 2009, with the low at $1.6 billion in Q1 2009.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2009 | 7.41 Bn |
| Sep 30, 2009 | 2.14 Bn |
| Mar 31, 2009 | 1.61 Bn |
Unilever Plc Cash from Discontinued Operations 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=cash-from-discontinued-operations&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-discontinued-operations", "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=cash-from-discontinued-operations&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();