Regional Management (RM) Cash from Investing Activities (2011 - 2026)
Regional Management's (RM) quarterly Cash from Investing Activities came in at -$110.3 million in Q2 2026, down 4.93% year-over-year from -$116.0 million in Q2 2025, and down 216.77% quarter-over-quarter from -$34.8 million in Q1 2026.
Regional Management (RM) Cash from Investing Activities (2011 - 2026) Analysis & Trends
Regional Management (RM) has reported Cash from Investing Activities for 12 consecutive years, with -$110.3 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 4.93% year-over-year to -$110.3 million in Q2 2026; TTM through Jun 2026 was -$450.9 million, a 13.81% decrease from a year earlier, with the FY2025 full-year figure at -$471.2 million, down 49.4% from the prior year.
- Cash from Investing Activities was -$110.3 million for Q2 2026 at Regional Management, down from -$34.8 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at -$20.2 million in Q1 2023 and troughed at -$162.6 million in Q3 2025.
- A 5-year average of -$92.1 million and a median of -$107.2 million in 2023 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities tumbled 432.33% in 2022 and jumped 59.07% in 2023, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$151.6 million in 2022, then jumped by 44.18% to -$84.6 million in 2023, then sank by 40.61% to -$119.0 million in 2024, then decreased by 20.33% to -$143.2 million in 2025, then climbed by 22.96% to -$110.3 million in 2026.
- The last three Cash from Investing Activities figures came in at -$110.3 million (Q2 2026), -$34.8 million (Q1 2026), and -$143.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Affirm Holdings | 24.20 Bn | 22.57 Bn | - | -1.20 Bn |
| 2 | Synchrony Financial | 23.63 Bn | 7.43 Bn | - | -5.19 Bn |
| 3 | FirstCash Holdings | 9.58 Bn | 9.41 Bn | 533.67 Mn | -136.27 Mn |
| 4 | Credit Acceptance | 5.83 Bn | 5.34 Bn | 569.30 Mn | -171.40 Mn |
| 5 | Slm | 4.56 Bn | -237.27 Mn | - | 540.17 Mn |
| 6 | Enova International | 4.20 Bn | 4.08 Bn | 568.07 Mn | -657.97 Mn |
| 7 | Bread Financial Holdings | 3.98 Bn | -16.10 Bn | 957.00 Mn | -672.00 Mn |
| 8 | StoneCo | 3.10 Bn | 1.48 Bn | 308.97 Mn | 612.19 Mn |
| 9 | Ezcorp | 1.89 Bn | 1.58 Bn | 246.19 Mn | -67.88 Mn |
| 10 | Regional Management | 292.53 Mn | 171.22 Mn | 163.12 Mn | -110.30 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -110.30 Mn |
| Mar 31, 2026 | -34.82 Mn |
| Dec 31, 2025 | -143.17 Mn |
| Sep 30, 2025 | -162.64 Mn |
| Jun 30, 2025 | -105.11 Mn |
| Mar 31, 2025 | -60.27 Mn |
| Dec 31, 2024 | -118.98 Mn |
| Sep 30, 2024 | -111.84 Mn |
| Jun 30, 2024 | -64.23 Mn |
| Mar 31, 2024 | -20.33 Mn |
| Dec 31, 2023 | -84.61 Mn |
| Sep 30, 2023 | -109.34 Mn |
| Jun 30, 2023 | -64.57 Mn |
| Mar 31, 2023 | -20.20 Mn |
| Dec 31, 2022 | -151.60 Mn |
| Sep 30, 2022 | -133.78 Mn |
| Jun 30, 2022 | -112.56 Mn |
| Mar 31, 2022 | -49.36 Mn |
| Dec 31, 2021 | -128.07 Mn |
| Sep 30, 2021 | -140.25 Mn |
Regional Management 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=RM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "RM", "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=RM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();