Credit Suisse Ag (GLDI) Non-Interest Income (2016 - 2022)
Credit Suisse Ag's (GLDI) quarterly Non-Interest Income came in at $2.7 billion in Q2 2022, down 35.75% year-over-year from $4.1 billion in Q2 2021, and down 17.69% quarter-over-quarter from $3.2 billion in Q1 2022.
Credit Suisse Ag (GLDI) Non-Interest Income (2016 - 2022) Analysis & Trends
Credit Suisse Ag has disclosed Non-Interest Income across 7 years of filings, most recently posting $2.7 billion for Q2 2022.
- In Q2 2022, Non-Interest Income fell 35.75% year-over-year to $2.7 billion; the TTM figure through Jun 2022 stood at $10.5 billion (down 47.87% YoY), while the FY2023 annual figure was $29.4 billion, up 65.94% from the prior year.
- Non-Interest Income came in at $2.7 billion for Q2 2022 at Credit Suisse Ag, down from $3.2 billion in the prior quarter.
- In the past five years, Non-Interest Income ranged from a high of $6.6 billion in Q1 2021 to a low of $416.4 million in Q4 2021.
- Average Non-Interest Income over 5 years is $3.1 billion, with a median of $2.7 billion recorded in 2022.
- Year-over-year, Non-Interest Income surged 183.75% in 2020 and slumped 51.29% in 2022.
- Over 5 years, Non-Interest Income stood at $2.0 billion in 2018, then dropped by 12.76% to $1.7 billion in 2019, then surged by 183.75% to $4.8 billion in 2020, then slumped by 91.39% to $416.4 million in 2021, then surged by 539.01% to $2.7 billion in 2022.
- Per Business Quant data, the three most recent Non-Interest Income figures were $2.7 billion in Q2 2022, $3.2 billion in Q1 2022, and $416.4 million in Q4 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 2.66 Bn |
| Mar 31, 2022 | 3.23 Bn |
| Dec 31, 2021 | 416.45 Mn |
| Jun 30, 2021 | 4.14 Bn |
| Mar 31, 2021 | 6.64 Bn |
| Jun 30, 2020 | 4.84 Bn |
| Mar 31, 2020 | 4.43 Bn |
| Jun 30, 2019 | 1.70 Bn |
| Mar 31, 2019 | 1.73 Bn |
| Jun 30, 2018 | 1.95 Bn |
| Mar 31, 2018 | 2.10 Bn |
| Jun 30, 2017 | 1.98 Bn |
| Mar 31, 2017 | 2.14 Bn |
| Jun 30, 2016 | 2.57 Bn |
Credit Suisse Ag Non-Interest Income 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=non-interest-income&ticker=GLDI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-interest-income", "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=non-interest-income&ticker=GLDI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();