Yiren Digital (YRD) Share-based Compensation (2016 - 2025)
Yiren Digital's (YRD) quarterly Share-based Compensation came in at $1.1 million in Q4 2025, up 585.7% on a YoY basis from $160485.9 in Q4 2024, and up 585.7% quarter-over-quarter from $160485.9 in Q4 2024.
Yiren Digital (YRD) Share-based Compensation (2016 - 2025) Analysis & Trends
Yiren Digital (YRD) has reported Share-based Compensation for 10 consecutive years, with $1.1 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Share-based Compensation rose 585.7% year-over-year to $1.1 million; the trailing twelve-month figure through Dec 2025 stood at $1.1 million (up 585.7% YoY), and the FY2025 full-year result was $4.3 million, up 86.33% from the prior year.
- Share-based Compensation improved to $1.1 million in Q4 2025 per YRD's latest filing, from $160485.9 in the prior quarter.
- Across five years, Share-based Compensation topped out at $1.1 million in Q4 2025 and bottomed at $160485.9 in Q4 2024.
- Historically, Share-based Compensation has averaged $484832.4 across 5 years, with a median of $412795.6 in 2021.
- The sharpest annual moves came in 2024 and 2025: Share-based Compensation plunged 46.5% in 2024, then jumped 585.7% in 2025.
- Over 5 years, Share-based Compensation stood at $412795.6 in 2021, then increased by 9.13% to $450471.6 in 2022, then tumbled by 33.41% to $299961.8 in 2023, then plunged by 46.5% to $160485.9 in 2024, then surged by 585.7% to $1.1 million in 2025.
- According to Business Quant data, Share-based Compensation over the past three periods registered $1.1 million, $160485.9, and $299961.8 for Q4 2025, Q4 2024, and Q4 2023 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Share-based Compensation (Qtr) |
|---|---|---|---|---|---|
| 1 | Synchrony Financial | 24.38 Bn | 8.19 Bn | - | 65.00 Mn |
| 2 | Affirm Holdings | 24.01 Bn | 22.38 Bn | - | 67.18 Mn |
| 3 | FirstCash Holdings | 9.50 Bn | 9.33 Bn | 533.67 Mn | - |
| 4 | Credit Acceptance | 6.00 Bn | 5.51 Bn | 569.30 Mn | 8.70 Mn |
| 5 | Slm | 4.72 Bn | -77.52 Mn | - | 11.82 Mn |
| 6 | Enova International | 4.35 Bn | 4.22 Bn | 568.07 Mn | 8.75 Mn |
| 7 | Bread Financial Holdings | 4.20 Bn | -15.89 Bn | 957.00 Mn | 16.00 Mn |
| 8 | StoneCo | 2.99 Bn | 1.38 Bn | 308.97 Mn | 11.70 Mn |
| 9 | Ezcorp | 1.88 Bn | 1.57 Bn | 246.19 Mn | 4.11 Mn |
| 10 | Yiren Digital | 86.47 Mn | -338.94 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 1.10 Mn |
| Dec 31, 2024 | 160,485.93 |
| Dec 31, 2023 | 299,961.77 |
| Dec 31, 2022 | 450,471.56 |
| Dec 31, 2021 | 412,795.57 |
| Dec 31, 2020 | 393,823.05 |
| Dec 31, 2019 | 272,190.60 |
| Dec 31, 2018 | 533,056.93 |
| Dec 31, 2017 | 487,799.94 |
| Dec 31, 2016 | 212,108.53 |
Yiren Digital Share-based Compensation 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=share-based-compensation&ticker=YRD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=YRD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();