World Acceptance (WRLD) Short term Debt (2013 - 2015)
World Acceptance's (WRLD) quarterly Short term Debt came in at $315.1 million in Q1 2015, down 1.66% year-over-year from $320.4 million in Q1 2014, and down 1.66% quarter-over-quarter from $320.4 million in Q1 2014.
World Acceptance (WRLD) Short term Debt (2013 - 2015) Analysis & Trends
World Acceptance (WRLD) has reported Short term Debt for 3 consecutive years, with $315.1 million the latest figure, recorded in Q1 2015.
- On a quarterly basis, Short term Debt fell 1.66% year-over-year to $315.1 million in Q1 2015; TTM through Mar 2015 was $315.1 million, a 1.66% decrease from a year earlier, with the FY2015 full-year figure at $315.1 million, down 1.66% from the prior year.
- Short term Debt was $315.1 million for Q1 2015 at World Acceptance, down from $320.4 million in the prior quarter.
- Over five years, Short term Debt peaked at $320.4 million in Q1 2014 and troughed at $272.5 million in Q1 2013.
- A 3-year average of $302.7 million and a median of $315.1 million in 2015 frame the typical range for Short term Debt.
- Across the five-year window, Short term Debt advanced 17.57% in 2014 and fell 1.66% in 2015, its largest moves.
- Over 3 years, Short term Debt stood at $272.5 million in 2013, then climbed by 17.57% to $320.4 million in 2014, then decreased by 1.66% to $315.1 million in 2015.
- The last three Short term Debt figures came in at $315.1 million (Q1 2015), $320.4 million (Q1 2014), and $272.5 million (Q1 2013), per Business Quant data.
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 | World Acceptance | 848.56 Mn | 838.14 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2015 | 315.07 Mn |
| Mar 31, 2014 | 320.39 Mn |
| Mar 31, 2013 | 272.52 Mn |
World Acceptance Short term Debt 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=short-term-debt&ticker=WRLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt", "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=short-term-debt&ticker=WRLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();