Rentokil Initial Plc /Fi (RKLIF) Tax Rate (2022 - 2025)
Rentokil Initial's (RKLIF) quarterly Tax Rate came in at 13.52% in Q4 2025, up 45.91% quarter-over-quarter from 25.0% in Q3 2025.
Rentokil Initial Plc /Fi (RKLIF) Tax Rate (2022 - 2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported Tax Rate for 3 consecutive years, with 13.52% the latest figure, recorded in Q4 2025.
- On a quarterly basis, Tax Rate changed N/A year-over-year to 13.52% in Q4 2025; TTM through Dec 2025 was 9.18%, a N/A change from a year earlier, with the FY2025 full-year figure at 25.64%, down 2369.0% from the prior year.
- Tax Rate was 13.52% for Q4 2025 at Rentokil Initial, up from 25.0% in the prior quarter.
- Over five years, Tax Rate peaked at 56.0% in Q4 2023 and troughed at 25.0% in Q3 2025.
- A 3-year average of 7.38% and a median of 0.75% in 2022 frame the typical range for Tax Rate.
- The widest YoY moves for Tax Rate: up 4397 bps in 2023, down 4397 bps in 2023.
- Over 3 years, Tax Rate stood at 12.03% in 2022, then jumped by 366 bps to 56.0% in 2023, then plunged by 124 bps to 13.52% in 2025.
- The last three Tax Rate figures came in at 13.52% (Q4 2025), 25.0% (Q3 2025), and 56.0% (Q4 2023), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -13.52% |
| Sep 30, 2025 | -25.00% |
| Dec 31, 2023 | 56.00% |
| Dec 31, 2022 | 12.03% |
Rentokil Initial Plc /Fi Tax Rate 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=tax-rate&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();