Credit Suisse Ag (GLDI) Total Non-Current Liabilities (2009 - 2023)
Credit Suisse Ag's (GLDI) quarterly Total Non-Current Liabilities came in at $450.6 billion in Q4 2023, down 6.6% year-over-year from $482.4 billion in Q4 2022, and down 4.07% quarter-over-quarter from $469.7 billion in Q2 2023.
Credit Suisse Ag (GLDI) Total Non-Current Liabilities (2009 - 2023) Analysis & Trends
Credit Suisse Ag has disclosed Total Non-Current Liabilities across 15 years of filings, most recently posting $450.6 billion for Q4 2023.
- In Q4 2023, Total Non-Current Liabilities fell 6.6% year-over-year to $450.6 billion; the TTM figure through Dec 2023 stood at $450.6 billion (down 6.6% YoY), while the FY2023 annual figure was $445.0 billion, down 8.66% from the prior year.
- Total Non-Current Liabilities came in at $450.6 billion for Q4 2023 at Credit Suisse Ag, down from $469.7 billion in the prior quarter.
- In the past five years, Total Non-Current Liabilities ranged from a high of $857.0 billion in Q1 2021 to a low of $450.6 billion in Q4 2023.
- Average Total Non-Current Liabilities over 5 years is $696.1 billion, with a median of $725.9 billion recorded in 2022.
- Year-over-year, Total Non-Current Liabilities rose 14.4% in 2020 and slumped 35.44% in 2022.
- Over 5 years, Total Non-Current Liabilities stood at $719.9 billion in 2019, then gained by 14.4% to $823.6 billion in 2020, then retreated by 9.28% to $747.2 billion in 2021, then tumbled by 35.44% to $482.4 billion in 2022, then retreated by 6.6% to $450.6 billion in 2023.
- Per Business Quant data, the three most recent Total Non-Current Liabilities figures were $450.6 billion in Q4 2023, $469.7 billion in Q2 2023, and $482.4 billion in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 450.55 Bn |
| Jun 30, 2023 | 469.67 Bn |
| Dec 31, 2022 | 482.41 Bn |
| Jun 30, 2022 | 683.44 Bn |
| Mar 31, 2022 | 728.62 Bn |
| Dec 31, 2021 | 747.18 Bn |
| Jun 30, 2021 | 793.81 Bn |
| Mar 31, 2021 | 856.98 Bn |
| Dec 31, 2020 | 823.63 Bn |
| Jun 30, 2020 | 781.31 Bn |
| Mar 31, 2020 | 776.73 Bn |
| Dec 31, 2019 | 719.94 Bn |
| Jun 30, 2019 | 708.42 Bn |
| Mar 31, 2019 | 723.24 Bn |
| Dec 31, 2018 | 699.11 Bn |
| Jun 30, 2018 | 735.59 Bn |
| Mar 31, 2018 | 776.76 Bn |
| Dec 31, 2017 | 732.30 Bn |
| Jun 30, 2017 | 720.08 Bn |
| Mar 31, 2017 | 735.66 Bn |
Credit Suisse Ag Total 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=total-non-current-liabilities&ticker=GLDI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-non-current-liabilities", "ticker": "GLDI", "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-non-current-liabilities&ticker=GLDI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();