Credit Suisse Ag (USOI) Assets Average (2012 - 2023)
Credit Suisse Ag's (USOI) quarterly Assets Average came in at $524.1 billion in Q4 2023, down 19.71% year-over-year from $652.7 billion in Q4 2022, and down 3.68% quarter-over-quarter from $544.1 billion in Q2 2023.
Credit Suisse Ag (USOI) Assets Average (2012 - 2023) Analysis & Trends
Credit Suisse Ag has disclosed Assets Average across 11 years of filings, most recently posting $524.1 billion for Q4 2023.
- In Q4 2023, Assets Average fell 19.71% year-over-year to $524.1 billion; the TTM figure through Dec 2023 stood at $524.1 billion (down 19.71% YoY), while the FY2023 annual figure was $529.7 billion, down 23.38% from the prior year.
- Assets Average came in at $524.1 billion for Q4 2023 at Credit Suisse Ag, down from $544.1 billion in the prior quarter.
- In the past five years, Assets Average ranged from a high of $923.8 billion in Q1 2021 to a low of $524.1 billion in Q4 2023.
- Average Assets Average over 5 years is $780.2 billion, with a median of $799.9 billion recorded in 2019.
- Year-over-year, Assets Average rose 11.93% in 2020 and slumped 30.07% in 2023.
- Over 5 years, Assets Average stood at $788.8 billion in 2019, then advanced by 11.93% to $882.9 billion in 2020, then slipped by 4.09% to $846.8 billion in 2021, then fell by 22.92% to $652.7 billion in 2022, then dropped by 19.71% to $524.1 billion in 2023.
- Per Business Quant data, the three most recent Assets Average figures were $524.1 billion in Q4 2023, $544.1 billion in Q2 2023, and $652.7 billion in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 524.07 Bn |
| Jun 30, 2023 | 544.10 Bn |
| Dec 31, 2022 | 652.71 Bn |
| Jun 30, 2022 | 778.01 Bn |
| Mar 31, 2022 | 810.25 Bn |
| Dec 31, 2021 | 846.75 Bn |
| Jun 30, 2021 | 907.75 Bn |
| Mar 31, 2021 | 923.80 Bn |
| Dec 31, 2020 | 882.85 Bn |
| Jun 30, 2020 | 860.07 Bn |
| Mar 31, 2020 | 827.90 Bn |
| Dec 31, 2019 | 788.79 Bn |
| Jun 30, 2019 | 789.48 Bn |
| Mar 31, 2019 | 786.33 Bn |
| Dec 31, 2018 | 793.35 Bn |
| Jun 30, 2018 | 831.98 Bn |
| Mar 31, 2018 | 830.09 Bn |
| Dec 31, 2017 | 801.13 Bn |
| Jun 30, 2017 | 801.93 Bn |
| Mar 31, 2017 | 814.29 Bn |
Credit Suisse Ag Assets Average 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-average&ticker=USOI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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-average&ticker=USOI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();