Shell (RYDAF) Change in Receivables (2010 - 2026)
Shell's (RYDAF) quarterly Change in Receivables came in at $1.6 billion in Q2 2026, down 56.18% on a YoY basis from $3.6 billion in Q2 2025, and up 115.31% quarter-over-quarter from -$10.4 billion in Q1 2026.
Shell (RYDAF) Change in Receivables (2010 - 2026) Analysis & Trends
Shell (RYDAF) has reported Change in Receivables for 12 consecutive years, with $1.6 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Receivables fell 56.18% year-over-year to $1.6 billion; the trailing twelve-month figure through Jun 2026 stood at -$7.2 billion (down 205.33% YoY), and the FY2025 full-year result was $2.2 billion, down 65.95% from the prior year.
- Change in Receivables rose to $1.6 billion in Q2 2026 per RYDAF's latest filing, from -$10.4 billion in the prior quarter.
- Across five years, Change in Receivables topped out at $14.2 billion in Q4 2023 and bottomed at -$14.2 billion in Q3 2022.
- Historically, Change in Receivables has averaged -$1.3 billion across 5 years, with a median of $797.0 million in 2025.
- The sharpest annual moves came in 2024 and 2025: Change in Receivables soared 460.3% in 2024, then sank 1238.46% in 2025.
- Over 5 years, Change in Receivables stood at -$14.1 billion in 2022, then surged by 201.14% to $14.2 billion in 2023, then tumbled by 87.56% to $1.8 billion in 2024, then plunged by 42.09% to $1.0 billion in 2025, then soared by 55.41% to $1.6 billion in 2026.
- According to Business Quant data, Change in Receivables over the past three periods registered $1.6 billion, -$10.4 billion, and $1.0 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Chevron | 406.10 Bn | 403.25 Bn | 33.45 Bn | - |
| 2 | Shell | 256.90 Bn | 217.03 Bn | 30.13 Bn | 1.59 Bn |
| 3 | TotalEnergies SE | 202.32 Bn | 173.15 Bn | 23.46 Bn | - |
| 4 | Eni Spa | 172.63 Bn | 162.79 Bn | - | 3.09 Bn |
| 5 | Conocophillips | 153.88 Bn | 146.19 Bn | 12.81 Bn | -56.00 Mn |
| 6 | Equinor Asa | 107.31 Bn | 98.05 Bn | - | - |
| 7 | Phillips 66 | 102.33 Bn | 99.43 Bn | 8.38 Bn | -287.00 Mn |
| 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 | - | -60.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.59 Bn |
| Mar 31, 2026 | -10.40 Bn |
| Dec 31, 2025 | 1.03 Bn |
| Sep 30, 2025 | 569.00 Mn |
| Jun 30, 2025 | 3.64 Bn |
| Mar 31, 2025 | -2.61 Bn |
| Dec 31, 2024 | 1.77 Bn |
| Sep 30, 2024 | 4.06 Bn |
| Jun 30, 2024 | 1.97 Bn |
| Mar 31, 2024 | -195.00 Mn |
| Dec 31, 2023 | 14.23 Bn |
| Sep 30, 2023 | -1.13 Bn |
| Jun 30, 2023 | 8.29 Bn |
| Mar 31, 2023 | 5.94 Bn |
| Dec 31, 2022 | -14.07 Bn |
| Sep 30, 2022 | -14.17 Bn |
| Jun 30, 2022 | -14.07 Bn |
| Mar 31, 2022 | -10.01 Bn |
| Dec 31, 2021 | -20.57 Bn |
| Sep 30, 2021 | -2.86 Bn |
Shell Change in Receivables 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=change-in-receivables&ticker=RYDAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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=change-in-receivables&ticker=RYDAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();