Credit Suisse Ag (SLVO) Non Operating Interest Expenses (2016 - 2022)
Credit Suisse Ag's (SLVO) quarterly Non Operating Interest Expenses came in at $1.3 billion in Q2 2022, up 19.9% year-over-year from $1.1 billion in Q2 2021, and up 58.25% quarter-over-quarter from $839.2 million in Q1 2022.
Credit Suisse Ag (SLVO) Non Operating Interest Expenses (2016 - 2022) Analysis & Trends
Credit Suisse Ag has disclosed Non Operating Interest Expenses across 7 years of filings, most recently posting $1.3 billion for Q2 2022.
- In Q2 2022, Non Operating Interest Expenses rose 19.9% year-over-year to $1.3 billion; the TTM figure through Jun 2022 stood at $4.8 billion (down 36.58% YoY), while the FY2023 annual figure was $15.2 billion, up 110.82% from the prior year.
- Non Operating Interest Expenses came in at $1.3 billion for Q2 2022 at Credit Suisse Ag, up from $839.2 million in the prior quarter.
- In the past five years, Non Operating Interest Expenses ranged from a high of $3.6 billion in Q2 2019 to a low of $839.2 million in Q1 2022.
- Average Non Operating Interest Expenses over 5 years is $2.3 billion, with a median of $2.5 billion recorded in 2020.
- Year-over-year, Non Operating Interest Expenses rose 25.95% in 2018 and tumbled 47.14% in 2021.
- Over 5 years, Non Operating Interest Expenses stood at $3.6 billion in 2018, then advanced by 2.52% to $3.6 billion in 2019, then plunged by 42.47% to $2.1 billion in 2020, then plunged by 47.14% to $1.1 billion in 2021, then climbed by 19.9% to $1.3 billion in 2022.
- Per Business Quant data, the three most recent Non Operating Interest Expenses figures were $1.3 billion in Q2 2022, $839.2 million in Q1 2022, and $1.1 billion in Q2 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 1.33 Bn |
| Mar 31, 2022 | 839.18 Mn |
| Jun 30, 2021 | 1.11 Bn |
| Mar 31, 2021 | 1.55 Bn |
| Jun 30, 2020 | 2.10 Bn |
| Mar 31, 2020 | 2.85 Bn |
| Jun 30, 2019 | 3.64 Bn |
| Mar 31, 2019 | 3.30 Bn |
| Jun 30, 2018 | 3.55 Bn |
| Mar 31, 2018 | 3.02 Bn |
| Jun 30, 2017 | 2.91 Bn |
| Mar 31, 2017 | 2.40 Bn |
| Jun 30, 2016 | 2.84 Bn |
Credit Suisse Ag Non Operating Interest Expenses 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-operating-interest-expenses&ticker=SLVO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-interest-expenses", "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=non-operating-interest-expenses&ticker=SLVO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();