Rentokil Initial Plc /Fi (RKLIF) Tax Provisions (2022 - 2025)
Rentokil Initial's (RKLIF) quarterly Tax Provisions came in at -$43.0 million in Q4 2025, down 19.44% year-over-year from -$53.4 million in Q4 2024, and down 219.44% quarter-over-quarter from $36.0 million in Q3 2025.
Rentokil Initial Plc /Fi (RKLIF) Tax Provisions (2022 - 2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported Tax Provisions for 4 consecutive years, with -$43.0 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Tax Provisions fell 19.44% year-over-year to -$43.0 million in Q4 2025; TTM through Dec 2025 was $96.0 million, a N/A change from a year earlier, with the FY2025 full-year figure at -$100.0 million, down 1011.11% from the prior year.
- Tax Provisions was -$43.0 million for Q4 2025 at Rentokil Initial, down from $36.0 million in the prior quarter.
- Over five years, Tax Provisions peaked at $139.0 million in Q4 2023 and troughed at -$43.0 million in Q4 2025.
- A 4-year average of $34.2 million and a median of $36.0 million in 2025 frame the typical range for Tax Provisions.
- Across the five-year window, Tax Provisions soared 85.18% in 2023 and slumped 125.9% in 2024, its largest moves.
- Over 4 years, Tax Provisions stood at $75.1 million in 2022, then soared by 85.18% to $139.0 million in 2023, then slumped by 125.9% to -$36.0 million in 2024, then declined by 19.44% to -$43.0 million in 2025.
- The last three Tax Provisions figures came in at -$43.0 million (Q4 2025), $36.0 million (Q3 2025), and -$36.0 million (Q4 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -43.00 Mn |
| Sep 30, 2025 | 36.00 Mn |
| Dec 31, 2024 | -36.00 Mn |
| Dec 31, 2023 | 139.01 Mn |
| Dec 31, 2022 | 75.07 Mn |
Rentokil Initial Plc /Fi Tax Provisions 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-provisions&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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-provisions&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();