Credit Suisse Ag (GLDI) Cash Due from Bank (2009 - 2015)
Credit Suisse Ag's (GLDI) quarterly Cash Due from Bank came in at $108.6 billion in Q2 2015, up 46.53% year-over-year from $74.1 billion in Q2 2014, and up 34.21% quarter-over-quarter from $80.9 billion in Q4 2014.
Credit Suisse Ag (GLDI) Cash Due from Bank (2009 - 2015) Analysis & Trends
Credit Suisse Ag has disclosed Cash Due from Bank across 7 years of filings, most recently posting $108.6 billion for Q2 2015.
- In Q2 2015, Cash Due from Bank rose 46.53% year-over-year to $108.6 billion; the TTM figure through Jun 2015 stood at $108.6 billion (up 46.53% YoY), while the FY2014 annual figure was $85.3 billion, up 15.11% from the prior year.
- Cash Due from Bank came in at $108.6 billion for Q2 2015 at Credit Suisse Ag, up from $80.9 billion in the prior quarter.
- In the past five years, Cash Due from Bank ranged from a high of $121.2 billion in Q4 2011 to a low of $61.0 billion in Q2 2013.
- Average Cash Due from Bank over 5 years is $86.9 billion, with a median of $78.5 billion recorded in 2014.
- Year-over-year, Cash Due from Bank soared 80.37% in 2011 and tumbled 45.29% in 2012.
- Over 5 years, Cash Due from Bank stood at $121.2 billion in 2011, then plunged by 45.29% to $66.3 billion in 2012, then increased by 14.69% to $76.1 billion in 2013, then rose by 6.4% to $80.9 billion in 2014, then soared by 34.21% to $108.6 billion in 2015.
- Per Business Quant data, the three most recent Cash Due from Bank figures were $108.6 billion in Q2 2015, $80.9 billion in Q4 2014, and $74.1 billion in Q2 2014.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2015 | 108.62 Bn |
| Dec 31, 2014 | 80.93 Bn |
| Jun 30, 2014 | 74.13 Bn |
| Dec 31, 2013 | 76.06 Bn |
| Jun 30, 2013 | 61.04 Bn |
| Dec 31, 2012 | 66.32 Bn |
| Jun 30, 2012 | 106.67 Bn |
| Dec 31, 2011 | 121.22 Bn |
| Dec 31, 2010 | 67.21 Bn |
| Dec 31, 2009 | 50.78 Bn |
Credit Suisse Ag Cash Due from Bank 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-due-from-bank&ticker=GLDI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-due-from-bank", "ticker": "GLDI", "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-due-from-bank&ticker=GLDI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();