Yiren Digital (YRD) Equity Income (2015 - 2025)
Yiren Digital's (YRD) quarterly Equity Income came in at -$618000.0 in Q2 2025, down 3333.33% quarter-over-quarter from -$18000.0 in Q1 2025.
Yiren Digital (YRD) Equity Income (2015 - 2025) Analysis & Trends
Yiren Digital (YRD) has reported Equity Income for 4 consecutive years, with -$618000.0 the latest figure, recorded in Q2 2025.
- For the quarter ending Q2 2025, Equity Income changed N/A year-over-year to -$618000.0; the trailing twelve-month figure through Dec 2025 stood at -$636000.0 (down 100.09% YoY), and the FY2025 full-year result was -$652000.0, down 986.67% from the prior year.
- Equity Income retreated to -$618000.0 in Q2 2025 per YRD's latest filing, from -$18000.0 in the prior quarter.
- Across five years, Equity Income topped out at -$18000.0 in Q1 2025 and bottomed at -$618000.0 in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Synchrony Financial | 24.38 Bn | 8.19 Bn | - | - |
| 2 | Affirm Holdings | 24.01 Bn | 22.38 Bn | - | - |
| 3 | FirstCash Holdings | 9.50 Bn | 9.33 Bn | 533.67 Mn | - |
| 4 | Credit Acceptance | 6.00 Bn | 5.51 Bn | 569.30 Mn | - |
| 5 | Slm | 4.72 Bn | -77.52 Mn | - | - |
| 6 | Enova International | 4.35 Bn | 4.22 Bn | 568.07 Mn | 338,000.00 |
| 7 | Bread Financial Holdings | 4.20 Bn | -15.89 Bn | 957.00 Mn | - |
| 8 | StoneCo | 2.99 Bn | 1.38 Bn | 308.97 Mn | - |
| 9 | Ezcorp | 1.88 Bn | 1.57 Bn | 246.19 Mn | 1.90 Mn |
| 10 | Yiren Digital | 86.47 Mn | -338.94 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | -618,000.00 |
| Mar 31, 2025 | -18,000.00 |
| Dec 31, 2024 | -60,000.00 |
| Dec 31, 2016 | 308.21 Mn |
| Sep 30, 2016 | 261.32 Mn |
| Mar 31, 2016 | 171.65 Mn |
| Dec 31, 2015 | 150.83 Mn |
| Sep 30, 2015 | 65.40 Mn |
| Jun 30, 2015 | 53.38 Mn |
| Mar 31, 2015 | 40.48 Mn |
Yiren Digital Equity Income 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=equity-income&ticker=YRD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-income", "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=equity-income&ticker=YRD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();