Credit Suisse Ag (USOI) Other Operating Expenses (2016 - 2022)
Credit Suisse Ag's (USOI) quarterly Other Operating Expenses came in at $1.7 billion in Q2 2022, down 8.35% year-over-year from $1.8 billion in Q2 2021, and down 10.48% quarter-over-quarter from $1.9 billion in Q1 2022.
Credit Suisse Ag (USOI) Other Operating Expenses (2016 - 2022) Analysis & Trends
Credit Suisse Ag has disclosed Other Operating Expenses across 7 years of filings, most recently posting $1.7 billion for Q2 2022.
- In Q2 2022, Other Operating Expenses fell 8.35% year-over-year to $1.7 billion; the TTM figure through Jun 2022 stood at $5.4 billion (down 18.12% YoY), while the FY2023 annual figure was $3.6 billion, down 25.38% from the prior year.
- Other Operating Expenses came in at $1.7 billion for Q2 2022 at Credit Suisse Ag, down from $1.9 billion in the prior quarter.
- In the past five years, Other Operating Expenses ranged from a high of $2.4 billion in Q1 2018 to a low of $15.2 million in Q4 2021.
- Average Other Operating Expenses over 5 years is $1.7 billion, with a median of $1.8 billion recorded in 2020.
- Year-over-year, Other Operating Expenses dropped 24.45% in 2019 and soared 30.1% in 2022.
- Over 5 years, Other Operating Expenses stood at $2.3 billion in 2018, then slipped by 24.45% to $1.7 billion in 2019, then rose by 2.19% to $1.8 billion in 2020, then plunged by 99.14% to $15.2 million in 2021, then jumped by 10862.13% to $1.7 billion in 2022.
- Per Business Quant data, the three most recent Other Operating Expenses figures were $1.7 billion in Q2 2022, $1.9 billion in Q1 2022, and $15.2 million in Q4 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 1.66 Bn |
| Mar 31, 2022 | 1.86 Bn |
| Dec 31, 2021 | 15.18 Mn |
| Jun 30, 2021 | 1.82 Bn |
| Mar 31, 2021 | 1.43 Bn |
| Jun 30, 2020 | 1.76 Bn |
| Mar 31, 2020 | 1.54 Bn |
| Jun 30, 2019 | 1.72 Bn |
| Mar 31, 2019 | 1.97 Bn |
| Jun 30, 2018 | 2.28 Bn |
| Mar 31, 2018 | 2.36 Bn |
| Jun 30, 2017 | 2.27 Bn |
| Mar 31, 2017 | 2.34 Bn |
| Jun 30, 2016 | 2.32 Bn |
Credit Suisse Ag Other Operating 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=other-operating-expenses&ticker=USOI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "ticker": "USOI", "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-operating-expenses&ticker=USOI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();