Credit Suisse Ag (USOI) Assets (2012 - 2023)
Credit Suisse Ag's (USOI) quarterly Assets came in at $510.1 billion in Q4 2023, down 7.28% year-over-year from $550.2 billion in Q4 2022, and down 5.18% quarter-over-quarter from $538.0 billion in Q2 2023.
Credit Suisse Ag (USOI) Assets (2012 - 2023) Analysis & Trends
Credit Suisse Ag has disclosed Assets across 12 years of filings, most recently posting $510.1 billion for Q4 2023.
- In Q4 2023, Assets fell 7.28% year-over-year to $510.1 billion; the TTM figure through Dec 2023 stood at $510.1 billion (down 7.28% YoY), while the FY2023 annual figure was $503.8 billion, down 9.32% from the prior year.
- Assets came in at $510.1 billion for Q4 2023 at Credit Suisse Ag, down from $538.0 billion in the prior quarter.
- In the past five years, Assets ranged from a high of $941.7 billion in Q1 2021 to a low of $510.1 billion in Q4 2023.
- Average Assets over 5 years is $770.7 billion, with a median of $798.8 billion recorded in 2019.
- Year-over-year, Assets climbed 13.88% in 2020 and slumped 32.88% in 2022.
- Over 5 years, Assets stood at $795.5 billion in 2019, then rose by 13.88% to $905.9 billion in 2020, then declined by 9.52% to $819.7 billion in 2021, then tumbled by 32.88% to $550.2 billion in 2022, then retreated by 7.28% to $510.1 billion in 2023.
- Per Business Quant data, the three most recent Assets figures were $510.1 billion in Q4 2023, $538.0 billion in Q2 2023, and $550.2 billion in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 510.14 Bn |
| Jun 30, 2023 | 538.00 Bn |
| Dec 31, 2022 | 550.19 Bn |
| Jun 30, 2022 | 755.22 Bn |
| Mar 31, 2022 | 800.80 Bn |
| Dec 31, 2021 | 819.70 Bn |
| Jun 30, 2021 | 873.81 Bn |
| Mar 31, 2021 | 941.69 Bn |
| Dec 31, 2020 | 905.90 Bn |
| Jun 30, 2020 | 859.81 Bn |
| Mar 31, 2020 | 860.33 Bn |
| Dec 31, 2019 | 795.47 Bn |
| Jun 30, 2019 | 782.10 Bn |
| Mar 31, 2019 | 796.86 Bn |
| Dec 31, 2018 | 775.80 Bn |
| Jun 30, 2018 | 810.89 Bn |
| Mar 31, 2018 | 853.07 Bn |
| Dec 31, 2017 | 807.10 Bn |
| Jun 30, 2017 | 795.16 Bn |
| Mar 31, 2017 | 808.70 Bn |
Credit Suisse Ag Assets 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=assets&ticker=USOI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets", "ticker": "USOI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=assets&ticker=USOI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();