Regional Management (RM) Notes Payables (2011 - 2012)
Regional Management's (RM) quarterly Notes Payables came in at $6000.0 in Q2 2012, little changed quarter-over-quarter from $6000.0 in Q1 2012.
Regional Management (RM) Notes Payables (2011 - 2012) Analysis & Trends
Regional Management (RM) has reported Notes Payables for 2 consecutive years, with $6000.0 the latest figure, recorded in Q2 2012.
- On a quarterly basis, Notes Payables changed N/A year-over-year to $6000.0 in Q2 2012; TTM through Jun 2012 was $6000.0, a N/A change from a year earlier, with the FY2011 full-year figure at $1000.0, changed N/A from the prior year.
- Notes Payables was $6000.0 for Q2 2012 at Regional Management, roughly flat from $6000.0 in the prior quarter.
- Over five years, Notes Payables peaked at $6000.0 in Q1 2012 and troughed at $1000.0 in Q4 2011.
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, 2012 | 6,000.00 |
| Mar 31, 2012 | 6,000.00 |
| Dec 31, 2011 | 1,000.00 |
Regional Management Notes Payables 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=notes-payables&ticker=RM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "notes-payables", "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=notes-payables&ticker=RM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();