Regional Management (RM) Assets Average (2012 - 2026)
Regional Management's (RM) quarterly Assets Average came in at $2.1 billion in Q2 2026, up 8.65% year-over-year from $1.9 billion in Q2 2025, and up 0.61% quarter-over-quarter from $2.1 billion in Q1 2026.
Regional Management (RM) Assets Average (2012 - 2026) Analysis & Trends
Regional Management (RM) has reported Assets Average for 12 consecutive years, with $2.1 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Assets Average rose 8.65% year-over-year to $2.1 billion in Q2 2026; TTM through Jun 2026 was $2.1 billion, a 8.65% increase from a year earlier, with the FY2025 full-year figure at $2.0 billion, up 8.19% from the prior year.
- Assets Average was $2.1 billion for Q2 2026 at Regional Management, up from $2.1 billion in the prior quarter.
- Over five years, Assets Average 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 2024 frame the typical range for Assets Average.
- Across the five-year window, Assets Average jumped 34.29% in 2022 and climbed 2.97% in 2025, its largest moves.
- Over 5 years, Assets Average stood at $1.7 billion in 2022, then grew by 7.02% to $1.8 billion in 2023, then increased by 4.64% to $1.9 billion in 2024, then increased by 10.75% to $2.1 billion in 2025, then gained by 1.7% to $2.1 billion in 2026.
- The last three Assets Average 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 Avg. (Qtr) |
|---|---|---|---|---|---|
| 1 | Synchrony Financial | 24.38 Bn | 8.19 Bn | - | 121.72 Bn |
| 2 | Affirm Holdings | 24.01 Bn | 22.38 Bn | - | 14.47 Bn |
| 3 | FirstCash Holdings | 9.50 Bn | 9.33 Bn | 533.67 Mn | 5.42 Bn |
| 4 | Credit Acceptance | 6.00 Bn | 5.51 Bn | 569.30 Mn | 8.66 Bn |
| 5 | Slm | 4.72 Bn | -77.52 Mn | - | 28.99 Bn |
| 6 | Enova International | 4.35 Bn | 4.22 Bn | 568.07 Mn | 7.05 Bn |
| 7 | Bread Financial Holdings | 4.20 Bn | -15.89 Bn | 957.00 Mn | 22.38 Bn |
| 8 | StoneCo | 2.99 Bn | 1.38 Bn | 308.97 Mn | 11.40 Bn |
| 9 | Ezcorp | 1.88 Bn | 1.57 Bn | 246.19 Mn | 2.15 Bn |
| 10 | Regional Management | 292.81 Mn | 171.50 Mn | 163.12 Mn | 2.10 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.10 Bn |
| Mar 31, 2026 | 2.09 Bn |
| Dec 31, 2025 | 2.07 Bn |
| Sep 30, 2025 | 2.00 Bn |
| Jun 30, 2025 | 1.93 Bn |
| Mar 31, 2025 | 1.90 Bn |
| Dec 31, 2024 | 1.87 Bn |
| Sep 30, 2024 | 1.81 Bn |
| Jun 30, 2024 | 1.84 Bn |
| Mar 31, 2024 | 1.85 Bn |
| Dec 31, 2023 | 1.78 Bn |
| Sep 30, 2023 | 1.74 Bn |
| Jun 30, 2023 | 1.71 Bn |
| Mar 31, 2023 | 1.71 Bn |
| Dec 31, 2022 | 1.67 Bn |
| Sep 30, 2022 | 1.58 Bn |
| Jun 30, 2022 | 1.52 Bn |
| Mar 31, 2022 | 1.48 Bn |
| Dec 31, 2021 | 1.39 Bn |
| Sep 30, 2021 | 1.25 Bn |
Regional Management Assets Average 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-average&ticker=RM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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-average&ticker=RM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();