Relx (RELX) Short term Debt (2016 - 2020)
Relx's (RELX) quarterly Short term Debt came in at $1.1 billion in Q4 2020, down 57.77% year-over-year from $2.6 billion in Q1 2020, and down 57.77% quarter-over-quarter from $2.6 billion in Q4 2019.
Relx (RELX) Short term Debt (2016 - 2020) Analysis & Trends
Relx (RELX) has reported Short term Debt for 5 consecutive years, with $1.1 billion the latest figure, recorded in Q4 2020.
- On a quarterly basis, Short term Debt fell 57.77% year-over-year to $1.1 billion in Q4 2020; TTM through Dec 2020 was $1.1 billion, a 57.77% decrease from a year earlier, with the FY2020 full-year figure at $1.1 billion, down 57.77% from the prior year.
- Short term Debt was $1.1 billion for Q4 2020 at Relx, down from $2.6 billion in the prior quarter.
- Over five years, Short term Debt peaked at $2.6 billion in Q4 2019 and troughed at $1.0 billion in Q4 2017.
- A 5-year average of $1.6 billion and a median of $1.5 billion in 2016 frame the typical range for Short term Debt.
- Across the five-year window, Short term Debt surged 77.05% in 2018 and tumbled 57.77% in 2020, its largest moves.
- Over 5 years, Short term Debt stood at $1.5 billion in 2016, then tumbled by 30.39% to $1.0 billion in 2017, then surged by 77.05% to $1.8 billion in 2018, then soared by 47.87% to $2.6 billion in 2019, then slumped by 57.77% to $1.1 billion in 2020.
- The last three Short term Debt figures came in at $1.1 billion (Q4 2020), $2.6 billion (Q4 2019), and $1.8 billion (Q4 2018), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn |
| 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, 2020 | 1.12 Bn |
| Dec 31, 2019 | 2.65 Bn |
| Dec 31, 2018 | 1.79 Bn |
| Dec 31, 2017 | 1.01 Bn |
| Dec 31, 2016 | 1.45 Bn |
Relx Short term 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=short-term-debt&ticker=RELX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-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=short-term-debt&ticker=RELX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();