Relx (RELX) Total Debt (2009 - 2026)
Relx's (RELX) quarterly Total Debt came in at $3.1 billion in Q2 2026, up 21.34% year-over-year from $2.6 billion in Q2 2025, and up 50.43% quarter-over-quarter from $2.1 billion in Q4 2025.
Relx (RELX) Total Debt (2009 - 2026) Analysis & Trends
Relx (RELX) has reported Total Debt for 12 consecutive years, with $3.1 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Total Debt rose 21.34% year-over-year to $3.1 billion in Q2 2026; TTM through Jun 2026 was $3.1 billion, a 21.34% increase from a year earlier, with the FY2025 full-year figure at $2.1 billion, up 14.3% from the prior year.
- Total Debt was $3.1 billion for Q2 2026 at Relx, up from $2.1 billion in the prior quarter.
- Over five years, Total Debt peaked at $3.1 billion in Q2 2026 and troughed at $1.0 billion in Q4 2022.
- A 5-year average of $2.0 billion and a median of $1.9 billion in 2023 frame the typical range for Total Debt.
- Across the five-year window, Total Debt soared 226.29% in 2022 and increased 11.21% in 2024, its largest moves.
- Over 5 years, Total Debt stood at $1.0 billion in 2022, then surged by 59.7% to $1.6 billion in 2023, then rose by 11.21% to $1.8 billion in 2024, then increased by 15.31% to $2.1 billion in 2025, then surged by 50.43% to $3.1 billion in 2026.
- The last three Total Debt figures came in at $3.1 billion (Q2 2026), $2.1 billion (Q4 2025), and $2.6 billion (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | - |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 125.34 Bn |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | 9.93 Bn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 39.29 Bn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | 9.60 Bn |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | 4.96 Bn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | 8.92 Bn |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | 3.14 Bn |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | 6.75 Bn |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | 3.99 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.14 Bn |
| Dec 31, 2025 | 2.09 Bn |
| Jun 30, 2025 | 2.59 Bn |
| Dec 31, 2024 | 1.81 Bn |
| Jun 30, 2024 | 2.24 Bn |
| Dec 31, 2023 | 1.63 Bn |
| Jun 30, 2023 | 1.92 Bn |
| Dec 31, 2022 | 1.02 Bn |
| Jun 30, 2022 | 1.19 Bn |
| Dec 31, 2021 | 312.74 Mn |
| Jun 30, 2021 | 634.57 Mn |
| Dec 31, 2020 | 1.12 Bn |
| Jun 30, 2020 | 1.51 Bn |
| Dec 31, 2019 | 2.65 Bn |
| Jun 30, 2019 | 1.42 Bn |
| Dec 31, 2018 | 1.79 Bn |
| Jun 30, 2018 | 1.66 Bn |
| Dec 31, 2017 | 1.01 Bn |
| Dec 31, 2016 | 1.45 Bn |
| Dec 31, 2009 | 1.11 Bn |
Relx Total Debt 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=total-debt&ticker=RELX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-debt", "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=total-debt&ticker=RELX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();