Credit Suisse Ag (SLVO) Other Non Operating Income (2017 - 2022)
Credit Suisse Ag's (SLVO) quarterly Other Non Operating Income came in at $57.1 million in Q2 2022, up 215.72% year-over-year from $18.1 million in Q2 2021, and up 215.72% quarter-over-quarter from -$49.3 million in Q2 2021.
Credit Suisse Ag (SLVO) Other Non Operating Income (2017 - 2022) Analysis & Trends
Credit Suisse Ag has disclosed Other Non Operating Income across 6 years of filings, most recently posting $57.1 million for Q2 2022.
- In Q2 2022, Other Non Operating Income rose 215.72% year-over-year to $57.1 million; the TTM figure through Jun 2022 stood at -$8.9 million (up 85.37% YoY), while the FY2023 annual figure was -$780.5 million, down 486.28% from the prior year.
- Other Non Operating Income came in at $57.1 million for Q2 2022 at Credit Suisse Ag, up from -$49.3 million in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $57.1 million in Q2 2022 to a low of -$49.3 million in Q2 2021.
- Average Other Non Operating Income over 5 years is -$766787.3, with a median of $5.1 million recorded in 2018.
- Year-over-year, Other Non Operating Income sank 779.3% in 2021 and soared 215.72% in 2022.
- Over 5 years, Other Non Operating Income stood at $5.1 million in 2018, then slumped by 571.19% to -$23.9 million in 2019, then surged by 130.35% to $7.3 million in 2020, then slumped by 779.3% to -$49.3 million in 2021, then soared by 215.72% to $57.1 million in 2022.
- Per Business Quant data, the three most recent Other Non Operating Income figures were $57.1 million in Q2 2022, -$49.3 million in Q2 2021, and $7.3 million in Q2 2020.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 57.11 Mn |
| Jun 30, 2021 | -49.35 Mn |
| Jun 30, 2020 | 7.26 Mn |
| Jun 30, 2019 | -23.94 Mn |
| Jun 30, 2018 | 5.08 Mn |
| Jun 30, 2017 | 170.52 Mn |
Credit Suisse Ag Other Non Operating 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-operating-income&ticker=SLVO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-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-operating-income&ticker=SLVO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();