Shell (RYDAF) Change in Account Payables (2015 - 2026)
Shell's (RYDAF) quarterly Change in Account Payables came in at -$1.9 billion in Q2 2026, up 52.75% on a YoY basis from -$1.2 billion in Q2 2025, and down 131.92% quarter-over-quarter from $5.9 billion in Q1 2026.
Shell (RYDAF) Change in Account Payables (2015 - 2026) Analysis & Trends
Shell (RYDAF) has reported Change in Account Payables for 12 consecutive years, with -$1.9 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Account Payables rose 52.75% year-over-year to -$1.9 billion; the trailing twelve-month figure through Jun 2026 stood at -$1.8 billion (up 85.06% YoY), and the FY2025 full-year result was -$6.0 billion, down 2.94% from the prior year.
- Change in Account Payables retreated to -$1.9 billion in Q2 2026 per RYDAF's latest filing, from $5.9 billion in the prior quarter.
- Across five years, Change in Account Payables topped out at $14.2 billion in Q2 2022 and bottomed at -$15.4 billion in Q4 2023.
- Historically, Change in Account Payables has averaged $104.6 million across 5 years, with a median of -$1.6 billion in 2024.
- The sharpest annual moves came in 2023 and 2026: Change in Account Payables tumbled 244.18% in 2023, then jumped 751.82% in 2026.
- Over 5 years, Change in Account Payables stood at $14.2 billion in 2022, then slumped by 208.69% to -$15.4 billion in 2023, then soared by 79.08% to -$3.2 billion in 2024, then tumbled by 52.3% to -$4.9 billion in 2025, then surged by 61.5% to -$1.9 billion in 2026.
- According to Business Quant data, Change in Account Payables over the past three periods registered -$1.9 billion, $5.9 billion, and -$4.9 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Chevron | 406.10 Bn | 403.25 Bn | 33.45 Bn | - |
| 2 | Shell | 256.90 Bn | 217.03 Bn | 30.13 Bn | -1.89 Bn |
| 3 | TotalEnergies SE | 202.32 Bn | 173.15 Bn | 23.46 Bn | - |
| 4 | Eni Spa | 172.63 Bn | 162.79 Bn | - | -1.68 Bn |
| 5 | Conocophillips | 153.88 Bn | 146.19 Bn | 12.81 Bn | -176.00 Mn |
| 6 | Equinor Asa | 107.31 Bn | 98.05 Bn | - | - |
| 7 | Phillips 66 | 102.33 Bn | 99.43 Bn | 8.38 Bn | 136.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 | - | 176.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.89 Bn |
| Mar 31, 2026 | 5.91 Bn |
| Dec 31, 2025 | -4.90 Bn |
| Sep 30, 2025 | -949.00 Mn |
| Jun 30, 2025 | -3.99 Bn |
| Mar 31, 2025 | -907.00 Mn |
| Dec 31, 2024 | -3.22 Bn |
| Sep 30, 2024 | -4.10 Bn |
| Jun 30, 2024 | -1.27 Bn |
| Mar 31, 2024 | -1.95 Bn |
| Dec 31, 2023 | -15.38 Bn |
| Sep 30, 2023 | 4.50 Bn |
| Jun 30, 2023 | -4.57 Bn |
| Mar 31, 2023 | -10.81 Bn |
| Dec 31, 2022 | 14.15 Bn |
| Sep 30, 2022 | 9.61 Bn |
| Jun 30, 2022 | 14.15 Bn |
| Mar 31, 2022 | 7.50 Bn |
| Dec 31, 2021 | 10.88 Bn |
| Sep 30, 2021 | 1.95 Bn |
Shell Change in Account Payables 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-account-payables&ticker=RYDAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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-account-payables&ticker=RYDAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();