World Acceptance (WRLD) Income from Discontinued Operations (2017 - 2018)
World Acceptance's (WRLD) quarterly Income from Discontinued Operations came in at $479000.0 in Q3 2018, up 121.42% year-over-year from $216328.8 in Q3 2017, and up 101.29% quarter-over-quarter from -$37.1 million in Q2 2018.
World Acceptance (WRLD) Income from Discontinued Operations (2017 - 2018) Analysis & Trends
World Acceptance (WRLD) has reported Income from Discontinued Operations for 2 consecutive years, with $479000.0 the latest figure, recorded in Q3 2018.
- On a quarterly basis, Income from Discontinued Operations rose 121.42% year-over-year to $479000.0 in Q3 2018; TTM through Jun 2019 was $479000.0, a 101.39% increase from a year earlier, with the FY2019 full-year figure at -$38.4 million, down 934.85% from the prior year.
- Income from Discontinued Operations was $479000.0 for Q3 2018 at World Acceptance, up from -$37.1 million in the prior quarter.
- Over five years, Income from Discontinued Operations peaked at $3.5 million in Q1 2018 and troughed at -$37.1 million in Q2 2018.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 | World Acceptance | 848.56 Mn | 838.14 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2018 | 479,000.00 |
| Jun 30, 2018 | -37.14 Mn |
| Mar 31, 2018 | 3.49 Mn |
| Dec 31, 2017 | 1.49 Mn |
| Sep 30, 2017 | -2.24 Mn |
| Jun 30, 2017 | 1.86 Mn |
World Acceptance Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=WRLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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=income-from-discontinued-operations&ticker=WRLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();