Credit Suisse Ag (GLDI) Interest Income - Debt Securities (2016 - 2022)
Credit Suisse Ag's (GLDI) quarterly Interest Income - Debt Securities came in at -$12.5 million in Q2 2022, down 700.28% quarter-over-quarter from $2.1 million in Q2 2020.
Credit Suisse Ag (GLDI) Interest Income - Debt Securities (2016 - 2022) Analysis & Trends
Credit Suisse Ag has disclosed Interest Income - Debt Securities across 6 years of filings, most recently posting -$12.5 million for Q2 2022.
- In Q2 2022, Interest Income - Debt Securities changed N/A year-over-year to -$12.5 million; the TTM figure through Jun 2022 stood at -$12.5 million (down 500.7% YoY), while the FY2023 annual figure was $82.4 million, up 461.43% from the prior year.
- Interest Income - Debt Securities came in at -$12.5 million for Q2 2022 at Credit Suisse Ag, down from $2.1 million in the prior quarter.
- In the past five years, Interest Income - Debt Securities ranged from a high of $20.3 million in Q2 2018 to a low of -$12.5 million in Q2 2022.
- Average Interest Income - Debt Securities over 4 years is $3.9 million, with a median of $3.0 million recorded in 2019.
- Year-over-year, Interest Income - Debt Securities jumped 66.82% in 2018 and sank 85.28% in 2019.
- Over 4 years, Interest Income - Debt Securities stood at $20.3 million in 2018, then slumped by 85.28% to $3.0 million in 2019, then plunged by 30.63% to $2.1 million in 2020, then slumped by 700.28% to -$12.5 million in 2022.
- Per Business Quant data, the three most recent Interest Income - Debt Securities figures were -$12.5 million in Q2 2022, $2.1 million in Q2 2020, and $1.0 million in Q1 2020.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | -12.46 Mn |
| Jun 30, 2020 | 2.08 Mn |
| Mar 31, 2020 | 1.03 Mn |
| Jun 30, 2019 | 2.99 Mn |
| Mar 31, 2019 | 3.01 Mn |
| Jun 30, 2018 | 20.32 Mn |
| Mar 31, 2018 | 10.54 Mn |
| Jun 30, 2017 | 12.18 Mn |
| Mar 31, 2017 | 10.96 Mn |
| Jun 30, 2016 | 17.52 Mn |
Credit Suisse Ag Interest Income - Debt Securities 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-debt-securities&ticker=GLDI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-income-debt-securities", "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-debt-securities&ticker=GLDI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();