Rentokil Initial Plc /Fi (RKLIF) EPS (Basic) (2021 - 2025)
Rentokil Initial's (RKLIF) quarterly EPS (Basic) came in at $0.57 in Q4 2025, up 3720.69% quarter-over-quarter from -$0.02 in Q3 2025.
Rentokil Initial Plc /Fi (RKLIF) EPS (Basic) (2021 - 2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported EPS (Basic) for 4 consecutive years, with $0.57 the latest figure, recorded in Q4 2025.
- On a quarterly basis, EPS (Basic) changed N/A year-over-year to $0.57 in Q4 2025; TTM through Dec 2025 was $1.86, a N/A change from a year earlier, with the FY2025 full-year figure at $0.93, up 19.14% from the prior year.
- EPS (Basic) was $0.57 for Q4 2025 at Rentokil Initial, up from -$0.02 in the prior quarter.
- Over five years, EPS (Basic) peaked at $1.51 in Q4 2021 and troughed at -$0.02 in Q3 2025.
- A 4-year average of $0.73 and a median of $0.57 in 2025 frame the typical range for EPS (Basic).
- Across the five-year window, EPS (Basic) slipped 9.15% in 2022 and plunged 84.17% in 2023, its largest moves.
- Over 4 years, EPS (Basic) stood at $1.51 in 2021, then fell by 9.15% to $1.37 in 2022, then sank by 84.17% to $0.22 in 2023, then soared by 164.67% to $0.57 in 2025.
- The last three EPS (Basic) figures came in at $0.57 (Q4 2025), -$0.02 (Q3 2025), and $0.22 (Q4 2023), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 0.57 |
| Sep 30, 2025 | -0.02 |
| Dec 31, 2023 | 0.22 |
| Dec 31, 2022 | 1.37 |
| Dec 31, 2021 | 1.51 |
Rentokil Initial Plc /Fi 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=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();