Rentokil Initial Plc /Fi (RKLIF) Minority Interest (2021 - 2025)
Rentokil Initial's (RKLIF) quarterly Minority Interest came in at -$2.0 million in Q4 2025, down 55.82% year-over-year from -$4.5 million in Q4 2024, and little changed quarter-over-quarter from -$2.0 million in Q2 2025.
Rentokil Initial Plc /Fi (RKLIF) Minority Interest (2021 - 2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported Minority Interest for 5 consecutive years, with -$2.0 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Minority Interest fell 55.82% year-over-year to -$2.0 million in Q4 2025; TTM through Dec 2025 was -$2.0 million, a 55.82% decrease from a year earlier, with the FY2025 full-year figure at -$2.0 million, changed 0.0% from the prior year.
- Minority Interest was -$2.0 million for Q4 2025 at Rentokil Initial, roughly flat from -$2.0 million in the prior quarter.
- Over five years, Minority Interest peaked at -$1.2 million in Q4 2022 and troughed at -$2.0 million in Q2 2025.
- A 5-year average of -$1.4 million and a median of -$1.3 million in 2024 frame the typical range for Minority Interest.
- Across the five-year window, Minority Interest increased 12.99% in 2022 and tumbled 58.45% in 2025, its largest moves.
- Over 5 years, Minority Interest stood at -$1.3 million in 2021, then increased by 12.99% to -$1.2 million in 2022, then dropped by 5.82% to -$1.2 million in 2023, then retreated by 3.41% to -$1.3 million in 2024, then tumbled by 55.82% to -$2.0 million in 2025.
- The last three Minority Interest figures came in at -$2.0 million (Q4 2025), -$2.0 million (Q2 2025), and -$1.3 million (Q4 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -2.00 Mn |
| Jun 30, 2025 | -2.00 Mn |
| Dec 31, 2024 | -1.28 Mn |
| Jun 30, 2024 | -1.26 Mn |
| Dec 31, 2023 | -1.24 Mn |
| Jun 30, 2023 | -1.25 Mn |
| Dec 31, 2022 | -1.17 Mn |
| Dec 31, 2021 | -1.35 Mn |
Rentokil Initial Plc /Fi Minority Interest 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=minority-interest&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "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=minority-interest&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();