Rentokil Initial Plc /Fi (RKLIF) Non-Current Assets (2019 - 2026)
Rentokil Initial's (RKLIF) quarterly Non-Current Assets came in at -$4.1 billion in Q2 2026, down 138.72% year-over-year from $10.6 billion in Q2 2025, and down 138.76% quarter-over-quarter from $10.6 billion in Q4 2025.
Rentokil Initial Plc /Fi (RKLIF) Non-Current Assets (2019 - 2026) Analysis & Trends
Rentokil Initial (RKLIF) has reported Non-Current Assets for 8 consecutive years, with -$4.1 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Non-Current Assets fell 138.72% year-over-year to -$4.1 billion in Q2 2026; TTM through Jun 2026 was -$461.9 million, a 104.36% decrease from a year earlier, with the FY2025 full-year figure at $10.6 billion, changed 0.24% from the prior year.
- Non-Current Assets was -$4.1 billion for Q2 2026 at Rentokil Initial, down from $10.6 billion in the prior quarter.
- Over five years, Non-Current Assets peaked at $10.9 billion in Q4 2024 and troughed at -$4.1 billion in Q2 2026.
- A 5-year average of $5.8 billion and a median of $10.2 billion in 2022 frame the typical range for Non-Current Assets.
- Across the five-year window, Non-Current Assets soared 69990.05% in 2025 and slumped 138.72% in 2026, its largest moves.
- Over 5 years, Non-Current Assets stood at $10.2 billion in 2022, then grew by 2.47% to $10.5 billion in 2023, then increased by 3.87% to $10.9 billion in 2024, then retreated by 2.69% to $10.6 billion in 2025, then tumbled by 138.76% to -$4.1 billion in 2026.
- The last three Non-Current Assets figures came in at -$4.1 billion (Q2 2026), $10.6 billion (Q4 2025), and $10.6 billion (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -4.10 Bn |
| Dec 31, 2025 | 10.58 Bn |
| Jun 30, 2025 | 10.59 Bn |
| Dec 31, 2024 | 10.87 Bn |
| Jun 30, 2024 | -15.15 Mn |
| Dec 31, 2023 | 10.46 Bn |
| Jun 30, 2023 | -23.78 Mn |
| Dec 31, 2022 | 10.21 Bn |
| Jun 30, 2022 | 3.68 Bn |
| Dec 31, 2021 | 4.02 Bn |
| Dec 31, 2020 | 3.83 Bn |
| Dec 31, 2019 | 4.69 Bn |
Rentokil Initial Plc /Fi 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=non-current-assets&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=non-current-assets&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();