Shell (RYDAF) Restructuring Costs (2009 - 2026)
Shell's (RYDAF) quarterly Restructuring Costs came in at -$900.0 million in Q1 2026, down 80.0% on a YoY basis from -$4.5 billion in Q1 2025, and down 50.0% quarter-over-quarter from -$600.0 million in Q4 2025.
Shell (RYDAF) Restructuring Costs (2009 - 2026) Analysis & Trends
Shell (RYDAF) has reported Restructuring Costs for 18 consecutive years, with -$900.0 million the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Restructuring Costs fell 80.0% year-over-year to -$900.0 million; the trailing twelve-month figure through Mar 2026 stood at -$2.4 billion (up 13.98% YoY), and the FY2025 full-year result was $2.2 billion, changed 0.0% from the prior year.
- Restructuring Costs slipped to -$900.0 million in Q1 2026 per RYDAF's latest filing, from -$600.0 million in the prior quarter.
- Across five years, Restructuring Costs topped out at $432.0 million in Q3 2022 and bottomed at -$1.7 billion in Q2 2024.
- Historically, Restructuring Costs has averaged -$309.1 million across 5 years, with a median of -$319.0 million in 2023.
- The sharpest annual moves came in 2022 and 2025: Restructuring Costs surged 159.02% in 2022, then tumbled 6100.0% in 2025.
- Over 5 years, Restructuring Costs stood at $85.0 million in 2022, then surged by 80.0% to $153.0 million in 2023, then sank by 93.46% to $10.0 million in 2024, then sank by 6100.0% to -$600.0 million in 2025, then plunged by 50.0% to -$900.0 million in 2026.
- According to Business Quant data, Restructuring Costs over the past three periods registered -$900.0 million, -$600.0 million, and -$400.0 million for Q1 2026, Q4 2025, and Q3 2025 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, 2026 | -900.00 Mn |
| Dec 31, 2025 | -600.00 Mn |
| Sep 30, 2025 | -400.00 Mn |
| Jun 30, 2025 | -500.00 Mn |
| Mar 31, 2025 | -500.00 Mn |
| Dec 31, 2024 | 10.00 Mn |
| Sep 30, 2024 | -600.00 Mn |
| Jun 30, 2024 | -1.70 Bn |
| Mar 31, 2024 | 11.00 Mn |
| Dec 31, 2023 | 153.00 Mn |
| Sep 30, 2023 | -238.00 Mn |
| Jun 30, 2023 | 269.00 Mn |
| Mar 31, 2023 | 81.00 Mn |
| Dec 31, 2022 | 85.00 Mn |
| Sep 30, 2022 | 432.00 Mn |
| Mar 31, 2022 | -548.00 Mn |
| Dec 31, 2021 | -889.00 Mn |
| Sep 30, 2021 | -732.00 Mn |
| Jun 30, 2021 | -399.00 Mn |
| Mar 31, 2021 | -666.00 Mn |
Shell Restructuring Costs 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=restructuring-costs&ticker=RYDAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "restructuring-costs", "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=restructuring-costs&ticker=RYDAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();