Unilever Plc (UNLYF) Shares Outstanding (2015 - 2026)
Unilever (UNLYF) posted Shares Outstanding (Entity) of $2.2 billion for Q4 2025, down 13.62% on a QoQ basis from $2.5 billion in Q4 2024, and down 13.62% year-over-year from $2.5 billion in Q4 2024.
Unilever Plc (UNLYF) Shares Outstanding (2015 - 2026) Analysis & Trends
Unilever has reported Shares Outstanding (Entity) for 11 years, with the latest figure at $2.2 billion in Q4 2025.
- On a quarterly basis, Shares Outstanding (Entity) fell 13.62% year-over-year to $2.2 billion in Q4 2025; TTM through Dec 2025 was $2.2 billion, a 13.62% decrease from a year earlier, with the FY2025 full-year figure at $2.2 billion, down 13.62% from the prior year.
- Shares Outstanding (Entity) was $2.2 billion for Q4 2025 at Unilever, down from $2.5 billion in the prior quarter.
- The five-year high for Shares Outstanding (Entity) was $2.6 billion in Q4 2021, with the low at $2.2 billion in Q4 2025.
- Average Shares Outstanding (Entity) over 5 years is $2.5 billion, with a median of $2.5 billion recorded in 2024.
- The sharpest annual moves came in 2024 and 2025: Shares Outstanding (Entity) increased 0.14% in 2024, then dropped 13.62% in 2025.
- Over 5 years, Shares Outstanding (Entity) stood at $2.6 billion in 2021, then changed by 0.0% to $2.6 billion in 2022, then slipped by 4.1% to $2.5 billion in 2023, then grew by 0.14% to $2.5 billion in 2024, then decreased by 13.62% to $2.2 billion in 2025.
- The last three Shares Outstanding (Entity) figures came in at $2.2 billion (Q4 2025), $2.5 billion (Q4 2024), and $2.5 billion (Q4 2023), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.18 Bn |
| Dec 31, 2025 | 2.18 Bn |
| Jun 30, 2025 | 2.49 Bn |
| Dec 31, 2024 | 2.49 Bn |
| Jun 30, 2024 | 2.52 Bn |
| Dec 31, 2023 | 2.52 Bn |
| Jun 30, 2023 | 2.55 Bn |
| Dec 31, 2022 | 2.55 Bn |
| Jun 30, 2022 | 2.60 Bn |
| Dec 31, 2021 | 2.60 Bn |
| Jun 30, 2021 | 2.62 Bn |
| Dec 31, 2020 | 2.62 Bn |
| Jun 30, 2020 | 2.62 Bn |
| Dec 31, 2019 | 2.62 Bn |
| Jun 30, 2019 | 2.68 Bn |
| Dec 31, 2018 | 2.68 Bn |
| Jun 30, 2018 | 2.80 Bn |
| Dec 31, 2017 | 2.80 Bn |
| Jun 30, 2017 | 2.84 Bn |
| Dec 31, 2016 | 2.84 Bn |
Unilever Plc Shares Outstanding 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=shares-outstanding&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();