Unilever Plc (UNLYF) EPS (Basic) (2015 - 2025)
Unilever (UNLYF) posted EPS (Basic) of $2.02 for Q4 2025, up 1399.41% on a QoQ basis from $0.13 in Q4 2024, and up 1399.41% year-over-year from $0.13 in Q4 2024.
Unilever Plc (UNLYF) EPS (Basic) (2015 - 2025) Analysis & Trends
Unilever has reported EPS (Basic) for 7 years, with the latest figure at $2.02 in Q4 2025.
- On a quarterly basis, EPS (Basic) rose 1399.41% year-over-year to $2.02 in Q4 2025; TTM through Dec 2025 was $3.98, a 24.28% increase from a year earlier, with the FY2025 full-year figure at $4.9, up 96.4% from the prior year.
- EPS (Basic) was $2.02 for Q4 2025 at Unilever, up from $0.13 in the prior quarter.
- The five-year high for EPS (Basic) was $2.02 in Q4 2025, with the low at $0.13 in Q4 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 2.02 |
| Dec 31, 2024 | 0.13 |
| Dec 31, 2020 | 1.62 |
| Jun 30, 2020 | -0.12 |
| Dec 31, 2019 | 1.41 |
| Dec 31, 2017 | 1.35 |
| Dec 31, 2016 | 1.07 |
| Dec 31, 2015 | 16.44 |
Unilever Plc EPS (Basic) 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=eps-basic&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();