Rentokil Initial Plc /Fi (RKLIF) Other Operating Expenses (2025)
Rentokil Initial's (RKLIF) quarterly Other Operating Expenses came in at -$6.4 billion in Q4 2025, down 300.69% quarter-over-quarter from $3.2 billion in Q3 2025.
Rentokil Initial Plc /Fi (RKLIF) Other Operating Expenses (2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported Other Operating Expenses for 1 consecutive years, with -$6.4 billion the latest figure, recorded in Q4 2025.
- On a quarterly basis, Other Operating Expenses changed N/A year-over-year to -$6.4 billion in Q4 2025; TTM through Dec 2025 was -$3.2 billion, a N/A change from a year earlier, with the FY2025 full-year figure at -$6.2 billion, up 5.24% from the prior year.
- Other Operating Expenses was -$6.4 billion for Q4 2025 at Rentokil Initial, down from $3.2 billion in the prior quarter.
- Over five years, Other Operating Expenses peaked at $3.2 billion in Q3 2025 and troughed at -$6.4 billion in Q4 2025.
Peer Comparison
Rentokil Initial Plc /Fi Other 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=other-operating-expenses&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-operating-expenses&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();