Credit Suisse Ag (SLVO) Loans - Net (2009 - 2019)
Credit Suisse Ag's (SLVO) quarterly Loans - Net came in at $307.2 billion in Q4 2019, up 4.38% year-over-year from $294.3 billion in Q4 2018, and up 4.84% quarter-over-quarter from $293.0 billion in Q2 2019.
Credit Suisse Ag (SLVO) Loans - Net (2009 - 2019) Analysis & Trends
Credit Suisse Ag has disclosed Loans - Net across 11 years of filings, most recently posting $307.2 billion for Q4 2019.
- In Q4 2019, Loans - Net rose 4.38% year-over-year to $307.2 billion; the TTM figure through Dec 2019 stood at $307.2 billion (up 4.38% YoY), while the FY2019 annual figure was $306.1 billion, up 2.19% from the prior year.
- Loans - Net came in at $307.2 billion for Q4 2019 at Credit Suisse Ag, up from $293.0 billion in the prior quarter.
- In the past five years, Loans - Net ranged from a high of $307.2 billion in Q4 2019 to a low of $264.4 billion in Q2 2016.
- Average Loans - Net over 5 years is $284.7 billion, with a median of $282.9 billion recorded in 2017.
- Year-over-year, Loans - Net slipped 2.45% in 2015 and increased 8.73% in 2018.
- Over 5 years, Loans - Net stood at $275.9 billion in 2015, then grew by 0.04% to $276.0 billion in 2016, then grew by 2.52% to $282.9 billion in 2017, then grew by 4.01% to $294.3 billion in 2018, then advanced by 4.38% to $307.2 billion in 2019.
- Per Business Quant data, the three most recent Loans - Net figures were $307.2 billion in Q4 2019, $293.0 billion in Q2 2019, and $294.2 billion in Q1 2019.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2019 | 307.18 Bn |
| Jun 30, 2019 | 293.01 Bn |
| Mar 31, 2019 | 294.16 Bn |
| Dec 31, 2018 | 294.29 Bn |
| Jun 30, 2018 | 292.25 Bn |
| Mar 31, 2018 | 299.30 Bn |
| Dec 31, 2017 | 282.94 Bn |
| Jun 30, 2017 | 277.97 Bn |
| Mar 31, 2017 | 275.25 Bn |
| Dec 31, 2016 | 275.98 Bn |
| Jun 30, 2016 | 264.37 Bn |
| Dec 31, 2015 | 275.87 Bn |
| Jun 30, 2015 | 268.58 Bn |
| Dec 31, 2014 | 282.80 Bn |
| Jun 30, 2014 | 267.83 Bn |
| Dec 31, 2013 | 273.56 Bn |
| Jun 30, 2013 | 243.78 Bn |
| Dec 31, 2012 | 260.10 Bn |
| Jun 30, 2012 | 240.19 Bn |
| Dec 31, 2011 | 255.89 Bn |
Credit Suisse Ag Loans - Net 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=loans-net&ticker=SLVO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "loans-net", "ticker": "SLVO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=loans-net&ticker=SLVO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();