Regional Management (RM) Non-Current Deferred Tax Liability (2012 - 2026)
Regional Management's (RM) quarterly Non-Current Deferred Tax Liability came in at $2.6 million in Q2 2026, down 33.35% quarter-over-quarter from $3.9 million in Q1 2026.
Regional Management (RM) Non-Current Deferred Tax Liability (2012 - 2026) Analysis & Trends
Regional Management (RM) has reported Non-Current Deferred Tax Liability for 8 consecutive years, with $2.6 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Non-Current Deferred Tax Liability changed N/A year-over-year to $2.6 million in Q2 2026; TTM through Jun 2026 was $2.6 million, a N/A change from a year earlier, with the FY2025 full-year figure at $3.3 million, changed N/A from the prior year.
- Non-Current Deferred Tax Liability was $2.6 million for Q2 2026 at Regional Management, down from $3.9 million in the prior quarter.
- Over five years, Non-Current Deferred Tax Liability peaked at $3.9 million in Q1 2026 and troughed at $2.6 million in Q2 2026.
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 | 2.59 Mn |
| Mar 31, 2026 | 3.88 Mn |
| Dec 31, 2025 | 3.35 Mn |
| Dec 31, 2019 | 22.91 Mn |
| Dec 31, 2018 | 19.82 Mn |
| Jun 30, 2018 | 3.83 Mn |
| Dec 31, 2017 | 4.96 Mn |
| Sep 30, 2016 | 432,000.00 |
| Jun 30, 2016 | 446,000.00 |
| Mar 31, 2013 | 5.74 Mn |
| Dec 31, 2012 | 5.95 Mn |
| Sep 30, 2012 | 5.47 Mn |
| Jun 30, 2012 | 4.06 Mn |
| Mar 31, 2012 | 2.46 Mn |
Regional Management Non-Current Deferred Tax Liability 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=non-current-deferred-tax-liability&ticker=RM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-deferred-tax-liability", "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=non-current-deferred-tax-liability&ticker=RM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();