Yiren Digital Ltd. has paid 5 recorded cash distributions, spanning 2017 to 2025.
The highest single cash dividend paid by Yiren Digital Ltd. is $1.50. The latest distribution of $0.22 was recorded on Oct 15, 2025.
The most recently recorded trailing dividend yield for Yiren Digital Ltd. stands at 0.00%, peaking at 87.94% on Mar 16, 2020, and averaging — across the selected range.
View 5 recorded historical distributions for Yiren Digital Ltd., covering a time period spanning from 2017 to 2025.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Sep 30, 2025 | $0.22 | Cash | Oct 15, 2025 |
| 2 | Apr 30, 2025 | $0.22 | Cash | May 15, 2025 |
| 3 | Sep 30, 2024 | $0.20 | Cash | Oct 15, 2024 |
| 4 | Apr 27, 2018 | $0.28 | Cash | May 15, 2018 |
| 5 | Sep 28, 2017 | $1.50 | Cash | Oct 16, 2017 |
Pull Yiren Digital Ltd.'s full dividend history (per-share payouts or trailing yield) into your own models, spreadsheets and apps with the Business Quant Dividends API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/dividends?ticker=YRD&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "YRD", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=YRD&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();