Regional Management (RM) EV to EBITDA (2012 - 2026)
Regional Management's (RM) quarterly EV to EBITDA came in at 2.91 in Q2 2026, up 56.76% year-over-year from 1.86 in Q2 2025, and up 48.6% quarter-over-quarter from 1.96 in Q1 2026.
Regional Management (RM) EV to EBITDA (2012 - 2026) Analysis & Trends
Regional Management (RM) has reported EV to EBITDA for 15 consecutive years, with 2.91 the latest figure, recorded in Q2 2026.
- On a quarterly basis, EV to EBITDA rose 56.76% year-over-year to 2.91 in Q2 2026; TTM through Jun 2026 was 0.72, a 44.74% increase from a year earlier, with the FY2025 full-year figure at 0.74, up 16.64% from the prior year.
- EV to EBITDA was 2.91 for Q2 2026 at Regional Management, up from 1.96 in the prior quarter.
- Over five years, EV to EBITDA peaked at 5.93 in Q1 2022 and troughed at 1.37 in Q1 2024.
- A 5-year average of 2.46 and a median of 2.21 in 2023 frame the typical range for EV to EBITDA.
- Across the five-year window, EV to EBITDA slumped 76.78% in 2022 and surged 59.49% in 2024, its largest moves.
- Over 5 years, EV to EBITDA stood at 1.77 in 2022, then retreated by 15.91% to 1.49 in 2023, then soared by 59.49% to 2.38 in 2024, then advanced by 12.44% to 2.68 in 2025, then increased by 8.87% to 2.91 in 2026.
- The last three EV to EBITDA figures came in at 2.91 (Q2 2026), 1.96 (Q1 2026), and 2.68 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Affirm Holdings | 24.20 Bn | 22.57 Bn | - |
| 2 | Synchrony Financial | 23.63 Bn | 7.43 Bn | - |
| 3 | FirstCash Holdings | 9.58 Bn | 9.41 Bn | 533.67 Mn |
| 4 | Credit Acceptance | 5.83 Bn | 5.34 Bn | 569.30 Mn |
| 5 | Slm | 4.56 Bn | -237.27 Mn | - |
| 6 | Enova International | 4.20 Bn | 4.08 Bn | 568.07 Mn |
| 7 | Bread Financial Holdings | 3.98 Bn | -16.10 Bn | 957.00 Mn |
| 8 | StoneCo | 3.10 Bn | 1.48 Bn | 308.97 Mn |
| 9 | Ezcorp | 1.89 Bn | 1.58 Bn | 246.19 Mn |
| 10 | Regional Management | 292.53 Mn | 171.22 Mn | 163.12 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.91 |
| Mar 31, 2026 | 1.96 |
| Dec 31, 2025 | 2.68 |
| Sep 30, 2025 | 2.86 |
| Jun 30, 2025 | 1.86 |
| Mar 31, 2025 | 2.17 |
| Dec 31, 2024 | 2.38 |
| Sep 30, 2024 | 2.70 |
| Jun 30, 2024 | 2.10 |
| Mar 31, 2024 | 1.37 |
| Dec 31, 2023 | 1.49 |
| Sep 30, 2023 | 1.97 |
| Jun 30, 2023 | 2.26 |
| Mar 31, 2023 | 1.79 |
| Dec 31, 2022 | 1.77 |
| Sep 30, 2022 | 2.41 |
| Jun 30, 2022 | 3.65 |
| Mar 31, 2022 | 5.93 |
| Dec 31, 2021 | 7.64 |
| Sep 30, 2021 | 8.66 |
Regional Management EV to EBITDA 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=ev-to-ebitda&ticker=RM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-ebitda", "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=ev-to-ebitda&ticker=RM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();