Shell (RYDAF) Raw Materials (2016 - 2018)
Shell's (RYDAF) quarterly Raw Materials came in at $1.6 billion in Q4 2018, down 29.19% on a YoY basis from $2.3 billion in Q4 2017, and down 29.19% quarter-over-quarter from $2.3 billion in Q4 2017.
Shell (RYDAF) Raw Materials (2016 - 2018) Analysis & Trends
Shell (RYDAF) has reported Raw Materials for 3 consecutive years, with $1.6 billion the latest figure, recorded in Q4 2018.
- For the quarter ending Q4 2018, Raw Materials fell 29.19% year-over-year to $1.6 billion; the trailing twelve-month figure through Dec 2018 stood at $1.6 billion (down 29.19% YoY), and the FY2018 full-year result was $1.6 billion, down 29.19% from the prior year.
- Raw Materials retreated to $1.6 billion in Q4 2018 per RYDAF's latest filing, from $2.3 billion in the prior quarter.
- Across five years, Raw Materials topped out at $2.3 billion in Q4 2017 and bottomed at $1.6 billion in Q4 2018.
- Historically, Raw Materials has averaged $2.0 billion across 3 years, with a median of $2.1 billion in 2016.
- The sharpest annual moves came in 2017 and 2018: Raw Materials climbed 6.55% in 2017, then declined 29.19% in 2018.
- Over 3 years, Raw Materials stood at $2.1 billion in 2016, then increased by 6.55% to $2.3 billion in 2017, then declined by 29.19% to $1.6 billion in 2018.
- According to Business Quant data, Raw Materials over the past three periods registered $1.6 billion, $2.3 billion, and $2.1 billion for Q4 2018, Q4 2017, and Q4 2016 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Chevron | 406.10 Bn | 403.25 Bn | 33.45 Bn |
| 2 | Shell | 256.90 Bn | 217.03 Bn | 30.13 Bn |
| 3 | TotalEnergies SE | 202.32 Bn | 173.15 Bn | 23.46 Bn |
| 4 | Eni Spa | 172.63 Bn | 162.79 Bn | - |
| 5 | Conocophillips | 153.88 Bn | 146.19 Bn | 12.81 Bn |
| 6 | Equinor Asa | 107.31 Bn | 98.05 Bn | - |
| 7 | Phillips 66 | 102.33 Bn | 99.43 Bn | 8.38 Bn |
| 8 | Canadian Natural Resources | 99.17 Bn | 97.27 Bn | 8.84 Bn |
| 9 | Suncor Energy | 81.11 Bn | 75.74 Bn | 17.50 Bn |
| 10 | Eog Resources | 74.44 Bn | 69.53 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2018 | 1.60 Bn |
| Dec 31, 2017 | 2.26 Bn |
| Dec 31, 2016 | 2.12 Bn |
Shell 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=RYDAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "raw-materials", "ticker": "RYDAF", "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=RYDAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();