Credit Suisse Ag (USOI) Revenue (2016 - 2022)
Credit Suisse Ag's (USOI) quarterly Revenue came in at $3.8 billion in Q2 2022, down 32.37% year-over-year from $5.6 billion in Q2 2021, and down 20.78% quarter-over-quarter from $4.8 billion in Q1 2022.
Credit Suisse Ag (USOI) Revenue (2016 - 2022) Analysis & Trends
Credit Suisse Ag has disclosed Revenue across 7 years of filings, most recently posting $3.8 billion for Q2 2022.
- In Q2 2022, Revenue fell 32.37% year-over-year to $3.8 billion; the TTM figure through Jun 2022 stood at $25.3 billion (up 21.17% YoY), while the FY2023 annual figure was $22.1 billion, up 38.87% from the prior year.
- Revenue came in at $3.8 billion for Q2 2022 at Credit Suisse Ag, down from $4.8 billion in the prior quarter.
- In the past five years, Revenue ranged from a high of $11.1 billion in Q4 2021 to a low of $457.9 million in Q4 2020.
- Average Revenue over 5 years is $5.8 billion, with a median of $5.6 billion recorded in 2018.
- Year-over-year, Revenue jumped 2327.85% in 2021 and slumped 42.97% in 2022.
- Over 5 years, Revenue stood at $5.7 billion in 2018, then fell by 2.08% to $5.6 billion in 2019, then tumbled by 91.77% to $457.9 million in 2020, then jumped by 2327.85% to $11.1 billion in 2021, then sank by 65.96% to $3.8 billion in 2022.
- Per Business Quant data, the three most recent Revenue figures were $3.8 billion in Q2 2022, $4.8 billion in Q1 2022, and $11.1 billion in Q4 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 3.78 Bn |
| Mar 31, 2022 | 4.78 Bn |
| Dec 31, 2021 | 11.12 Bn |
| Jun 30, 2021 | 5.60 Bn |
| Mar 31, 2021 | 8.38 Bn |
| Dec 31, 2020 | 457.95 Mn |
| Jun 30, 2020 | 6.43 Bn |
| Mar 31, 2020 | 5.97 Bn |
| Jun 30, 2019 | 5.57 Bn |
| Mar 31, 2019 | 5.41 Bn |
| Jun 30, 2018 | 5.68 Bn |
| Mar 31, 2018 | 5.94 Bn |
| Jun 30, 2017 | 5.28 Bn |
| Mar 31, 2017 | 5.51 Bn |
| Jun 30, 2016 | 5.26 Bn |
Credit Suisse Ag Revenue 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=revenue&ticker=USOI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "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=revenue&ticker=USOI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();