Yiren Digital (YRD) Treasury Shares (2018 - 2026)
Yiren Digital's (YRD) quarterly Treasury Shares came in at -$24.7 million in Q1 2026, down 5.34% on a YoY basis from -$26.1 million in Q1 2025, and down 2.82% quarter-over-quarter from -$24.1 million in Q4 2025.
Yiren Digital (YRD) Treasury Shares (2018 - 2026) Analysis & Trends
Yiren Digital (YRD) has reported Treasury Shares for 9 consecutive years, with -$24.7 million the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Treasury Shares fell 5.34% year-over-year to -$24.7 million; the trailing twelve-month figure through Mar 2026 stood at -$24.7 million (down 5.34% YoY), and the FY2025 full-year result was $24.4 million, up 4.52% from the prior year.
- Treasury Shares retreated to -$24.7 million in Q1 2026 per YRD's latest filing, from -$24.1 million in the prior quarter.
- Across five years, Treasury Shares topped out at $1.7 million in Q4 2025 and bottomed at $203497.3 in Q4 2021.
- Historically, Treasury Shares has averaged $963158.7 across 5 years, with a median of $1.0 million in 2023.
- The sharpest annual moves came in 2023 and 2025: Treasury Shares surged 100.48% in 2023, then slumped 201.41% in 2025.
- Over 5 years, Treasury Shares stood at $6.6 million in 2022, then jumped by 100.48% to $13.2 million in 2023, then jumped by 80.14% to $23.7 million in 2024, then plunged by 201.41% to -$24.1 million in 2025, then decreased by 2.82% to -$24.7 million in 2026.
- According to Business Quant data, Treasury Shares over the past three periods registered -$24.7 million, -$24.1 million, and -$24.0 million for Q1 2026, Q4 2025, and Q3 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Treasury Shares (Qtr) |
|---|---|---|---|---|---|
| 1 | Synchrony Financial | 24.38 Bn | 8.19 Bn | - | 509.00 Mn |
| 2 | Affirm Holdings | 24.01 Bn | 22.38 Bn | - | - |
| 3 | FirstCash Holdings | 9.50 Bn | 9.33 Bn | 533.67 Mn | 14.07 Mn |
| 4 | Credit Acceptance | 6.00 Bn | 5.51 Bn | 569.30 Mn | 1.15 Mn |
| 5 | Slm | 4.72 Bn | -77.52 Mn | - | 257.70 Mn |
| 6 | Enova International | 4.35 Bn | 4.22 Bn | 568.07 Mn | 59.37 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 | - | -24.74 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -24.74 Mn |
| Mar 31, 2026 | -24.74 Mn |
| Dec 31, 2025 | 1.65 Mn |
| Dec 31, 2025 | -24.07 Mn |
| Dec 31, 2025 | 1.65 Mn |
| Dec 31, 2025 | -24.07 Mn |
| Sep 30, 2025 | -23.98 Mn |
| Sep 30, 2025 | -23.98 Mn |
| Jun 30, 2025 | -23.83 Mn |
| Jun 30, 2025 | -23.83 Mn |
| Mar 31, 2025 | -23.49 Mn |
| Mar 31, 2025 | -23.49 Mn |
| Dec 31, 2024 | 1.63 Mn |
| Dec 31, 2024 | 1.63 Mn |
| Dec 31, 2024 | 23.73 Mn |
| Dec 31, 2024 | 23.73 Mn |
| Sep 30, 2024 | -22.88 Mn |
| Sep 30, 2024 | -22.88 Mn |
| Jun 30, 2024 | -19.18 Mn |
| Jun 30, 2024 | -19.18 Mn |
Yiren Digital Treasury Shares 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=treasury-shares&ticker=YRD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=YRD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();