Unilever Plc (UNLYF) Revenue (2009 - 2026)
Unilever (UNLYF) posted Revenue of $15.2 billion for Q2 2026, up 69.38% on a QoQ basis from $9.0 billion in Q4 2025, and up 3.53% year-over-year from $14.6 billion in Q2 2025.
Unilever Plc (UNLYF) Revenue (2009 - 2026) Analysis & Trends
Unilever has reported Revenue for 10 years, with the latest figure at $15.2 billion in Q2 2026.
- On a quarterly basis, Revenue rose 3.53% year-over-year to $15.2 billion in Q2 2026; TTM through Jun 2026 was $47.6 billion, a 17.86% decrease from a year earlier, with the FY2025 full-year figure at $57.1 billion, changed 0.46% from the prior year.
- Revenue was $15.2 billion for Q2 2026 at Unilever, up from $9.0 billion in the prior quarter.
- The five-year high for Revenue was $17.3 billion in Q2 2024, with the low at $8.9 billion in Q4 2024.
- Average Revenue over 5 years is $14.1 billion, with a median of $15.2 billion recorded in 2026.
- The sharpest annual moves came in 2025 and 2026: Revenue dropped 15.48% in 2025, then gained 3.53% in 2026.
- Over 5 years, Revenue stood at $16.9 billion in 2022, then increased by 1.59% to $17.1 billion in 2023, then slumped by 48.36% to $8.9 billion in 2024, then advanced by 1.16% to $9.0 billion in 2025, then surged by 69.38% to $15.2 billion in 2026.
- The last three Revenue figures came in at $15.2 billion (Q2 2026), $9.0 billion (Q4 2025), and $14.6 billion (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 15.16 Bn |
| Dec 31, 2025 | 8.95 Bn |
| Jun 30, 2025 | 14.65 Bn |
| Dec 31, 2024 | 8.85 Bn |
| Jun 30, 2024 | 17.33 Bn |
| Jun 30, 2023 | 17.14 Bn |
| Jun 30, 2022 | 16.87 Bn |
| Dec 31, 2018 | 627.77 Mn |
| Dec 31, 2016 | -14.29 Bn |
| Dec 31, 2015 | -15.46 Bn |
| Dec 31, 2010 | 14.69 Bn |
| Sep 30, 2010 | 14.91 Bn |
| Jun 30, 2010 | 14.98 Bn |
| Mar 31, 2010 | 14.05 Bn |
| Dec 31, 2009 | 29.48 Bn |
| Sep 30, 2009 | 14.59 Bn |
| Jun 30, 2009 | 14.24 Bn |
| Mar 31, 2009 | 12.43 Bn |
Unilever Plc Revenue 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=revenue&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "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=revenue&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();