Credit Suisse Ag (SLVO) Debt Ratio (2012 - 2023)
Credit Suisse Ag's (SLVO) quarterly Debt Ratio came in at 0.49 in Q4 2023, up 45.9% year-over-year from 0.34 in Q4 2022, and down 16.58% quarter-over-quarter from 0.59 in Q2 2023.
Credit Suisse Ag (SLVO) Debt Ratio (2012 - 2023) Analysis & Trends
Credit Suisse Ag has disclosed Debt Ratio across 12 years of filings, most recently posting 0.49 for Q4 2023.
- In Q4 2023, Debt Ratio rose 45.9% year-over-year to 0.49; the TTM figure through Dec 2023 stood at 0.49 (up 45.9% YoY), while the FY2023 annual figure was 0.49, up 45.9% from the prior year.
- Debt Ratio came in at 0.49 for Q4 2023 at Credit Suisse Ag, down from 0.59 in the prior quarter.
- In the past five years, Debt Ratio ranged from a high of 0.59 in Q2 2023 to a low of 0.24 in Q1 2020.
- Average Debt Ratio over 5 years is 0.32, with a median of 0.29 recorded in 2020.
- Year-over-year, Debt Ratio decreased 18.67% in 2020 and surged 117.43% in 2023.
- Over 5 years, Debt Ratio stood at 0.28 in 2019, then climbed by 1.43% to 0.28 in 2020, then decreased by 4.25% to 0.27 in 2021, then increased by 24.54% to 0.34 in 2022, then surged by 45.9% to 0.49 in 2023.
- Per Business Quant data, the three most recent Debt Ratio figures were 0.49 in Q4 2023, 0.59 in Q2 2023, and 0.34 in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 0.49 |
| Jun 30, 2023 | 0.59 |
| Dec 31, 2022 | 0.34 |
| Jun 30, 2022 | 0.27 |
| Mar 31, 2022 | 0.26 |
| Dec 31, 2021 | 0.27 |
| Jun 30, 2021 | 0.29 |
| Mar 31, 2021 | 0.30 |
| Dec 31, 2020 | 0.28 |
| Jun 30, 2020 | 0.29 |
| Mar 31, 2020 | 0.24 |
| Dec 31, 2019 | 0.28 |
| Jun 30, 2019 | 0.29 |
| Mar 31, 2019 | 0.30 |
| Dec 31, 2018 | 0.28 |
| Jun 30, 2018 | 0.30 |
| Mar 31, 2018 | 0.30 |
| Dec 31, 2017 | 0.30 |
| Jun 30, 2017 | 0.29 |
| Mar 31, 2017 | 0.29 |
Credit Suisse Ag Debt Ratio 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=debt-ratio&ticker=SLVO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "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=debt-ratio&ticker=SLVO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();