World Acceptance (WRLD) Non-Current Deferred Tax Liability (2011 - 2012)
World Acceptance's (WRLD) quarterly Non-Current Deferred Tax Liability came in at $25.6 million in Q1 2012, up 7.2% year-over-year from $23.9 million in Q2 2011, and up 7.2% quarter-over-quarter from $23.9 million in Q1 2011.
World Acceptance (WRLD) Non-Current Deferred Tax Liability (2011 - 2012) Analysis & Trends
World Acceptance (WRLD) has reported Non-Current Deferred Tax Liability for 2 consecutive years, with $25.6 million the latest figure, recorded in Q1 2012.
- On a quarterly basis, Non-Current Deferred Tax Liability rose 7.2% year-over-year to $25.6 million in Q1 2012; TTM through Mar 2012 was $25.6 million, a 7.2% increase from a year earlier, with the FY2012 full-year figure at $25.6 million, up 7.2% from the prior year.
- Non-Current Deferred Tax Liability was $25.6 million for Q1 2012 at World Acceptance, up from $23.9 million in the prior quarter.
- Over five years, Non-Current Deferred Tax Liability peaked at $25.6 million in Q1 2012 and troughed at $23.9 million in Q1 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 | World Acceptance | 805.93 Mn | 795.51 Mn | - |
World Acceptance 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=WRLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-deferred-tax-liability", "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=non-current-deferred-tax-liability&ticker=WRLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();