Regional Management (RM) Assets (2011 - 2026)
Regional Management's (RM) quarterly Assets came in at $2.1 billion in Q2 2026, up 8.26% year-over-year from $2.0 billion in Q2 2025, and up 2.74% quarter-over-quarter from $2.1 billion in Q1 2026.
Regional Management (RM) Assets (2011 - 2026) Analysis & Trends
Regional Management (RM) has reported Assets for 16 consecutive years, with $2.1 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Assets rose 8.26% year-over-year to $2.1 billion in Q2 2026; TTM through Jun 2026 was $2.1 billion, a 8.26% increase from a year earlier, with the FY2025 full-year figure at $2.1 billion, up 10.2% from the prior year.
- Assets was $2.1 billion for Q2 2026 at Regional Management, up from $2.1 billion in the prior quarter.
- Over five years, Assets peaked at $2.1 billion in Q2 2026 and troughed at $1.5 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 Assets.
- Across the five-year window, Assets surged 36.36% in 2022 and grew 0.04% in 2025, its largest moves.
- Over 5 years, Assets stood at $1.7 billion in 2022, then rose by 4.35% to $1.8 billion in 2023, then grew by 6.06% to $1.9 billion in 2024, then advanced by 10.2% to $2.1 billion in 2025, then advanced by 1.22% to $2.1 billion in 2026.
- The last three Assets 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) | Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Synchrony Financial | 24.38 Bn | 8.19 Bn | - | 121.93 Bn |
| 2 | Affirm Holdings | 24.01 Bn | 22.38 Bn | - | 15.79 Bn |
| 3 | FirstCash Holdings | 9.50 Bn | 9.33 Bn | 533.67 Mn | 5.49 Bn |
| 4 | Credit Acceptance | 6.00 Bn | 5.51 Bn | 569.30 Mn | 8.62 Bn |
| 5 | Slm | 4.72 Bn | -77.52 Mn | - | 28.58 Bn |
| 6 | Enova International | 4.35 Bn | 4.22 Bn | 568.07 Mn | 7.22 Bn |
| 7 | Bread Financial Holdings | 4.20 Bn | -15.89 Bn | 957.00 Mn | 22.45 Bn |
| 8 | StoneCo | 2.99 Bn | 1.38 Bn | 308.97 Mn | 11.43 Bn |
| 9 | Ezcorp | 1.88 Bn | 1.57 Bn | 246.19 Mn | 2.17 Bn |
| 10 | Regional Management | 292.81 Mn | 171.50 Mn | 163.12 Mn | 2.13 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.13 Bn |
| Mar 31, 2026 | 2.07 Bn |
| Dec 31, 2025 | 2.10 Bn |
| Sep 30, 2025 | 2.03 Bn |
| Jun 30, 2025 | 1.97 Bn |
| Mar 31, 2025 | 1.90 Bn |
| Dec 31, 2024 | 1.91 Bn |
| Sep 30, 2024 | 1.82 Bn |
| Jun 30, 2024 | 1.79 Bn |
| Mar 31, 2024 | 1.90 Bn |
| Dec 31, 2023 | 1.80 Bn |
| Sep 30, 2023 | 1.77 Bn |
| Jun 30, 2023 | 1.72 Bn |
| Mar 31, 2023 | 1.70 Bn |
| Dec 31, 2022 | 1.72 Bn |
| Sep 30, 2022 | 1.61 Bn |
| Jun 30, 2022 | 1.55 Bn |
| Mar 31, 2022 | 1.50 Bn |
| Dec 31, 2021 | 1.46 Bn |
| Sep 30, 2021 | 1.31 Bn |
Regional Management Assets 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=assets&ticker=RM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets", "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=assets&ticker=RM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();