Yiren Digital (YRD) Cash & Equivalents Growth (5y) (2019 - 2026)
Analysis
Yiren Digital (YRD) Cash & Equivalents Growth (5y) (2019 - 2026) Analysis & Trends
Peer Set
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
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -0.27% |
| Dec 31, 2025 | 17.56% |
| Sep 30, 2025 | 5.38% |
| Jun 30, 2025 | 6.61% |
| Mar 31, 2025 | 4.31% |
| Dec 31, 2024 | 30.40% |
| Sep 30, 2024 | 7.47% |
| Jun 30, 2024 | 13.92% |
| Mar 31, 2024 | 16.99% |
| Dec 31, 2023 | 34.30% |
| Sep 30, 2023 | 44.70% |
| Jun 30, 2023 | 56.34% |
| Mar 31, 2023 | 22.71% |
| Dec 31, 2022 | 12.44% |
| Sep 30, 2022 | 19.27% |
| Jun 30, 2022 | 37.67% |
| Mar 31, 2022 | 34.86% |
| Dec 31, 2021 | 2.07% |
| Sep 30, 2021 | 2.96% |
| Jun 30, 2021 | 10.62% |
API Access
Yiren Digital Cash & Equivalents Growth (5y) 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=cash-and-equivalents-growth-5y&ticker=YRD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-5y", "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=cash-and-equivalents-growth-5y&ticker=YRD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();