Credit Suisse Ag (SLVO) Other Non-Current Liabilities (2009 - 2023)
Credit Suisse Ag's (SLVO) quarterly Other Non-Current Liabilities came in at $16.6 billion in Q4 2023, down 4.87% year-over-year from $17.5 billion in Q4 2022, and down 2.41% quarter-over-quarter from $17.0 billion in Q2 2023.
Credit Suisse Ag (SLVO) Other Non-Current Liabilities (2009 - 2023) Analysis & Trends
Credit Suisse Ag has disclosed Other Non-Current Liabilities across 15 years of filings, most recently posting $16.6 billion for Q4 2023.
- In Q4 2023, Other Non-Current Liabilities fell 4.87% year-over-year to $16.6 billion; the TTM figure through Dec 2023 stood at $16.6 billion (down 4.87% YoY), while the FY2023 annual figure was $16.4 billion, down 6.96% from the prior year.
- Other Non-Current Liabilities came in at $16.6 billion for Q4 2023 at Credit Suisse Ag, down from $17.0 billion in the prior quarter.
- In the past five years, Other Non-Current Liabilities ranged from a high of $35.1 billion in Q1 2021 to a low of $16.6 billion in Q4 2023.
- Average Other Non-Current Liabilities over 5 years is $27.1 billion, with a median of $29.7 billion recorded in 2019.
- Year-over-year, Other Non-Current Liabilities advanced 12.41% in 2020 and slumped 32.13% in 2022.
- Over 5 years, Other Non-Current Liabilities stood at $31.4 billion in 2019, then rose by 10.86% to $34.8 billion in 2020, then declined by 29.37% to $24.6 billion in 2021, then decreased by 28.88% to $17.5 billion in 2022, then declined by 4.87% to $16.6 billion in 2023.
- Per Business Quant data, the three most recent Other Non-Current Liabilities figures were $16.6 billion in Q4 2023, $17.0 billion in Q2 2023, and $17.5 billion in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 16.61 Bn |
| Jun 30, 2023 | 17.03 Bn |
| Dec 31, 2022 | 17.47 Bn |
| Jun 30, 2022 | 23.95 Bn |
| Mar 31, 2022 | 23.80 Bn |
| Dec 31, 2021 | 24.56 Bn |
| Jun 30, 2021 | 31.88 Bn |
| Mar 31, 2021 | 35.07 Bn |
| Dec 31, 2020 | 34.77 Bn |
| Jun 30, 2020 | 29.88 Bn |
| Mar 31, 2020 | 33.17 Bn |
| Dec 31, 2019 | 31.37 Bn |
| Jun 30, 2019 | 29.88 Bn |
| Mar 31, 2019 | 29.51 Bn |
| Dec 31, 2018 | 30.47 Bn |
| Jun 30, 2018 | 31.00 Bn |
| Mar 31, 2018 | 31.29 Bn |
| Dec 31, 2017 | 32.04 Bn |
| Jun 30, 2017 | 30.59 Bn |
| Mar 31, 2017 | 31.13 Bn |
Credit Suisse Ag Other Non-Current 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=other-non-current-liabilities&ticker=SLVO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-liabilities", "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=other-non-current-liabilities&ticker=SLVO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();