Rentokil Initial Plc /Fi (RKLIF) Prepaid Assets (2019 - 2025)
Rentokil Initial's (RKLIF) quarterly Prepaid Assets came in at $2.0 million in Q4 2025, down 22.09% year-over-year from $2.6 million in Q4 2024, and little changed quarter-over-quarter from $2.0 million in Q2 2025.
Rentokil Initial Plc /Fi (RKLIF) Prepaid Assets (2019 - 2025) Analysis & Trends
Rentokil Initial (RKLIF) has reported Prepaid Assets for 7 consecutive years, with $2.0 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Prepaid Assets fell 22.09% year-over-year to $2.0 million in Q4 2025; TTM through Dec 2025 was $2.0 million, a 22.09% decrease from a year earlier, with the FY2025 full-year figure at $2.0 million, up 100.0% from the prior year.
- Prepaid Assets was $2.0 million for Q4 2025 at Rentokil Initial, roughly flat from $2.0 million in the prior quarter.
- Over five years, Prepaid Assets peaked at $2.7 million in Q4 2021 and troughed at $1.2 million in Q4 2022.
- A 5-year average of $1.8 million and a median of $1.6 million in 2025 frame the typical range for Prepaid Assets.
- Across the five-year window, Prepaid Assets plunged 98.14% in 2021 and surged 106.82% in 2024, its largest moves.
- Over 5 years, Prepaid Assets stood at $2.7 million in 2021, then tumbled by 56.49% to $1.2 million in 2022, then rose by 5.82% to $1.2 million in 2023, then soared by 106.82% to $2.6 million in 2024, then fell by 22.09% to $2.0 million in 2025.
- The last three Prepaid Assets figures came in at $2.0 million (Q4 2025), $2.0 million (Q2 2025), and $2.6 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 | 2.57 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 | 2.70 Mn |
| Dec 31, 2020 | 145.00 Mn |
| Dec 31, 2019 | 81.00 Mn |
Rentokil Initial Plc /Fi Prepaid 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=prepaid-assets&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "prepaid-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=prepaid-assets&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();