Regional Management (RM) Share-based Compensation (2011 - 2026)
Regional Management's (RM) quarterly Share-based Compensation came in at $2.4 million in Q2 2026, down 14.51% year-over-year from $2.8 million in Q2 2025, and up 127.87% quarter-over-quarter from -$8.6 million in Q1 2026.
Regional Management (RM) Share-based Compensation (2011 - 2026) Analysis & Trends
Regional Management (RM) has reported Share-based Compensation for 12 consecutive years, with $2.4 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Share-based Compensation fell 14.51% year-over-year to $2.4 million in Q2 2026; TTM through Jun 2026 was $2.2 million, a 91.59% decrease from a year earlier, with the FY2025 full-year figure at $15.5 million, up 17.35% from the prior year.
- Share-based Compensation was $2.4 million for Q2 2026 at Regional Management, up from -$8.6 million in the prior quarter.
- Over five years, Share-based Compensation peaked at $26.2 million in Q4 2024 and troughed at -$8.6 million in Q1 2026.
- A 5-year average of $2.3 million and a median of $2.8 million in 2025 frame the typical range for Share-based Compensation.
- Across the five-year window, Share-based Compensation sank 310.16% in 2023 and soared 561.66% in 2024, its largest moves.
- Over 5 years, Share-based Compensation stood at $5.4 million in 2022, then declined by 26.09% to $4.0 million in 2023, then soared by 561.66% to $26.2 million in 2024, then sank by 78.5% to $5.6 million in 2025, then plunged by 57.51% to $2.4 million in 2026.
- The last three Share-based Compensation figures came in at $2.4 million (Q2 2026), -$8.6 million (Q1 2026), and $5.6 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. (Qtr) |
|---|---|---|---|---|---|
| 1 | Affirm Holdings | 24.20 Bn | 22.57 Bn | - | 67.18 Mn |
| 2 | Synchrony Financial | 23.63 Bn | 7.43 Bn | - | 65.00 Mn |
| 3 | FirstCash Holdings | 9.58 Bn | 9.41 Bn | 533.67 Mn | - |
| 4 | Credit Acceptance | 5.83 Bn | 5.34 Bn | 569.30 Mn | 8.70 Mn |
| 5 | Slm | 4.56 Bn | -237.27 Mn | - | 11.82 Mn |
| 6 | Enova International | 4.20 Bn | 4.08 Bn | 568.07 Mn | 8.75 Mn |
| 7 | Bread Financial Holdings | 3.98 Bn | -16.10 Bn | 957.00 Mn | 16.00 Mn |
| 8 | StoneCo | 3.10 Bn | 1.48 Bn | 308.97 Mn | 11.70 Mn |
| 9 | Ezcorp | 1.89 Bn | 1.58 Bn | 246.19 Mn | 4.11 Mn |
| 10 | Regional Management | 292.53 Mn | 171.22 Mn | 163.12 Mn | 2.39 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.39 Mn |
| Mar 31, 2026 | -8.58 Mn |
| Dec 31, 2025 | 5.63 Mn |
| Sep 30, 2025 | 2.76 Mn |
| Jun 30, 2025 | 2.80 Mn |
| Mar 31, 2025 | -6.56 Mn |
| Dec 31, 2024 | 26.18 Mn |
| Sep 30, 2024 | 3.72 Mn |
| Jun 30, 2024 | 3.27 Mn |
| Mar 31, 2024 | -8.08 Mn |
| Dec 31, 2023 | 3.96 Mn |
| Sep 30, 2023 | 3.40 Mn |
| Jun 30, 2023 | 2.30 Mn |
| Mar 31, 2023 | -4.43 Mn |
| Dec 31, 2022 | 5.35 Mn |
| Sep 30, 2022 | 3.30 Mn |
| Jun 30, 2022 | 2.70 Mn |
| Mar 31, 2022 | 2.11 Mn |
| Dec 31, 2021 | 2.62 Mn |
| Sep 30, 2021 | 1.80 Mn |
Regional Management Share-based Compensation 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=share-based-compensation&ticker=RM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=RM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();