Credit Suisse Ag (GLDI) Interest income - Loans (2016 - 2022)
Credit Suisse Ag's (GLDI) quarterly Interest income - Loans came in at $1.4 billion in Q2 2022, down 3.1% year-over-year from $1.4 billion in Q2 2021, and up 4.96% quarter-over-quarter from $1.3 billion in Q1 2022.
Credit Suisse Ag (GLDI) Interest income - Loans (2016 - 2022) Analysis & Trends
Credit Suisse Ag has disclosed Interest income - Loans across 7 years of filings, most recently posting $1.4 billion for Q2 2022.
- In Q2 2022, Interest income - Loans fell 3.1% year-over-year to $1.4 billion; the TTM figure through Jun 2022 stood at $5.4 billion (down 9.8% YoY), while the FY2023 annual figure was $9.2 billion, up 48.07% from the prior year.
- Interest income - Loans came in at $1.4 billion for Q2 2022 at Credit Suisse Ag, up from $1.3 billion in the prior quarter.
- In the past five years, Interest income - Loans ranged from a high of $1.9 billion in Q2 2019 to a low of $1.3 billion in Q1 2022.
- Average Interest income - Loans over 5 years is $1.6 billion, with a median of $1.6 billion recorded in 2020.
- Year-over-year, Interest income - Loans rose 16.24% in 2018 and fell 17.58% in 2021.
- Over 5 years, Interest income - Loans stood at $1.7 billion in 2018, then climbed by 8.45% to $1.9 billion in 2019, then decreased by 16.53% to $1.5 billion in 2020, then fell by 9.31% to $1.4 billion in 2021, then declined by 3.1% to $1.4 billion in 2022.
- Per Business Quant data, the three most recent Interest income - Loans figures were $1.4 billion in Q2 2022, $1.3 billion in Q1 2022, and $1.4 billion in Q2 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 1.36 Bn |
| Mar 31, 2022 | 1.29 Bn |
| Jun 30, 2021 | 1.40 Bn |
| Mar 31, 2021 | 1.40 Bn |
| Jun 30, 2020 | 1.54 Bn |
| Mar 31, 2020 | 1.70 Bn |
| Jun 30, 2019 | 1.85 Bn |
| Mar 31, 2019 | 1.79 Bn |
| Jun 30, 2018 | 1.71 Bn |
| Mar 31, 2018 | 1.69 Bn |
| Jun 30, 2017 | 1.47 Bn |
| Mar 31, 2017 | 1.45 Bn |
| Jun 30, 2016 | 1.43 Bn |
Credit Suisse Ag Interest income - Loans 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=interest-income-loans&ticker=GLDI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-income-loans", "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=interest-income-loans&ticker=GLDI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();