Regional Management (RM) Selling, General & Administrative (2011 - 2026)
Analysis
Regional Management (RM) Selling, General & Administrative (2011 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Synchrony Financial | 24.38 Bn | 8.19 Bn | - | - |
| 2 | Affirm Holdings | 24.01 Bn | 22.38 Bn | - | 146.84 Mn |
| 3 | FirstCash Holdings | 9.50 Bn | 9.33 Bn | 533.67 Mn | 66.83 Mn |
| 4 | Credit Acceptance | 6.00 Bn | 5.51 Bn | 569.30 Mn | 26.10 Mn |
| 5 | Slm | 4.72 Bn | -77.52 Mn | - | - |
| 6 | Enova International | 4.35 Bn | 4.22 Bn | 568.07 Mn | 44.08 Mn |
| 7 | Bread Financial Holdings | 4.20 Bn | -15.89 Bn | 957.00 Mn | - |
| 8 | StoneCo | 2.99 Bn | 1.38 Bn | 308.97 Mn | -41.49 Mn |
| 9 | Ezcorp | 1.88 Bn | 1.57 Bn | 246.19 Mn | 34.00 Mn |
| 10 | Regional Management | 292.81 Mn | 171.50 Mn | 163.12 Mn | 65.44 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 65.44 Mn |
| Mar 31, 2026 | 64.66 Mn |
| Dec 31, 2025 | 64.52 Mn |
| Sep 30, 2025 | 64.07 Mn |
| Jun 30, 2025 | 62.95 Mn |
| Mar 31, 2025 | 66.04 Mn |
| Dec 31, 2024 | 64.65 Mn |
| Sep 30, 2024 | 62.47 Mn |
| Jun 30, 2024 | 60.14 Mn |
| Mar 31, 2024 | 60.45 Mn |
| Dec 31, 2023 | 64.80 Mn |
| Sep 30, 2023 | 62.10 Mn |
| Jun 30, 2023 | 56.90 Mn |
| Mar 31, 2023 | 59.32 Mn |
| Dec 31, 2022 | 55.14 Mn |
| Sep 30, 2022 | 58.16 Mn |
| Jun 30, 2022 | 54.12 Mn |
| Mar 31, 2022 | 55.10 Mn |
| Dec 31, 2021 | 55.53 Mn |
| Sep 30, 2021 | 47.75 Mn |
API Access
Regional Management Selling, General & Administrative 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=selling-general-and-administrative&ticker=RM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=RM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();