Yiren Digital (YRD) Times Interest Earned (2021 - 2022)
Yiren Digital's (YRD) quarterly Times Interest Earned came in at 1339.6 in Q3 2022, down 3421.94% on a YoY basis from 40.33 in Q3 2021, and down 3421.94% quarter-over-quarter from 38.04 in Q3 2021.
Yiren Digital (YRD) Times Interest Earned (2021 - 2022) Analysis & Trends
Yiren Digital (YRD) has reported Times Interest Earned for 2 consecutive years, with 1339.6 the latest figure, recorded in Q3 2022.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Times Interest Earned (Qtr) |
|---|---|---|---|---|---|
| 1 | Affirm Holdings | 24.20 Bn | 22.57 Bn | - | 1.24 |
| 2 | Synchrony Financial | 23.63 Bn | 7.43 Bn | - | 2.22 |
| 3 | FirstCash Holdings | 9.58 Bn | 9.41 Bn | 533.67 Mn | 3.56 |
| 4 | Credit Acceptance | 5.83 Bn | 5.34 Bn | 569.30 Mn | 1.40 |
| 5 | Slm | 4.56 Bn | -237.27 Mn | - | 1.30 |
| 6 | Enova International | 4.20 Bn | 4.08 Bn | 568.07 Mn | 2.42 |
| 7 | Bread Financial Holdings | 3.98 Bn | -16.10 Bn | 957.00 Mn | 2.43 |
| 8 | StoneCo | 3.10 Bn | 1.48 Bn | 308.97 Mn | 1.64 |
| 9 | Ezcorp | 1.89 Bn | 1.58 Bn | 246.19 Mn | 6.56 |
| 10 | Yiren Digital | 86.47 Mn | -338.94 Mn | - | - |
Yiren Digital Times Interest Earned 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=times-interest-earned&ticker=YRD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "ticker": "YRD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=times-interest-earned&ticker=YRD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();