Credit Suisse Ag (USOI) Interest Coverage Ratio (2016 - 2022)
Credit Suisse Ag's (USOI) quarterly Interest Coverage Ratio came in at 0.08 in Q2 2022, down 95.41% year-over-year from 1.8 in Q2 2021, and down 81.49% quarter-over-quarter from 0.45 in Q1 2022.
Credit Suisse Ag (USOI) Interest Coverage Ratio (2016 - 2022) Analysis & Trends
Credit Suisse Ag has disclosed Interest Coverage Ratio across 7 years of filings, most recently posting 0.08 for Q2 2022.
- In Q2 2022, Interest Coverage Ratio fell 95.41% year-over-year to 0.08; the TTM figure through Jun 2022 stood at 0.06 (down 95.93% YoY), while the FY2023 annual figure was 0.27, down 38.02% from the prior year.
- Interest Coverage Ratio came in at 0.08 for Q2 2022 at Credit Suisse Ag, down from 0.45 in the prior quarter.
- In the past five years, Interest Coverage Ratio ranged from a high of 1.8 in Q2 2021 to a low of 0.08 in Q2 2022.
- Average Interest Coverage Ratio over 5 years is 1.13, with a median of 1.34 recorded in 2019.
- Year-over-year, Interest Coverage Ratio surged 30.35% in 2020 and tumbled 95.41% in 2022.
- Over 5 years, Interest Coverage Ratio stood at 1.3 in 2018, then increased by 4.28% to 1.36 in 2019, then soared by 30.35% to 1.77 in 2020, then gained by 2.08% to 1.8 in 2021, then plunged by 95.41% to 0.08 in 2022.
- Per Business Quant data, the three most recent Interest Coverage Ratio figures were 0.08 in Q2 2022, 0.45 in Q1 2022, and 1.8 in Q2 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 0.08 |
| Mar 31, 2022 | 0.45 |
| Jun 30, 2021 | 1.80 |
| Mar 31, 2021 | 0.46 |
| Jun 30, 2020 | 1.77 |
| Mar 31, 2020 | 1.43 |
| Jun 30, 2019 | 1.36 |
| Mar 31, 2019 | 1.32 |
| Jun 30, 2018 | 1.30 |
| Mar 31, 2018 | 1.37 |
| Jun 30, 2017 | 1.20 |
| Mar 31, 2017 | 1.28 |
| Jun 30, 2016 | 0.82 |
Credit Suisse Ag Interest Coverage 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=interest-coverage-ratio&ticker=USOI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-ratio", "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=interest-coverage-ratio&ticker=USOI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();