Relx (RELX) Interest Coverage Ratio (2020 - 2025)
Relx's (RELX) quarterly Interest Coverage Ratio came in at 9.7 in Q4 2025, down 10.92% year-over-year from 10.88 in Q4 2024, and down 10.92% quarter-over-quarter from 8.74 in Q4 2024.
Relx (RELX) Interest Coverage Ratio (2020 - 2025) Analysis & Trends
Relx (RELX) has reported Interest Coverage Ratio for 6 consecutive years, with 9.7 the latest figure, recorded in Q4 2025.
- On a quarterly basis, Interest Coverage Ratio fell 10.92% year-over-year to 9.7 in Q4 2025; TTM through Dec 2025 was 9.14, a 5.57% increase from a year earlier, with the FY2025 full-year figure at 5.18, down 9.06% from the prior year.
- Interest Coverage Ratio was 9.7 for Q4 2025 at Relx, down from 8.74 in the prior quarter.
- Over five years, Interest Coverage Ratio peaked at 7.62 in Q4 2023 and troughed at 13.63 in Q4 2021.
- A 5-year average of 10.21 and a median of 9.7 in 2025 frame the typical range for Interest Coverage Ratio.
- Across the five-year window, Interest Coverage Ratio tumbled 1166.46% in 2021 and surged 33.04% in 2023, its largest moves.
- Over 5 years, Interest Coverage Ratio stood at 13.63 in 2021, then climbed by 16.47% to 11.38 in 2022, then soared by 33.04% to 7.62 in 2023, then slipped by 14.69% to 8.74 in 2024, then slipped by 10.92% to 9.7 in 2025.
- The last three Interest Coverage Ratio figures came in at 9.7 (Q4 2025), 8.74 (Q4 2024), and 7.62 (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | - |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 4.71 |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | 8.18 |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 4.93 |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | - |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | -15.08 |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | 6.79 |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | - |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -9.70 |
| Dec 31, 2024 | -8.74 |
| Dec 31, 2023 | -7.62 |
| Dec 31, 2022 | -11.38 |
| Dec 31, 2021 | -13.63 |
| Dec 31, 2020 | 1.28 |
Relx Interest Coverage Ratio 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=interest-coverage-ratio&ticker=RELX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-ratio", "ticker": "RELX", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=interest-coverage-ratio&ticker=RELX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();