Relx (RELX) Debt Ratio (2009 - 2026)
Relx's (RELX) quarterly Debt Ratio came in at 0.16 in Q2 2026, up 14.97% year-over-year from 0.14 in Q2 2025, and up 46.41% quarter-over-quarter from 0.11 in Q4 2025.
Relx (RELX) Debt Ratio (2009 - 2026) Analysis & Trends
Relx (RELX) has reported Debt Ratio for 12 consecutive years, with 0.16 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Debt Ratio rose 14.97% year-over-year to 0.16 in Q2 2026; TTM through Jun 2026 was 0.16, a 14.97% increase from a year earlier, with the FY2025 full-year figure at 0.11, up 11.12% from the prior year.
- Debt Ratio was 0.16 for Q2 2026 at Relx, up from 0.11 in the prior quarter.
- Over five years, Debt Ratio peaked at 0.16 in Q2 2026 and troughed at 0.05 in Q4 2022.
- A 5-year average of 0.1 and a median of 0.1 in 2023 frame the typical range for Debt Ratio.
- Across the five-year window, Debt Ratio surged 228.31% in 2022 and climbed 6.01% in 2024, its largest moves.
- Over 5 years, Debt Ratio stood at 0.05 in 2022, then surged by 60.15% to 0.09 in 2023, then rose by 6.01% to 0.09 in 2024, then advanced by 14.1% to 0.11 in 2025, then soared by 46.41% to 0.16 in 2026.
- The last three Debt Ratio figures came in at 0.16 (Q2 2026), 0.11 (Q4 2025), and 0.14 (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Debt Ratio (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | - |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 0.41 |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | 0.11 |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 0.36 |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | 0.30 |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | 0.08 |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | 0.24 |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | 0.16 |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | 0.13 |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | 0.25 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.16 |
| Dec 31, 2025 | 0.11 |
| Jun 30, 2025 | 0.14 |
| Dec 31, 2024 | 0.09 |
| Jun 30, 2024 | 0.12 |
| Dec 31, 2023 | 0.09 |
| Jun 30, 2023 | 0.10 |
| Dec 31, 2022 | 0.05 |
| Jun 30, 2022 | 0.06 |
| Dec 31, 2021 | 0.02 |
| Jun 30, 2021 | 0.03 |
| Dec 31, 2020 | 0.06 |
| Jun 30, 2020 | 0.08 |
| Dec 31, 2019 | 0.15 |
| Jun 30, 2019 | 0.08 |
| Dec 31, 2018 | 0.10 |
| Jun 30, 2018 | 0.09 |
| Dec 31, 2017 | 0.06 |
| Dec 31, 2016 | 0.09 |
| Dec 31, 2009 | 0.06 |
Relx Debt 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=debt-ratio&ticker=RELX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-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=debt-ratio&ticker=RELX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();