Rentokil Initial Plc /Fi (RKLIF) Exchange Rate Effect (2023 - 2024)
Rentokil Initial's (RKLIF) quarterly Exchange Rate Effect came in at -$31.0 million in Q4 2024, down 13.53% year-over-year from -$35.9 million in Q1 2024, and down 13.53% quarter-over-quarter from -$27.3 million in Q4 2023.
Rentokil Initial Plc /Fi (RKLIF) Exchange Rate Effect (2023 - 2024) Analysis & Trends
Rentokil Initial (RKLIF) has reported Exchange Rate Effect for 2 consecutive years, with -$31.0 million the latest figure, recorded in Q4 2024.
Peer Comparison
Rentokil Initial Plc /Fi Exchange Rate Effect 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=exchange-rate-effect&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();