Unilever Plc (UNLYF) Profit After Tax (2009 - 2025)
Unilever (UNLYF) posted Profit After Tax of $1.0 billion for Q4 2025, up 27.51% on a QoQ basis from $789.7 million in Q4 2024, and up 27.51% year-over-year from $789.7 million in Q4 2024.
Unilever Plc (UNLYF) Profit After Tax (2009 - 2025) Analysis & Trends
Unilever has reported Profit After Tax for 9 years, with the latest figure at $1.0 billion in Q4 2025.
- On a quarterly basis, Profit After Tax rose 27.51% year-over-year to $1.0 billion in Q4 2025; TTM through Dec 2025 was $95.1 billion, a 39.21% decrease from a year earlier, with the FY2025 full-year figure at $11.3 billion, up 64.08% from the prior year.
- Profit After Tax was $1.0 billion for Q4 2025 at Unilever, up from $789.7 million in the prior quarter.
- The five-year high for Profit After Tax was $1.0 billion in Q4 2025, with the low at $789.7 million in Q4 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 1.01 Bn |
| Dec 31, 2024 | 789.69 Mn |
| Dec 31, 2015 | 46.70 Bn |
| Dec 31, 2014 | 46.57 Bn |
| Dec 31, 2013 | 62.32 Bn |
| Dec 31, 2012 | 60.10 Bn |
| Dec 31, 2011 | -429.92 Mn |
| Oct 21, 2011 | 3.41 Bn |
| Dec 31, 2010 | 3.00 Bn |
| Sep 30, 2010 | 9.61 Bn |
| Jun 30, 2010 | -6.30 Bn |
| Mar 31, 2010 | 1.46 Bn |
| Dec 31, 2009 | 2.42 Bn |
| Sep 30, 2009 | 1.60 Bn |
| Jun 30, 2009 | 1.13 Bn |
| Mar 31, 2009 | 1.05 Bn |
Unilever Plc Profit After Tax 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=profit-after-tax&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();