Regional Management (RM) Asset Utilization Ratio (2012 - 2026)
Regional Management's (RM) quarterly Asset Utilization Ratio came in at 0.32 in Q2 2026, up 0.9% year-over-year from 0.32 in Q2 2025, and up 0.98% quarter-over-quarter from 0.32 in Q1 2026.
Regional Management (RM) Asset Utilization Ratio (2012 - 2026) Analysis & Trends
Regional Management (RM) has reported Asset Utilization Ratio for 12 consecutive years, with 0.32 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Asset Utilization Ratio rose 0.9% year-over-year to 0.32 in Q2 2026; TTM through Jun 2026 was 0.32, a 0.9% increase from a year earlier, with the FY2025 full-year figure at 0.32, up 1.39% from the prior year.
- Asset Utilization Ratio was 0.32 for Q2 2026 at Regional Management, up from 0.32 in the prior quarter.
- Over five years, Asset Utilization Ratio peaked at 0.32 in Q2 2026 and troughed at 0.3 in Q1 2024.
- A 5-year average of 0.31 and a median of 0.31 in 2022 frame the typical range for Asset Utilization Ratio.
- Across the five-year window, Asset Utilization Ratio decreased 10.49% in 2022 and climbed 3.5% in 2025, its largest moves.
- Over 5 years, Asset Utilization Ratio stood at 0.3 in 2022, then climbed by 1.59% to 0.31 in 2023, then increased by 1.99% to 0.32 in 2024, then retreated by 0.95% to 0.31 in 2025, then increased by 2.12% to 0.32 in 2026.
- The last three Asset Utilization Ratio figures came in at 0.32 (Q2 2026), 0.32 (Q1 2026), and 0.31 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Asset Util. (Qtr) |
|---|---|---|---|---|---|
| 1 | Synchrony Financial | 24.38 Bn | 8.19 Bn | - | 0.16 |
| 2 | Affirm Holdings | 24.01 Bn | 22.38 Bn | - | 0.29 |
| 3 | FirstCash Holdings | 9.50 Bn | 9.33 Bn | 533.67 Mn | 0.76 |
| 4 | Credit Acceptance | 6.00 Bn | 5.51 Bn | 569.30 Mn | 0.27 |
| 5 | Slm | 4.72 Bn | -77.52 Mn | - | 0.07 |
| 6 | Enova International | 4.35 Bn | 4.22 Bn | 568.07 Mn | 0.49 |
| 7 | Bread Financial Holdings | 4.20 Bn | -15.89 Bn | 957.00 Mn | 0.18 |
| 8 | StoneCo | 2.99 Bn | 1.38 Bn | 308.97 Mn | 0.24 |
| 9 | Ezcorp | 1.88 Bn | 1.57 Bn | 246.19 Mn | 0.74 |
| 10 | Regional Management | 292.81 Mn | 171.50 Mn | 163.12 Mn | 0.32 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.32 |
| Mar 31, 2026 | 0.32 |
| Dec 31, 2025 | 0.31 |
| Sep 30, 2025 | 0.32 |
| Jun 30, 2025 | 0.32 |
| Mar 31, 2025 | 0.31 |
| Dec 31, 2024 | 0.32 |
| Sep 30, 2024 | 0.32 |
| Jun 30, 2024 | 0.31 |
| Mar 31, 2024 | 0.30 |
| Dec 31, 2023 | 0.31 |
| Sep 30, 2023 | 0.31 |
| Jun 30, 2023 | 0.31 |
| Mar 31, 2023 | 0.30 |
| Dec 31, 2022 | 0.30 |
| Sep 30, 2022 | 0.31 |
| Jun 30, 2022 | 0.31 |
| Mar 31, 2022 | 0.31 |
| Dec 31, 2021 | 0.31 |
| Sep 30, 2021 | 0.32 |
Regional Management Asset Utilization Ratio 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=asset-utilization-ratio&ticker=RM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=RM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();