Yiren Digital (YRD) EV to CFO (2015 - 2026)
Yiren Digital's (YRD) quarterly EV to CFO came in at 2.9 in Q1 2026, up 1097.86% on a YoY basis from 0.24 in Q1 2025, and down 66.01% quarter-over-quarter from 8.52 in Q4 2025.
Yiren Digital (YRD) EV to CFO (2015 - 2026) Analysis & Trends
Yiren Digital (YRD) has reported EV to CFO for 10 consecutive years, with 2.9 the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, EV to CFO rose 1097.86% year-over-year to 2.9; the trailing twelve-month figure through Mar 2026 stood at 4.31 (up 4038.35% YoY), and the FY2025 full-year result was 2.09, down 124.79% from the prior year.
- EV to CFO fell to 2.9 in Q1 2026 per YRD's latest filing, from 8.52 in the prior quarter.
- Across five years, EV to CFO topped out at 127.15 in Q3 2025 and bottomed at 10.26 in Q4 2023.
- Historically, EV to CFO has averaged 3.28 across 5 years, with a median of 5.08 in 2024.
- The sharpest annual moves came in 2022 and 2025: EV to CFO tumbled 300.43% in 2022, then surged 3041.49% in 2025.
- Over 5 years, EV to CFO stood at 9.0 in 2022, then decreased by 14.04% to 10.26 in 2023, then jumped by 65.42% to 3.55 in 2024, then jumped by 340.01% to 8.52 in 2025, then tumbled by 66.01% to 2.9 in 2026.
- According to Business Quant data, EV to CFO over the past three periods registered 2.9, 8.52, and 127.15 for Q1 2026, Q4 2025, and Q3 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 9 | Ezcorp | 1.88 Bn | 1.57 Bn | 246.19 Mn |
| 10 | Yiren Digital | 86.47 Mn | -338.94 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 2.90 |
| Dec 31, 2025 | 8.52 |
| Sep 30, 2025 | 127.15 |
| Jun 30, 2025 | -2.06 |
| Mar 31, 2025 | -0.29 |
| Dec 31, 2024 | -3.55 |
| Sep 30, 2024 | -4.32 |
| Jun 30, 2024 | -7.11 |
| Mar 31, 2024 | -5.08 |
| Dec 31, 2023 | -10.26 |
| Sep 30, 2023 | -5.97 |
| Jun 30, 2023 | -6.04 |
| Mar 31, 2023 | -9.66 |
| Dec 31, 2022 | -9.00 |
| Sep 30, 2022 | -8.65 |
| Jun 30, 2022 | -4.92 |
| Mar 31, 2022 | -5.94 |
| Dec 31, 2021 | -7.35 |
| Sep 30, 2021 | -2.16 |
| Jun 30, 2021 | -4.60 |
Yiren Digital EV to CFO 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=ev-to-cfo&ticker=YRD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-cfo", "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=ev-to-cfo&ticker=YRD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();