Yiren Digital (YRD) Income from Non-Controlling Interests (2016 - 2026)
Yiren Digital's (YRD) quarterly Income from Non-Controlling Interests came in at $171000.0 in Q1 2026, down 20.47% quarter-over-quarter from $215000.0 in Q2 2017.
Yiren Digital (YRD) Income from Non-Controlling Interests (2016 - 2026) Analysis & Trends
Yiren Digital (YRD) has reported Income from Non-Controlling Interests for 3 consecutive years, with $171000.0 the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Income from Non-Controlling Interests changed N/A year-over-year to $171000.0; the trailing twelve-month figure through Mar 2026 stood at $892513.0 (changed N/A YoY), and the FY2016 full-year result was $2.5 million, changed N/A from the prior year.
- Income from Non-Controlling Interests retreated to $171000.0 in Q1 2026 per YRD's latest filing, from $215000.0 in the prior quarter.
- Across five years, Income from Non-Controlling Interests topped out at $171000.0 in Q1 2026 and bottomed at $171000.0 in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (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 | - |
| 7 | Bread Financial Holdings | 4.20 Bn | -15.89 Bn | 957.00 Mn | - |
| 8 | StoneCo | 2.99 Bn | 1.38 Bn | 308.97 Mn | 1.06 Mn |
| 9 | Ezcorp | 1.88 Bn | 1.57 Bn | 246.19 Mn | 295,000.00 |
| 10 | Yiren Digital | 86.47 Mn | -338.94 Mn | - | 171,000.00 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 171,000.00 |
| Jun 30, 2017 | 215,000.00 |
| Mar 31, 2017 | 235,513.02 |
| Dec 31, 2016 | 271,000.00 |
| Sep 30, 2016 | 2.30 Mn |
Yiren Digital Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=YRD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=YRD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();