Shell (RYDAF) Cash & Equivalents Growth (1y) (2010 - 2026)
Analysis
Shell (RYDAF) Cash & Equivalents Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Chevron | 406.10 Bn | 403.25 Bn | 33.45 Bn | 109.97% |
| 2 | Shell | 256.90 Bn | 217.03 Bn | 30.13 Bn | -4.00% |
| 3 | TotalEnergies SE | 202.32 Bn | 173.15 Bn | 23.46 Bn | 35.52% |
| 4 | Eni Spa | 172.63 Bn | 162.79 Bn | - | -6.30% |
| 5 | Conocophillips | 153.88 Bn | 146.19 Bn | 12.81 Bn | 34.14% |
| 6 | Equinor Asa | 107.31 Bn | 98.05 Bn | - | -14.89% |
| 7 | Phillips 66 | 102.33 Bn | 99.43 Bn | 8.38 Bn | 289.64% |
| 8 | Canadian Natural Resources | 99.17 Bn | 97.27 Bn | 8.84 Bn | 2,470.98% |
| 9 | Suncor Energy | 81.11 Bn | 75.74 Bn | 17.50 Bn | 136.76% |
| 10 | Eog Resources | 74.44 Bn | 69.53 Bn | - | -5.92% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -4.00% |
| Mar 31, 2026 | -35.07% |
| Dec 31, 2025 | -22.74% |
| Sep 30, 2025 | 21.77% |
| Jun 30, 2025 | -14.33% |
| Mar 31, 2025 | -10.88% |
| Dec 31, 2024 | 0.87% |
| Sep 30, 2024 | 1.81% |
| Jun 30, 2024 | -15.40% |
| Mar 31, 2024 | -5.05% |
| Dec 31, 2023 | -3.66% |
| Sep 30, 2023 | -19.60% |
| Jun 30, 2023 | 15.71% |
| Mar 31, 2023 | 9.68% |
| Dec 31, 2022 | 8.86% |
| Sep 30, 2022 | 5.50% |
| Jun 30, 2022 | 14.27% |
| Mar 31, 2022 | 23.80% |
| Dec 31, 2021 | 16.15% |
| Sep 30, 2021 | -6.61% |
API Access
Shell Cash & Equivalents Growth (1y) 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-and-equivalents-growth-1y&ticker=RYDAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "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-and-equivalents-growth-1y&ticker=RYDAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();