Regional Management (RM) Interest & Investment Income (2021 - 2026)
Regional Management's (RM) quarterly Interest & Investment Income came in at -$23.0 million in Q2 2026, down 12.57% year-over-year from -$26.3 million in Q2 2025, and little changed quarter-over-quarter from -$22.9 million in Q1 2026.
Regional Management (RM) Interest & Investment Income (2021 - 2026) Analysis & Trends
Regional Management (RM) has reported Interest & Investment Income for 6 consecutive years, with -$23.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Interest & Investment Income fell 12.57% year-over-year to -$23.0 million in Q2 2026; TTM through Jun 2026 was -$90.5 million, a 14.08% decrease from a year earlier, with the FY2025 full-year figure at -$84.8 million, down 13.8% from the prior year.
- Interest & Investment Income was -$23.0 million for Q2 2026 at Regional Management, roughly flat from -$22.9 million in the prior quarter.
- Over five years, Interest & Investment Income peaked at $59000.0 in Q1 2022 and troughed at -$23.0 million in Q2 2026.
- A 5-year average of -$17.1 million and a median of -$17.7 million in 2023 frame the typical range for Interest & Investment Income.
- Across the five-year window, Interest & Investment Income surged 100.83% in 2022 and slumped 28544.07% in 2023, its largest moves.
- Over 5 years, Interest & Investment Income stood at -$14.9 million in 2022, then decreased by 17.87% to -$17.5 million in 2023, then decreased by 13.11% to -$19.8 million in 2024, then fell by 14.34% to -$22.6 million in 2025, then declined by 1.53% to -$23.0 million in 2026.
- The last three Interest & Investment Income figures came in at -$23.0 million (Q2 2026), -$22.9 million (Q1 2026), and -$22.6 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Synchrony Financial | 24.38 Bn | 8.19 Bn | - | - |
| 2 | Affirm Holdings | 24.01 Bn | 22.38 Bn | - | -6.55 Mn |
| 3 | FirstCash Holdings | 9.50 Bn | 9.33 Bn | 533.67 Mn | 417,000.00 |
| 4 | Credit Acceptance | 6.00 Bn | 5.51 Bn | 569.30 Mn | - |
| 5 | Slm | 4.72 Bn | -77.52 Mn | - | - |
| 6 | Enova International | 4.35 Bn | 4.22 Bn | 568.07 Mn | - |
| 7 | Bread Financial Holdings | 4.20 Bn | -15.89 Bn | 957.00 Mn | - |
| 8 | StoneCo | 2.99 Bn | 1.38 Bn | 308.97 Mn | 526.72 Mn |
| 9 | Ezcorp | 1.88 Bn | 1.57 Bn | 246.19 Mn | 2.79 Mn |
| 10 | Regional Management | 292.81 Mn | 171.50 Mn | 163.12 Mn | -22.99 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -22.99 Mn |
| Mar 31, 2026 | -22.92 Mn |
| Dec 31, 2025 | -22.65 Mn |
| Sep 30, 2025 | -21.97 Mn |
| Jun 30, 2025 | -20.43 Mn |
| Mar 31, 2025 | -19.77 Mn |
| Dec 31, 2024 | -19.81 Mn |
| Sep 30, 2024 | -19.36 Mn |
| Jun 30, 2024 | -17.87 Mn |
| Mar 31, 2024 | -17.50 Mn |
| Dec 31, 2023 | -17.51 Mn |
| Sep 30, 2023 | -16.95 Mn |
| Jun 30, 2023 | -16.22 Mn |
| Mar 31, 2023 | -16.78 Mn |
| Dec 31, 2022 | -14.86 Mn |
| Sep 30, 2022 | -11.86 Mn |
| Jun 30, 2022 | -7.56 Mn |
| Mar 31, 2022 | 59,000.00 |
| Dec 31, 2021 | -7.60 Mn |
| Sep 30, 2021 | -8.82 Mn |
Regional Management Interest & Investment Income 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=interest-and-investment-income&ticker=RM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "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=interest-and-investment-income&ticker=RM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();