Credit Suisse Ag (SLVO) Interest Income - Net (2016 - 2022)
Credit Suisse Ag's (SLVO) quarterly Interest Income - Net came in at $1.2 billion in Q2 2022, down 20.1% year-over-year from $1.6 billion in Q2 2021, and down 21.46% quarter-over-quarter from $1.6 billion in Q1 2022.
Credit Suisse Ag (SLVO) Interest Income - Net (2016 - 2022) Analysis & Trends
Credit Suisse Ag has disclosed Interest Income - Net across 7 years of filings, most recently posting $1.2 billion for Q2 2022.
- In Q2 2022, Interest Income - Net fell 20.1% year-over-year to $1.2 billion; the TTM figure through Jun 2022 stood at $6.2 billion (down 5.98% YoY), while the FY2023 annual figure was $3.8 billion, down 32.87% from the prior year.
- Interest Income - Net came in at $1.2 billion for Q2 2022 at Credit Suisse Ag, down from $1.6 billion in the prior quarter.
- In the past five years, Interest Income - Net ranged from a high of $2.0 billion in Q2 2019 to a low of $1.2 billion in Q2 2022.
- Average Interest Income - Net over 5 years is $1.6 billion, with a median of $1.6 billion recorded in 2018.
- Year-over-year, Interest Income - Net rose 23.31% in 2019 and slipped 20.1% in 2022.
- Over 5 years, Interest Income - Net stood at $1.6 billion in 2018, then climbed by 23.31% to $2.0 billion in 2019, then slipped by 18.35% to $1.6 billion in 2020, then dropped by 4.7% to $1.6 billion in 2021, then decreased by 20.1% to $1.2 billion in 2022.
- Per Business Quant data, the three most recent Interest Income - Net figures were $1.2 billion in Q2 2022, $1.6 billion in Q1 2022, and $1.6 billion in Q2 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 1.24 Bn |
| Mar 31, 2022 | 1.58 Bn |
| Jun 30, 2021 | 1.55 Bn |
| Mar 31, 2021 | 1.83 Bn |
| Jun 30, 2020 | 1.63 Bn |
| Mar 31, 2020 | 1.59 Bn |
| Jun 30, 2019 | 2.00 Bn |
| Mar 31, 2019 | 1.54 Bn |
| Jun 30, 2018 | 1.62 Bn |
| Mar 31, 2018 | 1.67 Bn |
| Jun 30, 2017 | 1.76 Bn |
| Mar 31, 2017 | 1.63 Bn |
| Jun 30, 2016 | 2.07 Bn |
Credit Suisse Ag Interest Income - Net 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-net&ticker=SLVO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-income-net", "ticker": "SLVO", "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-net&ticker=SLVO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();