Credit Suisse Ag (GLDI) Loans - Loss Allowance (2009 - 2021)
Credit Suisse Ag's (GLDI) quarterly Loans - Loss Allowance came in at $1.4 billion in Q4 2021, down 17.21% year-over-year from $1.7 billion in Q4 2020, and down 9.16% quarter-over-quarter from $1.5 billion in Q2 2021.
Credit Suisse Ag (GLDI) Loans - Loss Allowance (2009 - 2021) Analysis & Trends
Credit Suisse Ag has disclosed Loans - Loss Allowance across 13 years of filings, most recently posting $1.4 billion for Q4 2021.
- In Q4 2021, Loans - Loss Allowance fell 17.21% year-over-year to $1.4 billion; the TTM figure through Dec 2021 stood at $1.4 billion (down 17.21% YoY), while the FY2021 annual figure was $1.4 billion, down 13.34% from the prior year.
- Loans - Loss Allowance came in at $1.4 billion for Q4 2021 at Credit Suisse Ag, down from $1.5 billion in the prior quarter.
- In the past five years, Loans - Loss Allowance ranged from a high of $1.7 billion in Q2 2020 to a low of $879.6 million in Q2 2019.
- Average Loans - Loss Allowance over 5 years is $1.2 billion, with a median of $969.9 million recorded in 2019.
- Year-over-year, Loans - Loss Allowance jumped 96.91% in 2020 and declined 17.21% in 2021.
- Over 5 years, Loans - Loss Allowance stood at $894.0 million in 2017, then gained by 1.39% to $906.4 million in 2018, then grew by 16.94% to $1.1 billion in 2019, then jumped by 60.3% to $1.7 billion in 2020, then declined by 17.21% to $1.4 billion in 2021.
- Per Business Quant data, the three most recent Loans - Loss Allowance figures were $1.4 billion in Q4 2021, $1.5 billion in Q2 2021, and $1.7 billion in Q1 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | 1.41 Bn |
| Jun 30, 2021 | 1.55 Bn |
| Mar 31, 2021 | 1.69 Bn |
| Dec 31, 2020 | 1.70 Bn |
| Jun 30, 2020 | 1.73 Bn |
| Mar 31, 2020 | 1.48 Bn |
| Dec 31, 2019 | 1.06 Bn |
| Jun 30, 2019 | 879.63 Mn |
| Mar 31, 2019 | 969.92 Mn |
| Dec 31, 2018 | 906.36 Mn |
| Jun 30, 2018 | 919.44 Mn |
| Mar 31, 2018 | 904.68 Mn |
| Dec 31, 2017 | 893.98 Mn |
| Jun 30, 2017 | 930.75 Mn |
| Mar 31, 2017 | 895.37 Mn |
| Dec 31, 2016 | 937.02 Mn |
| Jun 30, 2016 | 889.44 Mn |
| Dec 31, 2015 | 875.12 Mn |
| Jun 30, 2015 | 607.00 Mn |
| Dec 31, 2014 | 786.50 Mn |
Credit Suisse Ag Loans - Loss Allowance 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=loans-loss-allowance&ticker=GLDI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "loans-loss-allowance", "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=loans-loss-allowance&ticker=GLDI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();