Rentokil Initial Plc /Fi (RKLIF) Dividends Paid - Common (2023 - 2025)
Rentokil Initial's (RKLIF) quarterly Dividends Paid - Common came in at -$198.0 million in Q4 2025, down 6.45% year-over-year from -$211.7 million in Q4 2024, and down 6.45% quarter-over-quarter from -$186.0 million in Q4 2024.
Rentokil Initial Plc /Fi (RKLIF) Dividends Paid - Common (2023 - 2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported Dividends Paid - Common for 3 consecutive years, with -$198.0 million the latest figure, recorded in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -198.00 Mn |
| Dec 31, 2024 | -186.00 Mn |
| Dec 31, 2023 | -162.59 Mn |
Rentokil Initial Plc /Fi Dividends Paid - Common 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=dividends-paid-common&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common", "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=dividends-paid-common&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();