Rentokil Initial Plc /Fi (RKLIF) Interest & Investment Income (2022 - 2024)
Rentokil Initial's (RKLIF) quarterly Interest & Investment Income came in at -$59.0 million in Q4 2024, up 0.9% year-over-year from -$58.5 million in Q1 2024, and up 0.9% quarter-over-quarter from -$59.6 million in Q4 2023.
Rentokil Initial Plc /Fi (RKLIF) Interest & Investment Income (2022 - 2024) Analysis & Trends
Rentokil Initial (RKLIF) has reported Interest & Investment Income for 3 consecutive years, with -$59.0 million the latest figure, recorded in Q4 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | -59.04 Mn |
| Dec 31, 2023 | -59.58 Mn |
| Dec 31, 2022 | -57.47 Mn |
Rentokil Initial Plc /Fi Interest & Investment Income 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=interest-and-investment-income&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "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=interest-and-investment-income&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();