Yiren Digital (YRD) Cash & Equivalents Growth (1y) (2015 - 2026)
Analysis
Yiren Digital (YRD) Cash & Equivalents Growth (1y) (2015 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (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 | 69.81% |
| 4 | Credit Acceptance | 5.83 Bn | 5.34 Bn | 569.30 Mn | -0.63% |
| 5 | Slm | 4.56 Bn | -237.27 Mn | - | - |
| 6 | Enova International | 4.20 Bn | 4.08 Bn | 568.07 Mn | 119.99% |
| 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 | -34.12% |
| 10 | Yiren Digital | 86.47 Mn | -338.94 Mn | - | -36.18% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -36.18% |
| Dec 31, 2025 | -11.73% |
| Sep 30, 2025 | 2.81% |
| Jun 30, 2025 | -24.36% |
| Mar 31, 2025 | -31.85% |
| Dec 31, 2024 | -36.45% |
| Sep 30, 2024 | -29.15% |
| Jun 30, 2024 | -5.58% |
| Mar 31, 2024 | 10.60% |
| Dec 31, 2023 | 37.24% |
| Sep 30, 2023 | 46.75% |
| Jun 30, 2023 | 23.22% |
| Mar 31, 2023 | 32.05% |
| Dec 31, 2022 | 33.09% |
| Sep 30, 2022 | 40.55% |
| Jun 30, 2022 | 91.45% |
| Mar 31, 2022 | 55.28% |
| Dec 31, 2021 | 119.17% |
| Sep 30, 2021 | -13.49% |
| Jun 30, 2021 | -18.27% |
API Access
Yiren Digital Cash & Equivalents Growth (1y) 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-1y&ticker=YRD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "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-1y&ticker=YRD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();