Credit Suisse Ag (SLVO) EBITDA Margin (2016 - 2022)
Credit Suisse Ag's (SLVO) quarterly EBITDA Margin came in at 2.91% in Q2 2022, down 3282.0% year-over-year from 0.09% in Q2 2021, and down 63.02% quarter-over-quarter from 7.86% in Q1 2022.
Credit Suisse Ag (SLVO) EBITDA Margin (2016 - 2022) Analysis & Trends
Credit Suisse Ag has disclosed EBITDA Margin across 7 years of filings, most recently posting 2.91% for Q2 2022.
- In Q2 2022, EBITDA Margin fell 3282.0% year-over-year to 2.91%; the TTM figure through Jun 2022 stood at 1.07% (down 4932.0% YoY), while the FY2023 annual figure was 18.52%, down 116.0% from the prior year.
- EBITDA Margin came in at 2.91% for Q2 2022 at Credit Suisse Ag, down from 7.86% in the prior quarter.
- In the past five years, EBITDA Margin ranged from a high of 88.77% in Q2 2019 to a low of 19.91% in Q4 2021.
- Average EBITDA Margin over 5 years is 43.79%, with a median of 57.64% recorded in 2020.
- Year-over-year, EBITDA Margin surged 1508 bps in 2018 and sank 6009 bps in 2021.
- Over 5 years, EBITDA Margin stood at 81.3% in 2018, then rose by 9 bps to 88.77% in 2019, then sank by 35 bps to 57.64% in 2020, then slumped by 135 bps to 19.91% in 2021, then soared by 115 bps to 2.91% in 2022.
- Per Business Quant data, the three most recent EBITDA Margin figures were 2.91% in Q2 2022, 7.86% in Q1 2022, and 19.91% in Q4 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 2.91% |
| Mar 31, 2022 | 7.86% |
| Dec 31, 2021 | -19.91% |
| Jun 30, 2021 | 35.72% |
| Mar 31, 2021 | 8.50% |
| Jun 30, 2020 | 57.64% |
| Mar 31, 2020 | 68.59% |
| Jun 30, 2019 | 88.77% |
| Mar 31, 2019 | 80.71% |
| Jun 30, 2018 | 81.30% |
| Mar 31, 2018 | 69.55% |
| Jun 30, 2017 | 66.22% |
| Mar 31, 2017 | 55.64% |
| Jun 30, 2016 | 44.52% |
Credit Suisse Ag EBITDA 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=ebitda-margin&ticker=SLVO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda-margin", "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=ebitda-margin&ticker=SLVO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();