Shell (RYDAF) Cash from Restructuring (2022 - 2024)
Shell's (RYDAF) quarterly Cash from Restructuring came in at -$73.0 million in Q1 2024, down 711.11% on a YoY basis from $11.9 million in Q2 2023, and up 73.36% quarter-over-quarter from -$274.0 million in Q4 2023.
Shell (RYDAF) Cash from Restructuring (2022 - 2024) Analysis & Trends
Shell (RYDAF) has reported Cash from Restructuring for 3 consecutive years, with -$73.0 million the latest figure, recorded in Q1 2024.
- For the quarter ending Q1 2024, Cash from Restructuring fell 711.11% year-over-year to -$73.0 million; the trailing twelve-month figure through Mar 2024 stood at -$389.0 million (changed N/A YoY), and the FY2023 full-year result was -$325.0 million, down 806.52% from the prior year.
- Cash from Restructuring advanced to -$73.0 million in Q1 2024 per RYDAF's latest filing, from -$274.0 million in the prior quarter.
- Across five years, Cash from Restructuring topped out at $23.0 million in Q4 2022 and bottomed at -$274.0 million in Q4 2023.
- Historically, Cash from Restructuring has averaged -$57.3 million across 3 years, with a median of -$23.0 million in 2023.
- The widest YoY moves for Cash from Restructuring: up 26.92% in 2023, down 1291.3% in 2023.
- Over 3 years, Cash from Restructuring stood at $23.0 million in 2022, then sank by 1291.3% to -$274.0 million in 2023, then jumped by 73.36% to -$73.0 million in 2024.
- According to Business Quant data, Cash from Restructuring over the past three periods registered -$73.0 million, -$274.0 million, and -$19.0 million for Q1 2024, Q4 2023, and Q3 2023 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 |
|---|---|
| Mar 31, 2024 | -73.00 Mn |
| Dec 31, 2023 | -274.00 Mn |
| Sep 30, 2023 | -19.00 Mn |
| Jun 30, 2023 | -23.00 Mn |
| Mar 31, 2023 | -9.00 Mn |
| Dec 31, 2022 | 23.00 Mn |
| Sep 30, 2022 | -26.00 Mn |
Shell Cash from Restructuring 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=cash-from-restructuring&ticker=RYDAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-restructuring", "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=cash-from-restructuring&ticker=RYDAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();