Yiren Digital (YRD) Property, Plant & Equipment (Net) (2014 - 2026)
Analysis
Yiren Digital (YRD) Property, Plant & Equipment (Net) (2014 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Property, Plant & Equipment (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Synchrony Financial | 24.38 Bn | 8.19 Bn | - | - |
| 2 | Affirm Holdings | 24.01 Bn | 22.38 Bn | - | 685.83 Mn |
| 3 | FirstCash Holdings | 9.50 Bn | 9.33 Bn | 533.67 Mn | 855.03 Mn |
| 4 | Credit Acceptance | 6.00 Bn | 5.51 Bn | 569.30 Mn | 14.10 Mn |
| 5 | Slm | 4.72 Bn | -77.52 Mn | - | 123.43 Mn |
| 6 | Enova International | 4.35 Bn | 4.22 Bn | 568.07 Mn | 140.30 Mn |
| 7 | Bread Financial Holdings | 4.20 Bn | -15.89 Bn | 957.00 Mn | 104.00 Mn |
| 8 | StoneCo | 2.99 Bn | 1.38 Bn | 308.97 Mn | 336.02 Mn |
| 9 | Ezcorp | 1.88 Bn | 1.57 Bn | 246.19 Mn | 89.01 Mn |
| 10 | Yiren Digital | 86.47 Mn | -338.94 Mn | - | 12.27 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 12.27 Mn |
| Dec 31, 2025 | 7.11 Mn |
| Sep 30, 2025 | 11.92 Mn |
| Jun 30, 2025 | 11.89 Mn |
| Mar 31, 2025 | 10.80 Mn |
| Dec 31, 2024 | 10.95 Mn |
| Sep 30, 2024 | 11.43 Mn |
| Jun 30, 2024 | 10.73 Mn |
| Mar 31, 2024 | 10.77 Mn |
| Dec 31, 2023 | 271,463.33 |
| Sep 30, 2023 | 10.07 Mn |
| Jun 30, 2023 | 10.20 Mn |
| Mar 31, 2023 | 11.03 Mn |
| Dec 31, 2022 | 8.34 Mn |
| Sep 30, 2022 | 11.55 Mn |
| Jun 30, 2022 | 13.84 Mn |
| Dec 31, 2021 | 9.85 Mn |
| Sep 30, 2021 | 17.90 Mn |
| Jun 30, 2021 | 19.13 Mn |
| Mar 31, 2021 | 20.51 Mn |
API Access
Yiren Digital Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net&ticker=YRD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "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=property-plant-and-equipment-net&ticker=YRD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();