Rentokil Initial Plc /Fi (RKLIF) Free Cash Flow (2020 - 2022)
Rentokil Initial's (RKLIF) quarterly Free Cash Flow came in at $445.7 million in Q4 2022, down 58.51% year-over-year from $1.1 billion in Q4 2021, and down 58.51% quarter-over-quarter from $1.1 billion in Q4 2021.
Rentokil Initial Plc /Fi (RKLIF) Free Cash Flow (2020 - 2022) Analysis & Trends
Rentokil Initial (RKLIF) has reported Free Cash Flow for 3 consecutive years, with $445.7 million the latest figure, recorded in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | 445.71 Mn |
| Dec 31, 2021 | 1.07 Bn |
| Dec 31, 2020 | 1.03 Bn |
Rentokil Initial Plc /Fi Free Cash Flow 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=free-cash-flow&ticker=RKLIF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "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=free-cash-flow&ticker=RKLIF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();