Regional Management (RM) Dividend Yield (2021 - 2026)
Regional Management's (RM) quarterly Dividend Yield came in at 0.71% in Q2 2026, down 27.0% year-over-year from 0.97% in Q2 2025, and down 37.72% quarter-over-quarter from 1.14% in Q1 2026.
Regional Management (RM) Dividend Yield (2021 - 2026) Analysis & Trends
Regional Management (RM) has reported Dividend Yield for 6 consecutive years, with 0.71% the latest figure, recorded in Q2 2026.
- On a quarterly basis, Dividend Yield fell 27.0% year-over-year to 0.71% in Q2 2026; TTM through Jun 2026 was 3.02%, a 103.0% decrease from a year earlier, with the FY2025 full-year figure at 3.1%, down 47.0% from the prior year.
- Dividend Yield was 0.71% for Q2 2026 at Regional Management, down from 1.14% in the prior quarter.
- Over five years, Dividend Yield peaked at 1.36% in Q1 2024 and troughed at 0.63% in Q1 2022.
- A 5-year average of 0.97% and a median of 1.03% in 2022 frame the typical range for Dividend Yield.
- Across the five-year window, Dividend Yield jumped 61 bps in 2022 and sank 32 bps in 2025, its largest moves.
- Over 5 years, Dividend Yield stood at 1.03% in 2022, then rose by 12 bps to 1.16% in 2023, then fell by 27 bps to 0.85% in 2024, then retreated by 14 bps to 0.73% in 2025, then dropped by 4 bps to 0.71% in 2026.
- The last three Dividend Yield figures came in at 0.71% (Q2 2026), 1.14% (Q1 2026), and 0.73% (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 | 0.71% |
| Mar 31, 2026 | 1.14% |
| Dec 31, 2025 | 0.73% |
| Sep 30, 2025 | 0.73% |
| Jun 30, 2025 | 0.98% |
| Mar 31, 2025 | 1.04% |
| Dec 31, 2024 | 0.85% |
| Sep 30, 2024 | 0.87% |
| Jun 30, 2024 | 1.06% |
| Mar 31, 2024 | 1.36% |
| Dec 31, 2023 | 1.16% |
| Sep 30, 2023 | 1.04% |
| Jun 30, 2023 | 1.03% |
| Mar 31, 2023 | 1.25% |
| Dec 31, 2022 | 1.03% |
| Sep 30, 2022 | 1.03% |
| Jun 30, 2022 | 0.78% |
| Mar 31, 2022 | 0.63% |
| Dec 31, 2021 | 0.42% |
| Sep 30, 2021 | 0.42% |
Regional Management Dividend Yield 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=dividend-yield&ticker=RM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-yield", "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=dividend-yield&ticker=RM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();