Rentokil Initial Plc /Fi (RKLIF) Operating Expenses (2022 - 2025)
Rentokil Initial's (RKLIF) quarterly Operating Expenses came in at -$6.4 billion in Q4 2025, down 1728.05% year-over-year from $395.3 million in Q4 2024, and down 300.69% quarter-over-quarter from $3.2 billion in Q3 2025.
Rentokil Initial Plc /Fi (RKLIF) Operating Expenses (2022 - 2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported Operating Expenses for 4 consecutive years, with -$6.4 billion the latest figure, recorded in Q4 2025.
- On a quarterly basis, Operating Expenses fell 1728.05% year-over-year to -$6.4 billion in Q4 2025; TTM through Dec 2025 was -$2.5 billion, a N/A change from a year earlier, with the FY2025 full-year figure at -$6.2 billion, down 5.9% from the prior year.
- Operating Expenses was -$6.4 billion for Q4 2025 at Rentokil Initial, down from $3.2 billion in the prior quarter.
- Over five years, Operating Expenses peaked at $3.2 billion in Q3 2025 and troughed at -$6.4 billion in Q4 2025.
- A 4-year average of -$427.5 million and a median of $372.3 million in 2023 frame the typical range for Operating Expenses.
- Across the five-year window, Operating Expenses grew 15.02% in 2023 and plunged 1728.05% in 2025, its largest moves.
- Over 4 years, Operating Expenses stood at $323.7 million in 2022, then climbed by 15.02% to $372.3 million in 2023, then rose by 6.17% to $395.3 million in 2024, then sank by 1728.05% to -$6.4 billion in 2025.
- The last three Operating Expenses figures came in at -$6.4 billion (Q4 2025), $3.2 billion (Q3 2025), and $395.3 million (Q4 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -6.44 Bn |
| Sep 30, 2025 | 3.21 Bn |
| Dec 31, 2024 | 395.32 Mn |
| Dec 31, 2023 | 372.35 Mn |
| Dec 31, 2022 | 323.73 Mn |
Rentokil Initial Plc /Fi Operating 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=operating-expenses&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-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=operating-expenses&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();