Rentokil Initial Plc /Fi (RKLIF) Accumulated Expenses (2019 - 2025)
Rentokil Initial's (RKLIF) quarterly Accumulated Expenses came in at -$1.0 million in Q4 2025, up 90.91% year-over-year from -$523809.5 in Q4 2024, and up 90.91% quarter-over-quarter from -$11.0 million in Q4 2024.
Rentokil Initial Plc /Fi (RKLIF) Accumulated Expenses (2019 - 2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported Accumulated Expenses for 7 consecutive years, with -$1.0 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Accumulated Expenses rose 90.91% year-over-year to -$1.0 million in Q4 2025; TTM through Dec 2025 was -$1.0 million, a 90.91% increase from a year earlier, with the FY2025 full-year figure at -$1.0 million, up 90.91% from the prior year.
- Accumulated Expenses was -$1.0 million for Q4 2025 at Rentokil Initial, up from -$11.0 million in the prior quarter.
- Over five years, Accumulated Expenses peaked at $556.0 million in Q2 2022 and troughed at -$1.1 billion in Q4 2022.
- A 5-year average of -$95.0 million and a median of -$6.0 million in 2024 frame the typical range for Accumulated Expenses.
- Across the five-year window, Accumulated Expenses slumped 15951.29% in 2022 and jumped 98.99% in 2023, its largest moves.
- Over 5 years, Accumulated Expenses stood at $7.0 million in 2021, then tumbled by 15951.29% to -$1.1 billion in 2022, then jumped by 98.99% to -$11.2 million in 2023, then gained by 1.53% to -$11.0 million in 2024, then surged by 90.91% to -$1.0 million in 2025.
- The last three Accumulated Expenses figures came in at -$1.0 million (Q4 2025), -$11.0 million (Q4 2024), and -$11.2 million (Q4 2023), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -1.00 Mn |
| Dec 31, 2024 | -11.00 Mn |
| Dec 31, 2023 | -11.17 Mn |
| Dec 31, 2022 | -1.11 Bn |
| Jun 30, 2022 | 556.00 Mn |
| Dec 31, 2021 | 7.00 Mn |
| Dec 31, 2020 | 7.00 Mn |
| Dec 31, 2019 | 16.00 Mn |
Rentokil Initial Plc /Fi 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=accumulated-expenses&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=accumulated-expenses&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();