World Acceptance (WRLD) Divestments (2020)
World Acceptance's (WRLD) quarterly Divestments came in at -$53.5 million in Q3 2020, down 173.06% quarter-over-quarter from $73.3 million in Q2 2020.
World Acceptance (WRLD) Divestments (2020) Analysis & Trends
World Acceptance (WRLD) has reported Divestments for 1 consecutive years, with -$53.5 million the latest figure, recorded in Q3 2020.
- On a quarterly basis, Divestments changed N/A year-over-year to -$53.5 million in Q3 2020; TTM through Sep 2020 was $19.7 million, a N/A change from a year earlier, with the FY2019 full-year figure at $37.5 million, changed N/A from the prior year.
- Divestments was -$53.5 million for Q3 2020 at World Acceptance, down from $73.3 million in the prior quarter.
- Over five years, Divestments peaked at $73.3 million in Q2 2020 and troughed at -$53.5 million in Q3 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Divestments (Qtr) |
|---|---|---|---|---|---|
| 1 | Synchrony Financial | 24.38 Bn | 8.19 Bn | - | - |
| 2 | Affirm Holdings | 24.01 Bn | 22.38 Bn | - | 6.73 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 | 2.12 Mn |
| 10 | World Acceptance | 848.56 Mn | 838.14 Mn | - | - |
World Acceptance Divestments 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=divestments&ticker=WRLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "divestments", "ticker": "WRLD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=divestments&ticker=WRLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();