Credit Suisse Ag (USOI) Net Margin (2016 - 2022)
Credit Suisse Ag's (USOI) quarterly Net Margin came in at 43.68% in Q2 2022, down 4852.0% year-over-year from 0.92% in Q2 2021, and down 595.67% quarter-over-quarter from 6.28% in Q1 2022.
Credit Suisse Ag (USOI) Net Margin (2016 - 2022) Analysis & Trends
Credit Suisse Ag has disclosed Net Margin across 7 years of filings, most recently posting 43.68% for Q2 2022.
- In Q2 2022, Net Margin fell 4852.0% year-over-year to 43.68%; the TTM figure through Jun 2022 stood at 15.41% (down 2775.0% YoY), while the FY2023 annual figure was 55.6%, down 401.0% from the prior year.
- Net Margin came in at 43.68% for Q2 2022 at Credit Suisse Ag, down from 6.28% in the prior quarter.
- In the past five years, Net Margin ranged from a high of 22.7% in Q1 2020 to a low of 43.68% in Q2 2022.
- Average Net Margin over 5 years is 2.55%, with a median of 11.69% recorded in 2018.
- Year-over-year, Net Margin jumped 879 bps in 2020 and tumbled 4852 bps in 2022.
- Over 5 years, Net Margin stood at 11.69% in 2018, then surged by 44 bps to 16.79% in 2019, then climbed by 12 bps to 18.73% in 2020, then slumped by 206 bps to 19.91% in 2021, then plunged by 119 bps to 43.68% in 2022.
- Per Business Quant data, the three most recent Net Margin figures were 43.68% in Q2 2022, 6.28% in Q1 2022, and 19.91% in Q4 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | -43.68% |
| Mar 31, 2022 | -6.28% |
| Dec 31, 2021 | -19.91% |
| Jun 30, 2021 | 4.84% |
| Mar 31, 2021 | -3.05% |
| Jun 30, 2020 | 18.73% |
| Mar 31, 2020 | 22.70% |
| Jun 30, 2019 | 16.79% |
| Mar 31, 2019 | 13.90% |
| Jun 30, 2018 | 11.69% |
| Mar 31, 2018 | 12.28% |
| Jun 30, 2017 | 5.88% |
| Mar 31, 2017 | 10.70% |
| Jun 30, 2016 | -5.97% |
Credit Suisse Ag Net Margin 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=net-margin&ticker=USOI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-margin", "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=net-margin&ticker=USOI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();