Regional Management (RM) Change in Net Loans (2018 - 2021)
Regional Management's (RM) quarterly Change in Net Loans came in at $141.6 million in Q3 2021, up 162.17% year-over-year from $54.0 million in Q3 2020, and up 50.9% quarter-over-quarter from $93.8 million in Q2 2021.
Regional Management (RM) Change in Net Loans (2018 - 2021) Analysis & Trends
Regional Management (RM) has reported Change in Net Loans for 4 consecutive years, with $141.6 million the latest figure, recorded in Q3 2021.
- On a quarterly basis, Change in Net Loans rose 162.17% year-over-year to $141.6 million in Q3 2021; TTM through Sep 2021 was $317.2 million, a 254.41% increase from a year earlier, with the FY2020 full-year figure at $93.0 million, down 65.33% from the prior year.
- Change in Net Loans was $141.6 million for Q3 2021 at Regional Management, up from $93.8 million in the prior quarter.
- Over five years, Change in Net Loans peaked at $141.6 million in Q3 2021 and troughed at -$50.6 million in Q2 2020.
- A 4-year average of $54.6 million and a median of $64.9 million in 2018 frame the typical range for Change in Net Loans.
- The widest YoY moves for Change in Net Loans: up 285.47% in 2021, down 605.97% in 2021.
- Over 4 years, Change in Net Loans stood at $64.9 million in 2018, then jumped by 34.69% to $87.4 million in 2019, then advanced by 4.03% to $90.9 million in 2020, then soared by 55.77% to $141.6 million in 2021.
- The last three Change in Net Loans figures came in at $141.6 million (Q3 2021), $93.8 million (Q2 2021), and -$9.1 million (Q1 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Net Loans (Qtr) |
|---|---|---|---|---|---|
| 1 | Synchrony Financial | 24.38 Bn | 8.19 Bn | - | 2.79 Bn |
| 2 | Affirm Holdings | 24.01 Bn | 22.38 Bn | - | - |
| 3 | FirstCash Holdings | 9.50 Bn | 9.33 Bn | 533.67 Mn | - |
| 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 | 671.00 Mn |
| 8 | StoneCo | 2.99 Bn | 1.38 Bn | 308.97 Mn | - |
| 9 | Ezcorp | 1.88 Bn | 1.57 Bn | 246.19 Mn | - |
| 10 | Regional Management | 292.81 Mn | 171.50 Mn | 163.12 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2021 | 141.57 Mn |
| Jun 30, 2021 | 93.82 Mn |
| Mar 31, 2021 | -9.10 Mn |
| Dec 31, 2020 | 90.88 Mn |
| Sep 30, 2020 | 54.00 Mn |
| Jun 30, 2020 | -50.58 Mn |
| Mar 31, 2020 | -1.29 Mn |
| Dec 31, 2019 | 87.37 Mn |
| Sep 30, 2019 | 89.57 Mn |
| Jun 30, 2019 | 86.10 Mn |
| Mar 31, 2019 | 5.25 Mn |
| Dec 31, 2018 | 64.86 Mn |
| Sep 30, 2018 | 57.63 Mn |
Regional Management Change in Net Loans 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=change-in-net-loans&ticker=RM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-net-loans", "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=change-in-net-loans&ticker=RM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();