Credit Suisse Ag (USOI) Non-Current Debt (2009 - 2023)
Credit Suisse Ag's (USOI) quarterly Non-Current Debt came in at $144.8 billion in Q4 2023, down 7.38% year-over-year from $156.4 billion in Q4 2022, and down 3.22% quarter-over-quarter from $149.7 billion in Q2 2023.
Credit Suisse Ag (USOI) Non-Current Debt (2009 - 2023) Analysis & Trends
Credit Suisse Ag has disclosed Non-Current Debt across 15 years of filings, most recently posting $144.8 billion for Q4 2023.
- In Q4 2023, Non-Current Debt fell 7.38% year-over-year to $144.8 billion; the TTM figure through Dec 2023 stood at $144.8 billion (down 7.38% YoY), while the FY2023 annual figure was $143.1 billion, down 9.42% from the prior year.
- Non-Current Debt came in at $144.8 billion for Q4 2023 at Credit Suisse Ag, down from $149.7 billion in the prior quarter.
- In the past five years, Non-Current Debt ranged from a high of $188.5 billion in Q1 2021 to a low of $144.8 billion in Q4 2023.
- Average Non-Current Debt over 5 years is $165.8 billion, with a median of $162.5 billion recorded in 2019.
- Year-over-year, Non-Current Debt climbed 25.83% in 2021 and slipped 13.6% in 2022.
- Over 5 years, Non-Current Debt stood at $153.6 billion in 2019, then rose by 16.02% to $178.2 billion in 2020, then advanced by 1.58% to $181.0 billion in 2021, then slipped by 13.6% to $156.4 billion in 2022, then decreased by 7.38% to $144.8 billion in 2023.
- Per Business Quant data, the three most recent Non-Current Debt figures were $144.8 billion in Q4 2023, $149.7 billion in Q2 2023, and $156.4 billion in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 144.85 Bn |
| Jun 30, 2023 | 149.67 Bn |
| Dec 31, 2022 | 156.39 Bn |
| Jun 30, 2022 | 164.06 Bn |
| Mar 31, 2022 | 173.60 Bn |
| Dec 31, 2021 | 181.00 Bn |
| Jun 30, 2021 | 186.68 Bn |
| Mar 31, 2021 | 188.53 Bn |
| Dec 31, 2020 | 178.19 Bn |
| Jun 30, 2020 | 175.83 Bn |
| Mar 31, 2020 | 149.83 Bn |
| Dec 31, 2019 | 153.58 Bn |
| Jun 30, 2019 | 157.53 Bn |
| Mar 31, 2019 | 160.91 Bn |
| Dec 31, 2018 | 154.17 Bn |
| Jun 30, 2018 | 168.61 Bn |
| Mar 31, 2018 | 175.21 Bn |
| Dec 31, 2017 | 175.38 Bn |
| Jun 30, 2017 | 179.35 Bn |
| Mar 31, 2017 | 186.56 Bn |
Credit Suisse Ag Non-Current Debt 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=non-current-debt&ticker=USOI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-debt", "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=non-current-debt&ticker=USOI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();