Rentokil Initial Plc /Fi (RKLIF) Pension (2021 - 2025)
Rentokil Initial's (RKLIF) quarterly Pension came in at -$27.0 million in Q4 2025, up 15.86% year-over-year from -$23.3 million in Q4 2024, and down 237.5% quarter-over-quarter from -$8.0 million in Q3 2025.
Rentokil Initial Plc /Fi (RKLIF) Pension (2021 - 2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported Pension for 5 consecutive years, with -$27.0 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Pension rose 15.86% year-over-year to -$27.0 million in Q4 2025; TTM through Dec 2025 was -$27.0 million, a 15.86% increase from a year earlier, with the FY2025 full-year figure at -$27.0 million, up 15.62% from the prior year.
- Pension was -$27.0 million for Q4 2025 at Rentokil Initial, down from -$8.0 million in the prior quarter.
- Over five years, Pension peaked at $36.4 million in Q4 2021 and troughed at -$37.5 million in Q2 2023.
- A 5-year average of -$22.9 million and a median of -$32.1 million in 2024 frame the typical range for Pension.
- Across the five-year window, Pension plunged 196.68% in 2022 and advanced 15.86% in 2025, its largest moves.
- Over 5 years, Pension stood at $36.4 million in 2021, then sank by 196.68% to -$35.2 million in 2022, then increased by 1.24% to -$34.8 million in 2023, then advanced by 7.67% to -$32.1 million in 2024, then gained by 15.86% to -$27.0 million in 2025.
- The last three Pension figures came in at -$27.0 million (Q4 2025), -$8.0 million (Q3 2025), and -$31.0 million (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -27.00 Mn |
| Sep 30, 2025 | -8.00 Mn |
| Jun 30, 2025 | -31.00 Mn |
| Dec 31, 2024 | -32.09 Mn |
| Jun 30, 2024 | -36.60 Mn |
| Dec 31, 2023 | -34.75 Mn |
| Jun 30, 2023 | -37.54 Mn |
| Dec 31, 2022 | -35.19 Mn |
| Dec 31, 2021 | 36.40 Mn |
Rentokil Initial Plc /Fi Pension 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=pension&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "pension", "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=pension&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();