World Acceptance (WRLD) Change in Accured Expenses (2011 - 2026)
World Acceptance's (WRLD) quarterly Change in Accured Expenses came in at $2.1 million in Q2 2026, down 58.68% year-over-year from $5.0 million in Q2 2025, and up 268.31% quarter-over-quarter from -$1.2 million in Q1 2026.
World Acceptance (WRLD) Change in Accured Expenses (2011 - 2026) Analysis & Trends
World Acceptance (WRLD) has reported Change in Accured Expenses for 16 consecutive years, with $2.1 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Accured Expenses fell 58.68% year-over-year to $2.1 million in Q2 2026; TTM through Jun 2026 was -$8.5 million, a 182.26% decrease from a year earlier, with the FY2026 full-year figure at -$5.5 million, up 54.24% from the prior year.
- Change in Accured Expenses was $2.1 million for Q2 2026 at World Acceptance, up from -$1.2 million in the prior quarter.
- Over five years, Change in Accured Expenses peaked at $8.6 million in Q1 2024 and troughed at -$11.4 million in Q3 2025.
- A 5-year average of -$720639.7 and a median of -$218141.5 in 2025 frame the typical range for Change in Accured Expenses.
- Across the five-year window, Change in Accured Expenses soared 880.99% in 2022 and tumbled 255.68% in 2026, its largest moves.
- Over 5 years, Change in Accured Expenses stood at -$5.7 million in 2022, then increased by 15.86% to -$4.8 million in 2023, then soared by 45.91% to -$2.6 million in 2024, then soared by 181.81% to $2.1 million in 2025, then dropped by 3.43% to $2.1 million in 2026.
- The last three Change in Accured Expenses figures came in at $2.1 million (Q2 2026), -$1.2 million (Q1 2026), and $2.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Accured Exp. (Qtr) |
|---|---|---|---|---|---|
| 1 | Affirm Holdings | 24.20 Bn | 22.57 Bn | - | -22.78 Mn |
| 2 | Synchrony Financial | 23.63 Bn | 7.43 Bn | - | 190.00 Mn |
| 3 | FirstCash Holdings | 9.58 Bn | 9.41 Bn | 533.67 Mn | 8.62 Mn |
| 4 | Credit Acceptance | 5.83 Bn | 5.34 Bn | 569.30 Mn | -21.60 Mn |
| 5 | Slm | 4.56 Bn | -237.27 Mn | - | 29.84 Mn |
| 6 | Enova International | 4.20 Bn | 4.08 Bn | 568.07 Mn | 43.90 Mn |
| 7 | Bread Financial Holdings | 3.98 Bn | -16.10 Bn | 957.00 Mn | 38.00 Mn |
| 8 | StoneCo | 3.10 Bn | 1.48 Bn | 308.97 Mn | 2.04 Mn |
| 9 | Ezcorp | 1.89 Bn | 1.58 Bn | 246.19 Mn | -23.32 Mn |
| 10 | World Acceptance | 805.93 Mn | 795.51 Mn | - | 2.05 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.05 Mn |
| Mar 31, 2026 | -1.22 Mn |
| Dec 31, 2025 | 2.13 Mn |
| Sep 30, 2025 | -11.41 Mn |
| Jun 30, 2025 | 4.97 Mn |
| Mar 31, 2025 | 783,555.00 |
| Dec 31, 2024 | -2.60 Mn |
| Sep 30, 2024 | -6.15 Mn |
| Jun 30, 2024 | -4.13 Mn |
| Mar 31, 2024 | 8.63 Mn |
| Dec 31, 2023 | -4.80 Mn |
| Sep 30, 2023 | 3.96 Mn |
| Jun 30, 2023 | -4.67 Mn |
| Mar 31, 2023 | 1.76 Mn |
| Dec 31, 2022 | -5.71 Mn |
| Sep 30, 2022 | 1.59 Mn |
| Jun 30, 2022 | -5.12 Mn |
| Mar 31, 2022 | 6.98 Mn |
| Dec 31, 2021 | -1.61 Mn |
| Sep 30, 2021 | 4.45 Mn |
World Acceptance Change in Accured Expenses 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=change-in-accured-expenses&ticker=WRLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-accured-expenses", "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=change-in-accured-expenses&ticker=WRLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();