Rentokil Initial Plc /Fi (RKLIF) Other Non-Current Assets (2019 - 2025)
Rentokil Initial's (RKLIF) quarterly Other Non-Current Assets came in at -$1.0 million in Q3 2025, down 100.24% quarter-over-quarter from $413.0 million in Q2 2025.
Rentokil Initial Plc /Fi (RKLIF) Other Non-Current Assets (2019 - 2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported Other Non-Current Assets for 7 consecutive years, with -$1.0 million the latest figure, recorded in Q3 2025.
- On a quarterly basis, Other Non-Current Assets changed N/A year-over-year to -$1.0 million in Q3 2025; TTM through Sep 2025 was -$1.0 million, a N/A change from a year earlier, with the FY2023 full-year figure at $146.5 million, down 68.63% from the prior year.
- Other Non-Current Assets was -$1.0 million for Q3 2025 at Rentokil Initial, down from $413.0 million in the prior quarter.
- Over five years, Other Non-Current Assets peaked at $466.8 million in Q4 2022 and troughed at -$1.0 million in Q3 2025.
- A 5-year average of $216.4 million and a median of $146.5 million in 2023 frame the typical range for Other Non-Current Assets.
- Across the five-year window, Other Non-Current Assets sank 96.41% in 2021 and surged 17215.35% in 2022, its largest moves.
- Over 5 years, Other Non-Current Assets stood at $2.7 million in 2021, then surged by 17215.35% to $466.8 million in 2022, then plunged by 68.63% to $146.5 million in 2023, then decreased by 11.23% to $130.0 million in 2024, then sank by 100.77% to -$1.0 million in 2025.
- The last three Other Non-Current Assets figures came in at -$1.0 million (Q3 2025), $413.0 million (Q2 2025), and $130.0 million (Q2 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | -1.00 Mn |
| Jun 30, 2025 | 413.00 Mn |
| Jun 30, 2024 | 130.01 Mn |
| Dec 31, 2023 | 146.46 Mn |
| Jun 30, 2023 | 356.64 Mn |
| Dec 31, 2022 | 466.83 Mn |
| Dec 31, 2021 | 2.70 Mn |
| Dec 31, 2020 | 75.00 Mn |
| Dec 31, 2019 | 68.00 Mn |
Rentokil Initial Plc /Fi Other Non-Current Assets 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-non-current-assets&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-assets", "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-non-current-assets&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();