Credit Suisse Ag (SLVO) Securities (2009 - 2023)
Credit Suisse Ag's (SLVO) quarterly Securities came in at $1.6 billion in Q4 2023, down 10.12% year-over-year from $1.8 billion in Q4 2022, and down 38.76% quarter-over-quarter from $2.6 billion in Q2 2023.
Credit Suisse Ag (SLVO) Securities (2009 - 2023) Analysis & Trends
Credit Suisse Ag has disclosed Securities across 12 years of filings, most recently posting $1.6 billion for Q4 2023.
- In Q4 2023, Securities fell 10.12% year-over-year to $1.6 billion; the TTM figure through Dec 2023 stood at $1.6 billion (down 10.12% YoY), while the FY2023 annual figure was $1.6 billion, down 12.1% from the prior year.
- Securities came in at $1.6 billion for Q4 2023 at Credit Suisse Ag, down from $2.6 billion in the prior quarter.
- In the past five years, Securities ranged from a high of $2.6 billion in Q2 2023 to a low of $606.1 million in Q2 2020.
- Average Securities over 5 years is $1.1 billion, with a median of $946.2 million recorded in 2019.
- Year-over-year, Securities slumped 43.57% in 2021 and surged 240.92% in 2023.
- Over 5 years, Securities stood at $1.0 billion in 2019, then sank by 33.94% to $671.4 million in 2020, then jumped by 62.33% to $1.1 billion in 2021, then surged by 63.52% to $1.8 billion in 2022, then declined by 10.12% to $1.6 billion in 2023.
- Per Business Quant data, the three most recent Securities figures were $1.6 billion in Q4 2023, $2.6 billion in Q2 2023, and $1.8 billion in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 1.60 Bn |
| Jun 30, 2023 | 2.62 Bn |
| Dec 31, 2022 | 1.78 Bn |
| Jun 30, 2022 | 767.30 Mn |
| Mar 31, 2022 | 875.99 Mn |
| Dec 31, 2021 | 1.09 Bn |
| Jun 30, 2021 | 870.74 Mn |
| Mar 31, 2021 | 679.12 Mn |
| Dec 31, 2020 | 671.44 Mn |
| Jun 30, 2020 | 606.08 Mn |
| Mar 31, 2020 | 1.20 Bn |
| Dec 31, 2019 | 1.02 Bn |
| Jun 30, 2015 | 3.15 Bn |
| Dec 31, 2014 | 2.47 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.66 Bn |
Credit Suisse Ag Securities 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&ticker=SLVO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "securities", "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=securities&ticker=SLVO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();