Regional Management (RM) Loans - Gross (2011 - 2026)
Regional Management's (RM) quarterly Loans - Gross came in at $2.1 billion in Q2 2026, up 9.58% year-over-year from $2.0 billion in Q2 2025, and up 2.1% quarter-over-quarter from $2.1 billion in Q1 2026.
Regional Management (RM) Loans - Gross (2011 - 2026) Analysis & Trends
Regional Management (RM) has reported Loans - Gross for 16 consecutive years, with $2.1 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Loans - Gross rose 9.58% year-over-year to $2.1 billion in Q2 2026; TTM through Jun 2026 was $2.1 billion, a 9.58% increase from a year earlier, with the FY2025 full-year figure at $2.1 billion, up 13.09% from the prior year.
- Loans - Gross was $2.1 billion for Q2 2026 at Regional Management, up from $2.1 billion in the prior quarter.
- Over five years, Loans - Gross peaked at $2.1 billion in Q2 2026 and troughed at $1.4 billion in Q1 2022.
- A 5-year average of $1.8 billion and a median of $1.8 billion in 2023 frame the typical range for Loans - Gross.
- Across the five-year window, Loans - Gross jumped 30.79% in 2022 and gained 3.93% in 2024, its largest moves.
- Over 5 years, Loans - Gross stood at $1.7 billion in 2022, then climbed by 4.24% to $1.8 billion in 2023, then advanced by 6.84% to $1.9 billion in 2024, then rose by 13.09% to $2.1 billion in 2025, then grew by 0.38% to $2.1 billion in 2026.
- The last three Loans - Gross figures came in at $2.1 billion (Q2 2026), $2.1 billion (Q1 2026), and $2.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Loans - Gross (Qtr) |
|---|---|---|---|---|---|
| 1 | Affirm Holdings | 24.20 Bn | 22.57 Bn | - | 9.56 Bn |
| 2 | Synchrony Financial | 23.63 Bn | 7.43 Bn | - | 102.21 Bn |
| 3 | FirstCash Holdings | 9.58 Bn | 9.41 Bn | 533.67 Mn | - |
| 4 | Credit Acceptance | 5.83 Bn | 5.34 Bn | 569.30 Mn | - |
| 5 | Slm | 4.56 Bn | -237.27 Mn | - | - |
| 6 | Enova International | 4.20 Bn | 4.08 Bn | 568.07 Mn | - |
| 7 | Bread Financial Holdings | 3.98 Bn | -16.10 Bn | 957.00 Mn | - |
| 8 | StoneCo | 3.10 Bn | 1.48 Bn | 308.97 Mn | - |
| 9 | Ezcorp | 1.89 Bn | 1.58 Bn | 246.19 Mn | - |
| 10 | Regional Management | 292.53 Mn | 171.22 Mn | 163.12 Mn | 2.15 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.15 Bn |
| Mar 31, 2026 | 2.10 Bn |
| Dec 31, 2025 | 2.14 Bn |
| Sep 30, 2025 | 2.05 Bn |
| Jun 30, 2025 | 1.96 Bn |
| Mar 31, 2025 | 1.89 Bn |
| Dec 31, 2024 | 1.89 Bn |
| Sep 30, 2024 | 1.82 Bn |
| Jun 30, 2024 | 1.77 Bn |
| Mar 31, 2024 | 1.74 Bn |
| Dec 31, 2023 | 1.77 Bn |
| Sep 30, 2023 | 1.75 Bn |
| Jun 30, 2023 | 1.69 Bn |
| Mar 31, 2023 | 1.68 Bn |
| Dec 31, 2022 | 1.70 Bn |
| Sep 30, 2022 | 1.61 Bn |
| Jun 30, 2022 | 1.53 Bn |
| Mar 31, 2022 | 1.45 Bn |
| Dec 31, 2021 | 1.43 Bn |
| Sep 30, 2021 | 1.31 Bn |
Regional Management Loans - Gross 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=loans-gross&ticker=RM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "loans-gross", "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=loans-gross&ticker=RM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();