Credit Suisse Ag (SLVO) Other Non-Interest Income (2016 - 2022)
Credit Suisse Ag's (SLVO) quarterly Other Non-Interest Income came in at $238.8 million in Q2 2022, down 42.08% year-over-year from $412.3 million in Q2 2021, and down 43.16% quarter-over-quarter from $420.1 million in Q1 2022.
Credit Suisse Ag (SLVO) Other Non-Interest Income (2016 - 2022) Analysis & Trends
Credit Suisse Ag has disclosed Other Non-Interest Income across 7 years of filings, most recently posting $238.8 million for Q2 2022.
- In Q2 2022, Other Non-Interest Income fell 42.08% year-over-year to $238.8 million; the TTM figure through Jun 2022 stood at $1.5 billion (down 14.08% YoY), while the FY2023 annual figure was $14.7 billion, up 850.13% from the prior year.
- Other Non-Interest Income came in at $238.8 million for Q2 2022 at Credit Suisse Ag, down from $420.1 million in the prior quarter.
- In the past five years, Other Non-Interest Income ranged from a high of $508.5 million in Q2 2020 to a low of $238.8 million in Q2 2022.
- Average Other Non-Interest Income over 5 years is $408.5 million, with a median of $416.2 million recorded in 2022.
- Year-over-year, Other Non-Interest Income jumped 60.87% in 2018 and sank 42.08% in 2022.
- Over 5 years, Other Non-Interest Income stood at $320.0 million in 2018, then jumped by 46.78% to $469.7 million in 2019, then climbed by 8.26% to $508.5 million in 2020, then slipped by 18.92% to $412.3 million in 2021, then slumped by 42.08% to $238.8 million in 2022.
- Per Business Quant data, the three most recent Other Non-Interest Income figures were $238.8 million in Q2 2022, $420.1 million in Q1 2022, and $412.3 million in Q2 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 238.81 Mn |
| Mar 31, 2022 | 420.13 Mn |
| Jun 30, 2021 | 412.34 Mn |
| Mar 31, 2021 | 459.01 Mn |
| Jun 30, 2020 | 508.53 Mn |
| Mar 31, 2020 | 401.13 Mn |
| Jun 30, 2019 | 469.73 Mn |
| Mar 31, 2019 | 404.64 Mn |
| Jun 30, 2018 | 320.03 Mn |
| Mar 31, 2018 | 450.23 Mn |
| Jun 30, 2017 | 330.89 Mn |
| Mar 31, 2017 | 279.87 Mn |
| Jun 30, 2016 | 229.83 Mn |
Credit Suisse Ag Other 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=other-non-interest-income&ticker=SLVO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-interest-income", "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=other-non-interest-income&ticker=SLVO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();