Unilever Plc (UNLYF) Income from Discontinued Operations (2024)
Unilever (UNLYF) posted Income from Discontinued Operations of $532.2 million for Q4 2024.
Analysis
Unilever Plc (UNLYF) Income from Discontinued Operations (2024) Analysis & Trends
Unilever has reported Income from Discontinued Operations for 1 years, with the latest figure at $532.2 million in Q4 2024.
- On a quarterly basis, Income from Discontinued Operations changed N/A year-over-year to $532.2 million in Q4 2024; TTM through Dec 2024 was $633.3 million, a N/A change from a year earlier, with the FY2025 full-year figure at $4.3 billion, up 1101.39% from the prior year.
- Income from Discontinued Operations was $532.2 million for Q4 2024 at Unilever.
- The five-year high for Income from Discontinued Operations was $532.2 million in Q4 2024, with the low at $532.2 million in Q4 2024.
Peer Set
Peer Comparison
API Access
Unilever Plc Income 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=income-from-discontinued-operations&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-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=income-from-discontinued-operations&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();