Credit Suisse Ag (SLVO) Provisions (2016 - 2022)
Credit Suisse Ag's (SLVO) quarterly Provisions came in at $83.1 million in Q2 2022, up 402.97% year-over-year from $16.5 million in Q2 2021, and up 169.74% quarter-over-quarter from -$119.1 million in Q1 2022.
Credit Suisse Ag (SLVO) Provisions (2016 - 2022) Analysis & Trends
Credit Suisse Ag has disclosed Provisions across 7 years of filings, most recently posting $83.1 million for Q2 2022.
- In Q2 2022, Provisions rose 402.97% year-over-year to $83.1 million; the TTM figure through Jun 2022 stood at $4.8 billion (down 16.25% YoY), while the FY2023 annual figure was $1.1 billion, up 353.07% from the prior year.
- Provisions came in at $83.1 million for Q2 2022 at Credit Suisse Ag, up from -$119.1 million in the prior quarter.
- In the past five years, Provisions ranged from a high of $4.9 billion in Q1 2021 to a low of -$119.1 million in Q1 2022.
- Average Provisions over 5 years is $595.7 million, with a median of $77.7 million recorded in 2018.
- The largest YoY upside for Provisions was 727.63% in 2021 against a maximum downside of 108.92% in 2021.
- Over 5 years, Provisions stood at $74.2 million in 2018, then tumbled by 39.49% to $44.9 million in 2019, then soared by 584.49% to $307.2 million in 2020, then plunged by 108.92% to -$27.4 million in 2021, then soared by 402.97% to $83.1 million in 2022.
- Per Business Quant data, the three most recent Provisions figures were $83.1 million in Q2 2022, -$119.1 million in Q1 2022, and -$27.4 million in Q2 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 83.06 Mn |
| Mar 31, 2022 | -119.11 Mn |
| Jun 30, 2021 | -27.42 Mn |
| Mar 31, 2021 | 4.86 Bn |
| Jun 30, 2020 | 307.19 Mn |
| Mar 31, 2020 | 587.22 Mn |
| Jun 30, 2019 | 44.88 Mn |
| Mar 31, 2019 | 81.33 Mn |
| Jun 30, 2018 | 74.16 Mn |
| Mar 31, 2018 | 65.37 Mn |
| Jun 30, 2017 | 83.23 Mn |
| Mar 31, 2017 | 65.73 Mn |
| Jun 30, 2016 | 154.60 Mn |
Credit Suisse Ag Provisions 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=provisions&ticker=SLVO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "provisions", "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=provisions&ticker=SLVO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();