Shell (RYDAF) Investment Income (2009 - 2013)
Shell's (RYDAF) quarterly Investment Income came in at -$39.0 million in Q3 2013, down 244.44% on a YoY basis from $27.0 million in Q3 2012, and down 34.48% quarter-over-quarter from -$29.0 million in Q2 2013.
Shell (RYDAF) Investment Income (2009 - 2013) Analysis & Trends
Shell (RYDAF) has reported Investment Income for 5 consecutive years, with -$39.0 million the latest figure, recorded in Q3 2013.
- For the quarter ending Q3 2013, Investment Income fell 244.44% year-over-year to -$39.0 million; the trailing twelve-month figure through Sep 2013 stood at -$305.2 million (down 1230.31% YoY), and the FY2012 full-year result was -$222.0 million, down 470.0% from the prior year.
- Investment Income slipped to -$39.0 million in Q3 2013 per RYDAF's latest filing, from -$29.0 million in the prior quarter.
- Across five years, Investment Income topped out at $482.0 million in Q4 2010 and bottomed at -$179.0 million in Q4 2012.
- Historically, Investment Income has averaged $25.6 million across 5 years, with a median of $27.0 million in 2012.
- The sharpest annual moves came in 2011 and 2012: Investment Income surged 1000.0% in 2011, then sank 355.71% in 2012.
- Over 5 years, Investment Income stood at $89.0 million in 2009, then surged by 441.57% to $482.0 million in 2010, then sank by 85.48% to $70.0 million in 2011, then tumbled by 355.71% to -$179.0 million in 2012, then surged by 78.21% to -$39.0 million in 2013.
- According to Business Quant data, Investment Income over the past three periods registered -$39.0 million, -$29.0 million, and -$58.2 million for Q3 2013, Q2 2013, and Q1 2013 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inv. Income (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 | - | -231.00 Mn |
| 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 |
|---|---|
| Sep 30, 2013 | -39.00 Mn |
| Jun 30, 2013 | -29.00 Mn |
| Mar 31, 2013 | -58.18 Mn |
| Dec 31, 2012 | -179.00 Mn |
| Sep 30, 2012 | 27.00 Mn |
| Jun 30, 2012 | 39.00 Mn |
| Mar 31, 2012 | -109.00 Mn |
| Dec 31, 2011 | 70.00 Mn |
| Sep 30, 2011 | 29.00 Mn |
| Jun 30, 2011 | -29.00 Mn |
| Mar 31, 2011 | 99.00 Mn |
| Dec 31, 2010 | 482.00 Mn |
| Sep 30, 2010 | 35.00 Mn |
| Jun 30, 2010 | -18.00 Mn |
| Mar 31, 2010 | -11.00 Mn |
| Dec 31, 2009 | 89.00 Mn |
| Sep 30, 2009 | 32.00 Mn |
| Jun 30, 2009 | 22.00 Mn |
| Mar 31, 2009 | 35.00 Mn |
Shell Investment Income 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=investment-income&ticker=RYDAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "investment-income", "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=investment-income&ticker=RYDAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();