Yiren Digital (YRD) Cash from Investing Activities (2015 - 2026)
Yiren Digital's (YRD) quarterly Cash from Investing Activities came in at -$3.6 million in Q1 2026, up 82.11% on a YoY basis from -$2.0 million in Q1 2025, and down 187.13% quarter-over-quarter from $4.1 million in Q4 2025.
Yiren Digital (YRD) Cash from Investing Activities (2015 - 2026) Analysis & Trends
Yiren Digital (YRD) has reported Cash from Investing Activities for 10 consecutive years, with -$3.6 million the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Cash from Investing Activities rose 82.11% year-over-year to -$3.6 million; the trailing twelve-month figure through Mar 2026 stood at -$203.9 million (up 43.91% YoY), and the FY2025 full-year result was -$225.4 million, up 47.15% from the prior year.
- Cash from Investing Activities eased to -$3.6 million in Q1 2026 per YRD's latest filing, from $4.1 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $112.7 million in Q1 2023 and bottomed at -$265.0 million in Q3 2024.
- Historically, Cash from Investing Activities has averaged -$36.8 million across 5 years, with a median of -$20.1 million in 2025.
- The sharpest annual moves came in 2022 and 2024: Cash from Investing Activities jumped 225.87% in 2022, then plunged 2579.65% in 2024.
- Over 5 years, Cash from Investing Activities stood at $41.1 million in 2022, then tumbled by 189.32% to -$36.7 million in 2023, then soared by 87.69% to -$4.5 million in 2024, then surged by 191.27% to $4.1 million in 2025, then tumbled by 187.13% to -$3.6 million in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered -$3.6 million, $4.1 million, and -$99.4 million for Q1 2026, Q4 2025, and Q3 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Synchrony Financial | 24.38 Bn | 8.19 Bn | - | -5.19 Bn |
| 2 | Affirm Holdings | 24.01 Bn | 22.38 Bn | - | -1.20 Bn |
| 3 | FirstCash Holdings | 9.50 Bn | 9.33 Bn | 533.67 Mn | -136.27 Mn |
| 4 | Credit Acceptance | 6.00 Bn | 5.51 Bn | 569.30 Mn | -171.40 Mn |
| 5 | Slm | 4.72 Bn | -77.52 Mn | - | 540.17 Mn |
| 6 | Enova International | 4.35 Bn | 4.22 Bn | 568.07 Mn | -657.97 Mn |
| 7 | Bread Financial Holdings | 4.20 Bn | -15.89 Bn | 957.00 Mn | -672.00 Mn |
| 8 | StoneCo | 2.99 Bn | 1.38 Bn | 308.97 Mn | 612.19 Mn |
| 9 | Ezcorp | 1.88 Bn | 1.57 Bn | 246.19 Mn | -67.88 Mn |
| 10 | Yiren Digital | 86.47 Mn | -338.94 Mn | - | -3.59 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -3.59 Mn |
| Dec 31, 2025 | 4.12 Mn |
| Sep 30, 2025 | -99.40 Mn |
| Jun 30, 2025 | -105.00 Mn |
| Mar 31, 2025 | -20.06 Mn |
| Dec 31, 2024 | -4.51 Mn |
| Sep 30, 2024 | -264.99 Mn |
| Jun 30, 2024 | -73.88 Mn |
| Mar 31, 2024 | -94.69 Mn |
| Dec 31, 2023 | -36.67 Mn |
| Sep 30, 2023 | -53.99 Mn |
| Jun 30, 2023 | -2.76 Mn |
| Mar 31, 2023 | 112.74 Mn |
| Dec 31, 2022 | 41.05 Mn |
| Sep 30, 2022 | -117.39 Mn |
| Jun 30, 2022 | 38.78 Mn |
| Mar 31, 2022 | 54.95 Mn |
| Dec 31, 2021 | 59.73 Mn |
| Sep 30, 2021 | -36.28 Mn |
| Jun 30, 2021 | -32.30 Mn |
Yiren Digital Cash from Investing Activities 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-from-investing-activities&ticker=YRD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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-from-investing-activities&ticker=YRD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();