Credit Suisse Ag (USOI) Restructuring Costs (2016 - 2022)
Credit Suisse Ag's (USOI) quarterly Restructuring Costs came in at $83.1 million in Q2 2022, down 11.93% year-over-year from $94.3 million in Q2 2021, and down 20.92% quarter-over-quarter from $105.0 million in Q1 2022.
Credit Suisse Ag (USOI) Restructuring Costs (2016 - 2022) Analysis & Trends
Credit Suisse Ag has disclosed Restructuring Costs across 7 years of filings, most recently posting $83.1 million for Q2 2022.
- In Q2 2022, Restructuring Costs fell 11.93% year-over-year to $83.1 million; the TTM figure through Jun 2022 stood at $591.0 million (down 39.76% YoY), while the FY2023 annual figure was $505.5 million, down 27.05% from the prior year.
- Restructuring Costs came in at $83.1 million for Q2 2022 at Credit Suisse Ag, down from $105.0 million in the prior quarter.
- In the past five years, Restructuring Costs ranged from a high of $318.6 million in Q2 2020 to a low of $83.1 million in Q2 2022.
- Average Restructuring Costs over 5 years is $226.4 million, with a median of $263.8 million recorded in 2019.
- Year-over-year, Restructuring Costs gained 28.82% in 2020 and sank 70.4% in 2021.
- Over 5 years, Restructuring Costs stood at $293.6 million in 2018, then slipped by 15.76% to $247.3 million in 2019, then increased by 28.82% to $318.6 million in 2020, then slumped by 70.4% to $94.3 million in 2021, then retreated by 11.93% to $83.1 million in 2022.
- Per Business Quant data, the three most recent Restructuring Costs figures were $83.1 million in Q2 2022, $105.0 million in Q1 2022, and $94.3 million in Q2 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 83.06 Mn |
| Mar 31, 2022 | 105.03 Mn |
| Jun 30, 2021 | 94.31 Mn |
| Mar 31, 2021 | 308.59 Mn |
| Jun 30, 2020 | 318.61 Mn |
| Mar 31, 2020 | 259.50 Mn |
| Jun 30, 2019 | 247.33 Mn |
| Mar 31, 2019 | 268.08 Mn |
| Jun 30, 2018 | 293.61 Mn |
| Mar 31, 2018 | 285.74 Mn |
| Jun 30, 2017 | 272.02 Mn |
| Mar 31, 2017 | 292.81 Mn |
| Jun 30, 2016 | 339.08 Mn |
Credit Suisse Ag Restructuring Costs 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=restructuring-costs&ticker=USOI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "restructuring-costs", "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=restructuring-costs&ticker=USOI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();