Rentokil Initial Plc /Fi (RKLIF) Current Taxes (2021 - 2026)
Rentokil Initial's (RKLIF) quarterly Current Taxes came in at -$60.0 million in Q2 2026, down 11.11% year-over-year from -$67.5 million in Q2 2025, and up 1.64% quarter-over-quarter from -$61.0 million in Q4 2025.
Rentokil Initial Plc /Fi (RKLIF) Current Taxes (2021 - 2026) Analysis & Trends
Rentokil Initial (RKLIF) has reported Current Taxes for 6 consecutive years, with -$60.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Current Taxes fell 11.11% year-over-year to -$60.0 million in Q2 2026; TTM through Jun 2026 was -$60.0 million, a 11.11% decrease from a year earlier, with the FY2025 full-year figure at -$61.0 million, down 15.09% from the prior year.
- Current Taxes was -$60.0 million for Q2 2026 at Rentokil Initial, up from -$61.0 million in the prior quarter.
- Over five years, Current Taxes peaked at $13.0 million in Q2 2022 and troughed at -$70.4 million in Q4 2022.
- A 5-year average of -$52.0 million and a median of -$59.6 million in 2023 frame the typical range for Current Taxes.
- The widest YoY moves for Current Taxes: up 15.35% in 2023, down 581.29% in 2023.
- Over 5 years, Current Taxes stood at -$70.4 million in 2022, then climbed by 15.35% to -$59.6 million in 2023, then gained by 7.36% to -$55.2 million in 2024, then slipped by 10.53% to -$61.0 million in 2025, then grew by 1.64% to -$60.0 million in 2026.
- The last three Current Taxes figures came in at -$60.0 million (Q2 2026), -$61.0 million (Q4 2025), and -$54.0 million (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -60.00 Mn |
| Dec 31, 2025 | -61.00 Mn |
| Jun 30, 2025 | -54.00 Mn |
| Dec 31, 2024 | -55.19 Mn |
| Jun 30, 2024 | -58.06 Mn |
| Dec 31, 2023 | -59.58 Mn |
| Jun 30, 2023 | -62.57 Mn |
| Dec 31, 2022 | -70.38 Mn |
| Jun 30, 2022 | 13.00 Mn |
| Dec 31, 2021 | 82.23 Mn |
Rentokil Initial Plc /Fi Current Taxes 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=current-taxes&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-taxes", "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=current-taxes&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();