Credit Suisse Ag (GLDI) Securities - Tradable (2010 - 2019)
Credit Suisse Ag's (GLDI) quarterly Securities - Tradable came in at $1.0 billion in Q4 2019, down 31.65% year-over-year from $1.5 billion in Q4 2018, and down 27.24% quarter-over-quarter from $1.4 billion in Q2 2019.
Credit Suisse Ag (GLDI) Securities - Tradable (2010 - 2019) Analysis & Trends
Credit Suisse Ag has disclosed Securities - Tradable across 10 years of filings, most recently posting $1.0 billion for Q4 2019.
- In Q4 2019, Securities - Tradable fell 31.65% year-over-year to $1.0 billion; the TTM figure through Dec 2019 stood at $1.0 billion (down 31.65% YoY), while the FY2019 annual figure was $1.0 billion, down 33.08% from the prior year.
- Securities - Tradable came in at $1.0 billion for Q4 2019 at Credit Suisse Ag, down from $1.4 billion in the prior quarter.
- In the past five years, Securities - Tradable ranged from a high of $3.1 billion in Q2 2015 to a low of $1.0 billion in Q4 2019.
- Average Securities - Tradable over 5 years is $2.2 billion, with a median of $2.3 billion recorded in 2016.
- Year-over-year, Securities - Tradable jumped 37.89% in 2015 and sank 41.13% in 2019.
- Over 5 years, Securities - Tradable stood at $3.1 billion in 2015, then declined by 20.29% to $2.5 billion in 2016, then declined by 10.78% to $2.2 billion in 2017, then plunged by 33.17% to $1.5 billion in 2018, then tumbled by 31.65% to $1.0 billion in 2019.
- Per Business Quant data, the three most recent Securities - Tradable figures were $1.0 billion in Q4 2019, $1.4 billion in Q2 2019, and $1.7 billion in Q1 2019.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2019 | 1.01 Bn |
| Jun 30, 2019 | 1.39 Bn |
| Mar 31, 2019 | 1.72 Bn |
| Dec 31, 2018 | 1.48 Bn |
| Jun 30, 2018 | 2.37 Bn |
| Mar 31, 2018 | 2.26 Bn |
| Dec 31, 2017 | 2.22 Bn |
| Jun 30, 2017 | 2.32 Bn |
| Mar 31, 2017 | 2.61 Bn |
| Dec 31, 2016 | 2.49 Bn |
| Jun 30, 2016 | 2.30 Bn |
| Dec 31, 2015 | 3.12 Bn |
| Jun 30, 2015 | 3.15 Bn |
| Dec 31, 2014 | 2.90 Bn |
| Jun 30, 2014 | 2.28 Bn |
| Dec 31, 2013 | 3.31 Bn |
| Jun 30, 2013 | 2.20 Bn |
| Dec 31, 2012 | 3.76 Bn |
| Jun 30, 2012 | 3.93 Bn |
| Dec 31, 2011 | 5.65 Bn |
Credit Suisse Ag Securities - Tradable 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=securities-tradable&ticker=GLDI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "securities-tradable", "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=securities-tradable&ticker=GLDI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();