Credit Suisse Ag (GLDI) Interest Income - Total (2016 - 2022)
Credit Suisse Ag's (GLDI) quarterly Interest Income - Total came in at $2.6 billion in Q2 2022, down 3.45% year-over-year from $2.7 billion in Q2 2021, and up 6.19% quarter-over-quarter from $2.4 billion in Q1 2022.
Credit Suisse Ag (GLDI) Interest Income - Total (2016 - 2022) Analysis & Trends
Credit Suisse Ag has disclosed Interest Income - Total across 7 years of filings, most recently posting $2.6 billion for Q2 2022.
- In Q2 2022, Interest Income - Total fell 3.45% year-over-year to $2.6 billion; the TTM figure through Jun 2022 stood at $11.0 billion (down 22.37% YoY), while the FY2023 annual figure was $19.0 billion, up 47.59% from the prior year.
- Interest Income - Total came in at $2.6 billion for Q2 2022 at Credit Suisse Ag, up from $2.4 billion in the prior quarter.
- In the past five years, Interest Income - Total ranged from a high of $5.6 billion in Q2 2019 to a low of $2.4 billion in Q1 2022.
- Average Interest Income - Total over 5 years is $4.0 billion, with a median of $4.1 billion recorded in 2020.
- Year-over-year, Interest Income - Total grew 16.58% in 2018 and sank 33.93% in 2020.
- Over 5 years, Interest Income - Total stood at $5.2 billion in 2018, then gained by 9.02% to $5.6 billion in 2019, then slumped by 33.93% to $3.7 billion in 2020, then slipped by 28.57% to $2.7 billion in 2021, then decreased by 3.45% to $2.6 billion in 2022.
- Per Business Quant data, the three most recent Interest Income - Total figures were $2.6 billion in Q2 2022, $2.4 billion in Q1 2022, and $2.7 billion in Q2 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 2.57 Bn |
| Jun 30, 2022 | 2.57 Bn |
| Mar 31, 2022 | 2.42 Bn |
| Mar 31, 2022 | 2.42 Bn |
| Jun 30, 2021 | 2.66 Bn |
| Jun 30, 2021 | 2.66 Bn |
| Mar 31, 2021 | 3.38 Bn |
| Mar 31, 2021 | 3.38 Bn |
| Jun 30, 2020 | 3.72 Bn |
| Jun 30, 2020 | 3.72 Bn |
| Mar 31, 2020 | 4.44 Bn |
| Mar 31, 2020 | 4.44 Bn |
| Jun 30, 2019 | 5.64 Bn |
| Jun 30, 2019 | 5.64 Bn |
| Mar 31, 2019 | 4.84 Bn |
| Mar 31, 2019 | 4.84 Bn |
| Jun 30, 2018 | 5.17 Bn |
| Jun 30, 2018 | 5.17 Bn |
| Mar 31, 2018 | 4.69 Bn |
| Mar 31, 2018 | 4.69 Bn |
Credit Suisse Ag Interest Income - Total 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-total&ticker=GLDI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-income-total", "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-total&ticker=GLDI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();