Rentokil Initial Plc /Fi (RKLIF) Profit After Tax (2021 - 2025)
Rentokil Initial's (RKLIF) quarterly Profit After Tax came in at $263.0 million in Q4 2025, up 31.17% quarter-over-quarter from $200.5 million in Q3 2025.
Rentokil Initial Plc /Fi (RKLIF) Profit After Tax (2021 - 2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported Profit After Tax for 4 consecutive years, with $263.0 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Profit After Tax changed N/A year-over-year to $263.0 million in Q4 2025; TTM through Dec 2025 was $1.1 billion, a N/A change from a year earlier, with the FY2025 full-year figure at $470.0 million, up 1019.05% from the prior year.
- Profit After Tax was $263.0 million for Q4 2025 at Rentokil Initial, up from $200.5 million in the prior quarter.
- Over five years, Profit After Tax peaked at $560.8 million in Q4 2021 and troughed at $109.2 million in Q4 2023.
- A 4-year average of $336.5 million and a median of $263.0 million in 2025 frame the typical range for Profit After Tax.
- Across the five-year window, Profit After Tax decreased 2.11% in 2022 and plunged 80.1% in 2023, its largest moves.
- Over 4 years, Profit After Tax stood at $560.8 million in 2021, then fell by 2.11% to $548.9 million in 2022, then slumped by 80.1% to $109.2 million in 2023, then soared by 140.8% to $263.0 million in 2025.
- The last three Profit After Tax figures came in at $263.0 million (Q4 2025), $200.5 million (Q3 2025), and $109.2 million (Q4 2023), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 263.00 Mn |
| Sep 30, 2025 | 200.51 Mn |
| Dec 31, 2023 | 109.22 Mn |
| Dec 31, 2022 | 548.93 Mn |
| Dec 31, 2021 | 560.77 Mn |
Rentokil Initial Plc /Fi Profit After Tax 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=profit-after-tax&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();