Credit Suisse Ag (USOI) Total Liabilities (2009 - 2023)
Credit Suisse Ag's (USOI) quarterly Total Liabilities came in at $467.2 billion in Q4 2023, down 6.54% year-over-year from $499.9 billion in Q4 2022, and down 4.01% quarter-over-quarter from $486.7 billion in Q2 2023.
Credit Suisse Ag (USOI) Total Liabilities (2009 - 2023) Analysis & Trends
Credit Suisse Ag has disclosed Total Liabilities across 15 years of filings, most recently posting $467.2 billion for Q4 2023.
- In Q4 2023, Total Liabilities fell 6.54% year-over-year to $467.2 billion; the TTM figure through Dec 2023 stood at $467.2 billion (down 6.54% YoY), while the FY2023 annual figure was $461.4 billion, down 8.6% from the prior year.
- Total Liabilities came in at $467.2 billion for Q4 2023 at Credit Suisse Ag, down from $486.7 billion in the prior quarter.
- In the past five years, Total Liabilities ranged from a high of $892.0 billion in Q1 2021 to a low of $467.2 billion in Q4 2023.
- Average Total Liabilities over 5 years is $723.2 billion, with a median of $752.6 billion recorded in 2019.
- Year-over-year, Total Liabilities gained 14.26% in 2020 and plunged 35.23% in 2022.
- Over 5 years, Total Liabilities stood at $751.3 billion in 2019, then climbed by 14.26% to $858.4 billion in 2020, then dropped by 10.1% to $771.7 billion in 2021, then sank by 35.23% to $499.9 billion in 2022, then decreased by 6.54% to $467.2 billion in 2023.
- Per Business Quant data, the three most recent Total Liabilities figures were $467.2 billion in Q4 2023, $486.7 billion in Q2 2023, and $499.9 billion in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 467.17 Bn |
| Jun 30, 2023 | 486.69 Bn |
| Dec 31, 2022 | 499.87 Bn |
| Jun 30, 2022 | 707.39 Bn |
| Mar 31, 2022 | 752.42 Bn |
| Dec 31, 2021 | 771.73 Bn |
| Jun 30, 2021 | 825.69 Bn |
| Mar 31, 2021 | 892.05 Bn |
| Dec 31, 2020 | 858.40 Bn |
| Jun 30, 2020 | 811.18 Bn |
| Mar 31, 2020 | 809.91 Bn |
| Dec 31, 2019 | 751.30 Bn |
| Jun 30, 2019 | 738.30 Bn |
| Mar 31, 2019 | 752.75 Bn |
| Dec 31, 2018 | 729.59 Bn |
| Jun 30, 2018 | 766.59 Bn |
| Mar 31, 2018 | 808.05 Bn |
| Dec 31, 2017 | 764.34 Bn |
| Jun 30, 2017 | 750.67 Bn |
| Mar 31, 2017 | 766.79 Bn |
Credit Suisse Ag Total Liabilities 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=total-liabilities&ticker=USOI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-liabilities", "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=total-liabilities&ticker=USOI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();