Rentokil Initial Plc /Fi (RKLIF) Shares Outstanding (2020 - 2026)
Rentokil Initial's (RKLIF) quarterly Shares Outstanding (Entity) came in at $505.2 million in Q4 2025, little changed year-over-year from $504.9 million in Q4 2024, and little changed quarter-over-quarter from $504.9 million in Q4 2024.
Rentokil Initial Plc /Fi (RKLIF) Shares Outstanding (2020 - 2026) Analysis & Trends
Rentokil Initial (RKLIF) has reported Shares Outstanding (Entity) for 6 consecutive years, with $505.2 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Shares Outstanding (Entity) changed 0.06% year-over-year to $505.2 million in Q4 2025; TTM through Dec 2025 was $505.2 million, a 0.06% change from a year earlier, with the FY2025 full-year figure at $505.2 million, changed 0.06% from the prior year.
- Shares Outstanding (Entity) was $505.2 million for Q4 2025 at Rentokil Initial, roughly flat from $504.9 million in the prior quarter.
- Over five years, Shares Outstanding (Entity) peaked at $505.2 million in Q4 2025 and troughed at $371.9 million in Q4 2021.
- A 5-year average of $457.4 million and a median of $504.5 million in 2023 frame the typical range for Shares Outstanding (Entity).
- Across the five-year window, Shares Outstanding (Entity) climbed 26.0% in 2023 and rose 0.06% in 2025, its largest moves.
- Over 5 years, Shares Outstanding (Entity) stood at $371.9 million in 2021, then advanced by 7.67% to $400.4 million in 2022, then rose by 26.0% to $504.5 million in 2023, then increased by 0.08% to $504.9 million in 2024, then gained by 0.06% to $505.2 million in 2025.
- The last three Shares Outstanding (Entity) figures came in at $505.2 million (Q4 2025), $504.9 million (Q4 2024), and $504.5 million (Q4 2023), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 504.80 Mn |
| Dec 31, 2025 | 504.80 Mn |
| Sep 30, 2025 | 504.20 Mn |
| Jun 30, 2025 | 504.20 Mn |
| Dec 31, 2024 | 504.20 Mn |
| Jun 30, 2024 | 503.20 Mn |
| Dec 31, 2023 | 503.20 Mn |
| Jun 30, 2023 | 400.40 Mn |
| Dec 31, 2022 | 400.40 Mn |
| Jun 30, 2022 | 371.60 Mn |
| Dec 31, 2021 | 371.60 Mn |
| Dec 31, 2020 | 370.60 Mn |
Rentokil Initial Plc /Fi 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=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "ticker": "RKLIF", "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=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();