Rentokil Initial Plc /Fi (RKLIF) Other Accumulated Expenses (2019 - 2025)
Rentokil Initial's (RKLIF) quarterly Other Accumulated Expenses came in at -$46.0 million in Q4 2025, up 48.06% year-over-year from -$31.1 million in Q4 2024, and up 28.12% quarter-over-quarter from -$64.0 million in Q2 2025.
Rentokil Initial Plc /Fi (RKLIF) Other Accumulated Expenses (2019 - 2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported Other Accumulated Expenses for 7 consecutive years, with -$46.0 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Other Accumulated Expenses rose 48.06% year-over-year to -$46.0 million in Q4 2025; TTM through Dec 2025 was -$46.0 million, a 48.06% increase from a year earlier, with the FY2025 full-year figure at -$46.0 million, up 46.51% from the prior year.
- Other Accumulated Expenses was -$46.0 million for Q4 2025 at Rentokil Initial, up from -$64.0 million in the prior quarter.
- Over five years, Other Accumulated Expenses peaked at $14.0 million in Q2 2022 and troughed at -$105.6 million in Q4 2022.
- A 5-year average of -$74.9 million and a median of -$88.6 million in 2024 frame the typical range for Other Accumulated Expenses.
- Across the five-year window, Other Accumulated Expenses plunged 779.31% in 2023 and surged 48.06% in 2025, its largest moves.
- Over 5 years, Other Accumulated Expenses stood at -$97.1 million in 2021, then dropped by 8.76% to -$105.6 million in 2022, then climbed by 16.52% to -$88.1 million in 2023, then retreated by 0.5% to -$88.6 million in 2024, then surged by 48.06% to -$46.0 million in 2025.
- The last three Other Accumulated Expenses figures came in at -$46.0 million (Q4 2025), -$64.0 million (Q2 2025), and -$88.6 million (Q4 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -46.00 Mn |
| Jun 30, 2025 | -64.00 Mn |
| Dec 31, 2024 | -88.56 Mn |
| Jun 30, 2024 | -103.50 Mn |
| Dec 31, 2023 | -88.12 Mn |
| Jun 30, 2023 | -95.10 Mn |
| Dec 31, 2022 | -105.56 Mn |
| Jun 30, 2022 | 14.00 Mn |
| Dec 31, 2021 | -97.06 Mn |
| Dec 31, 2020 | 99.00 Mn |
| Dec 31, 2019 | 82.00 Mn |
Rentokil Initial Plc /Fi Other Accumulated Expenses 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=other-accumulated-expenses&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-accumulated-expenses", "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=other-accumulated-expenses&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();