Relx (RELX) Raw Materials (2017 - 2023)
Relx's (RELX) quarterly Raw Materials came in at $1.2 million in Q4 2023, down 64.73% year-over-year from $3.5 million in Q4 2022, and down 64.73% quarter-over-quarter from $3.5 million in Q4 2022.
Relx (RELX) Raw Materials (2017 - 2023) Analysis & Trends
Relx (RELX) has reported Raw Materials for 7 consecutive years, with $1.2 million the latest figure, recorded in Q4 2023.
- On a quarterly basis, Raw Materials fell 64.73% year-over-year to $1.2 million in Q4 2023; TTM through Dec 2023 was $1.2 million, a 64.73% decrease from a year earlier, with the FY2023 full-year figure at $1.2 million, down 64.73% from the prior year.
- Raw Materials was $1.2 million for Q4 2023 at Relx, down from $3.5 million in the prior quarter.
- Over five years, Raw Materials peaked at $3.5 million in Q4 2022 and troughed at $1.2 million in Q4 2023.
- A 5-year average of $2.5 million and a median of $2.6 million in 2020 frame the typical range for Raw Materials.
- Across the five-year window, Raw Materials surged 30.52% in 2022 and tumbled 64.73% in 2023, its largest moves.
- Over 5 years, Raw Materials stood at $2.6 million in 2019, then climbed by 2.7% to $2.6 million in 2020, then gained by 2.09% to $2.7 million in 2021, then soared by 30.52% to $3.5 million in 2022, then slumped by 64.73% to $1.2 million in 2023.
- The last three Raw Materials figures came in at $1.2 million (Q4 2023), $3.5 million (Q4 2022), and $2.7 million (Q4 2021), 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, 2023 | 1.24 Mn |
| Dec 31, 2022 | 3.52 Mn |
| Dec 31, 2021 | 2.70 Mn |
| Dec 31, 2020 | 2.64 Mn |
| Dec 31, 2019 | 2.57 Mn |
| Dec 31, 2018 | 2.57 Mn |
| Dec 31, 2017 | 2.66 Mn |
Relx Raw Materials 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=raw-materials&ticker=RELX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "raw-materials", "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=raw-materials&ticker=RELX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();