Regional Management (RM) EV to FCF (2012 - 2026)
Regional Management's (RM) quarterly EV to FCF came in at 3.32 in Q2 2026, up 68.17% year-over-year from 1.98 in Q2 2025, and up 48.84% quarter-over-quarter from 2.23 in Q1 2026.
Regional Management (RM) EV to FCF (2012 - 2026) Analysis & Trends
Regional Management (RM) has reported EV to FCF for 11 consecutive years, with 3.32 the latest figure, recorded in Q2 2026.
- On a quarterly basis, EV to FCF rose 68.17% year-over-year to 3.32 in Q2 2026; TTM through Jun 2026 was 0.81, a 46.64% increase from a year earlier, with the FY2025 full-year figure at 0.83, up 16.62% from the prior year.
- EV to FCF was 3.32 for Q2 2026 at Regional Management, up from 2.23 in the prior quarter.
- Over five years, EV to FCF peaked at 7.55 in Q1 2022 and troughed at 1.5 in Q4 2023.
- A 5-year average of 2.78 and a median of 2.53 in 2025 frame the typical range for EV to FCF.
- Across the five-year window, EV to FCF sank 72.6% in 2022 and jumped 100.41% in 2024, its largest moves.
- Over 5 years, EV to FCF stood at 2.08 in 2022, then declined by 27.96% to 1.5 in 2023, then surged by 100.41% to 3.0 in 2024, then increased by 6.63% to 3.2 in 2025, then gained by 3.73% to 3.32 in 2026.
- The last three EV to FCF figures came in at 3.32 (Q2 2026), 2.23 (Q1 2026), and 3.2 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Synchrony Financial | 24.38 Bn | 8.19 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 |
| 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 |
|---|---|
| Jun 30, 2026 | 3.32 |
| Mar 31, 2026 | 2.23 |
| Dec 31, 2025 | 3.20 |
| Sep 30, 2025 | 3.00 |
| Jun 30, 2025 | 1.98 |
| Mar 31, 2025 | 2.60 |
| Dec 31, 2024 | 3.00 |
| Sep 30, 2024 | 2.64 |
| Jun 30, 2024 | 2.15 |
| Mar 31, 2024 | 1.75 |
| Dec 31, 2023 | 1.50 |
| Sep 30, 2023 | 2.02 |
| Jun 30, 2023 | 2.47 |
| Mar 31, 2023 | 2.33 |
| Dec 31, 2022 | 2.08 |
| Sep 30, 2022 | 2.82 |
| Jun 30, 2022 | 3.40 |
| Mar 31, 2022 | 7.55 |
| Dec 31, 2021 | 7.36 |
| Sep 30, 2021 | 10.29 |
Regional Management EV to FCF 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-fcf&ticker=RM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-fcf", "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-fcf&ticker=RM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();