Yiren Digital (YRD) Non-Current Debt (2018 - 2019)
Yiren Digital's (YRD) quarterly Non-Current Debt came in at $2.6 million in Q4 2019, down 90.52% on a YoY basis from $27.8 million in Q4 2018, and down 90.52% quarter-over-quarter from $27.8 million in Q4 2018.
Yiren Digital (YRD) Non-Current Debt (2018 - 2019) Analysis & Trends
Yiren Digital (YRD) has reported Non-Current Debt for 2 consecutive years, with $2.6 million the latest figure, recorded in Q4 2019.
- For the quarter ending Q4 2019, Non-Current Debt fell 90.52% year-over-year to $2.6 million; the trailing twelve-month figure through Dec 2019 stood at $2.6 million (down 90.52% YoY), and the FY2019 full-year result was $2.7 million, down 90.33% from the prior year.
- Non-Current Debt slipped to $2.6 million in Q4 2019 per YRD's latest filing, from $27.8 million in the prior quarter.
- Across five years, Non-Current Debt topped out at $27.8 million in Q4 2018 and bottomed at $2.6 million in Q4 2019.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | Affirm Holdings | 24.20 Bn | 22.57 Bn | - | 3.33 Bn |
| 2 | Synchrony Financial | 23.63 Bn | 7.43 Bn | - | 16.43 Bn |
| 3 | FirstCash Holdings | 9.58 Bn | 9.41 Bn | 533.67 Mn | 2.35 Bn |
| 4 | Credit Acceptance | 5.83 Bn | 5.34 Bn | 569.30 Mn | 5.02 Bn |
| 5 | Slm | 4.56 Bn | -237.27 Mn | - | 5.84 Bn |
| 6 | Enova International | 4.20 Bn | 4.08 Bn | 568.07 Mn | 5.01 Bn |
| 7 | Bread Financial Holdings | 3.98 Bn | -16.10 Bn | 957.00 Mn | 838.00 Mn |
| 8 | StoneCo | 3.10 Bn | 1.48 Bn | 308.97 Mn | - |
| 9 | Ezcorp | 1.89 Bn | 1.58 Bn | 246.19 Mn | 519.49 Mn |
| 10 | Yiren Digital | 86.47 Mn | -338.94 Mn | - | - |
Yiren Digital Non-Current Debt 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=non-current-debt&ticker=YRD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-debt", "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=non-current-debt&ticker=YRD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();