Goldman Sachs (GS) Non Operating Income (2009 - 2011)
Goldman Sachs' (GS) quarterly Non Operating Income came in at $1.1 billion in Q4 2011, down 20.4% year-over-year from $1.3 billion in Q4 2010, and down 21.46% quarter-over-quarter from $1.4 billion in Q3 2011.
Goldman Sachs (GS) Non Operating Income (2009 - 2011) Analysis & Trends
Goldman Sachs has disclosed Non Operating Income across 3 years of filings, most recently posting $1.1 billion for Q4 2011.
- In Q4 2011, Non Operating Income fell 20.4% year-over-year to $1.1 billion; the TTM figure through Dec 2011 stood at $5.2 billion (down 5.65% YoY), while the FY2011 annual figure was $5.2 billion, down 5.65% from the prior year.
- Non Operating Income came in at $1.1 billion for Q4 2011 at Goldman Sachs, down from $1.4 billion in the prior quarter.
- In the past five years, Non Operating Income ranged from a high of $2.0 billion in Q2 2009 to a low of $1.1 billion in Q4 2011.
- Average Non Operating Income over 3 years is $1.5 billion, with a median of $1.4 billion recorded in 2010.
- Year-over-year, Non Operating Income tumbled 33.25% in 2010 and rose 20.21% in 2011.
- Over 3 years, Non Operating Income stood at $1.8 billion in 2009, then decreased by 24.32% to $1.3 billion in 2010, then dropped by 20.4% to $1.1 billion in 2011.
- Per Business Quant data, the three most recent Non Operating Income figures were $1.1 billion in Q4 2011, $1.4 billion in Q3 2011, and $1.4 billion in Q2 2011.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - | - |
| 2 | Bank Of America | 394.48 Bn | -194.01 Bn | 30.39 Bn | - |
| 3 | Hsbc Holdings | 348.97 Bn | 349.02 Bn | - | - |
| 4 | Morgan Stanley | 314.73 Bn | 154.60 Bn | - | - |
| 5 | Royal Bank Of Canada | 285.58 Bn | 58.73 Bn | - | - |
| 6 | Goldman Sachs | 276.87 Bn | -699.48 Bn | - | - |
| 7 | Mitsubishi Ufj Financial | 274.03 Bn | -110.29 Bn | 10.89 Bn | - |
| 8 | Wells Fargo & Company | 251.82 Bn | 49.99 Bn | - | - |
| 9 | Banco Santander | 212.85 Bn | 220.46 Bn | 28.01 Bn | - |
| 10 | Toronto Dominion Bank | 207.22 Bn | 45.89 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2011 | 1.07 Bn |
| Sep 30, 2011 | 1.36 Bn |
| Jun 30, 2011 | 1.41 Bn |
| Mar 31, 2011 | 1.36 Bn |
| Dec 31, 2010 | 1.34 Bn |
| Sep 30, 2010 | 1.13 Bn |
| Jun 30, 2010 | 1.62 Bn |
| Mar 31, 2010 | 1.42 Bn |
| Dec 31, 2009 | 1.77 Bn |
| Sep 25, 2009 | 1.69 Bn |
| Jun 26, 2009 | 2.04 Bn |
| Mar 27, 2009 | 1.91 Bn |
Goldman Sachs Non Operating 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=non-operating-income&ticker=GS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "ticker": "GS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=non-operating-income&ticker=GS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();