Yiren Digital (YRD) Enterprise Value (2015 - 2026)
Yiren Digital's (YRD) quarterly Enterprise Value came in at -$275.2 million in Q1 2026, down 1337.79% on a YoY basis from $22.2 million in Q1 2025, and down 26.75% quarter-over-quarter from -$217.1 million in Q4 2025.
Yiren Digital (YRD) Enterprise Value (2015 - 2026) Analysis & Trends
Yiren Digital (YRD) has reported Enterprise Value for 12 consecutive years, with -$275.2 million the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Enterprise Value fell 1337.79% year-over-year to -$275.2 million; the trailing twelve-month figure through Mar 2026 stood at -$275.2 million (down 1337.79% YoY), and the FY2025 full-year result was -$210.1 million, down 15.93% from the prior year.
- Enterprise Value fell to -$275.2 million in Q1 2026 per YRD's latest filing, from -$217.1 million in the prior quarter.
- Across five years, Enterprise Value topped out at -$19.1 million in Q1 2025 and bottomed at -$615.8 million in Q4 2022.
- Historically, Enterprise Value has averaged -$346.9 million across 5 years, with a median of -$360.7 million in 2024.
- The sharpest annual moves came in 2025 and 2026: Enterprise Value jumped 95.69% in 2025, then slumped 1337.79% in 2026.
- Over 5 years, Enterprise Value stood at -$615.8 million in 2022, then grew by 2.05% to -$603.1 million in 2023, then jumped by 69.93% to -$181.4 million in 2024, then fell by 19.69% to -$217.1 million in 2025, then fell by 26.75% to -$275.2 million in 2026.
- According to Business Quant data, Enterprise Value over the past three periods registered -$275.2 million, -$217.1 million, and -$97.9 million for Q1 2026, Q4 2025, and Q3 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Affirm Holdings | 24.20 Bn | 22.57 Bn | - |
| 2 | Synchrony Financial | 23.63 Bn | 7.43 Bn | - |
| 3 | FirstCash Holdings | 9.58 Bn | 9.41 Bn | 533.67 Mn |
| 4 | Credit Acceptance | 5.83 Bn | 5.34 Bn | 569.30 Mn |
| 5 | Slm | 4.56 Bn | -237.27 Mn | - |
| 6 | Enova International | 4.20 Bn | 4.08 Bn | 568.07 Mn |
| 7 | Bread Financial Holdings | 3.98 Bn | -16.10 Bn | 957.00 Mn |
| 8 | StoneCo | 3.10 Bn | 1.48 Bn | 308.97 Mn |
| 9 | Ezcorp | 1.89 Bn | 1.58 Bn | 246.19 Mn |
| 10 | Yiren Digital | 86.47 Mn | -338.94 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -275.18 Mn |
| Dec 31, 2025 | -217.10 Mn |
| Sep 30, 2025 | -97.90 Mn |
| Jun 30, 2025 | -117.99 Mn |
| Mar 31, 2025 | -19.14 Mn |
| Dec 31, 2024 | -181.38 Mn |
| Sep 30, 2024 | -31.04 Mn |
| Jun 30, 2024 | -360.69 Mn |
| Mar 31, 2024 | -444.16 Mn |
| Dec 31, 2023 | -603.14 Mn |
| Sep 30, 2023 | -528.36 Mn |
| Jun 30, 2023 | -597.93 Mn |
| Mar 31, 2023 | -549.11 Mn |
| Dec 31, 2022 | -615.78 Mn |
| Sep 30, 2022 | -416.96 Mn |
| Jun 30, 2022 | -497.11 Mn |
| Mar 31, 2022 | -343.98 Mn |
| Dec 31, 2021 | -217.59 Mn |
| Sep 30, 2021 | -108.57 Mn |
| Jun 30, 2021 | 151.79 Mn |
Yiren Digital Enterprise Value 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=enterprise-value&ticker=YRD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=YRD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();