World Acceptance (WRLD) Assets Average (2011 - 2026)
World Acceptance's (WRLD) quarterly Assets Average came in at $1.1 billion in Q2 2026, up 4.95% year-over-year from $1.0 billion in Q2 2025, and down 2.88% quarter-over-quarter from $1.1 billion in Q1 2026.
World Acceptance (WRLD) Assets Average (2011 - 2026) Analysis & Trends
World Acceptance (WRLD) has reported Assets Average for 16 consecutive years, with $1.1 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Assets Average rose 4.95% year-over-year to $1.1 billion in Q2 2026; TTM through Jun 2026 was $1.1 billion, a 4.95% increase from a year earlier, with the FY2026 full-year figure at $1.0 billion, changed 0.11% from the prior year.
- Assets Average was $1.1 billion for Q2 2026 at World Acceptance, down from $1.1 billion in the prior quarter.
- Over five years, Assets Average peaked at $1.3 billion in Q3 2022 and troughed at $1.0 billion in Q2 2025.
- A 5-year average of $1.1 billion and a median of $1.1 billion in 2025 frame the typical range for Assets Average.
- Across the five-year window, Assets Average advanced 26.26% in 2022 and decreased 12.14% in 2023, its largest moves.
- Over 5 years, Assets Average stood at $1.2 billion in 2022, then dropped by 9.7% to $1.1 billion in 2023, then declined by 2.95% to $1.1 billion in 2024, then grew by 2.09% to $1.1 billion in 2025, then decreased by 3.25% to $1.1 billion in 2026.
- The last three Assets Average figures came in at $1.1 billion (Q2 2026), $1.1 billion (Q1 2026), and $1.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Assets Avg. (Qtr) |
|---|---|---|---|---|---|
| 1 | Affirm Holdings | 24.20 Bn | 22.57 Bn | - | 14.47 Bn |
| 2 | Synchrony Financial | 23.63 Bn | 7.43 Bn | - | 121.72 Bn |
| 3 | FirstCash Holdings | 9.58 Bn | 9.41 Bn | 533.67 Mn | 5.42 Bn |
| 4 | Credit Acceptance | 5.83 Bn | 5.34 Bn | 569.30 Mn | 8.66 Bn |
| 5 | Slm | 4.56 Bn | -237.27 Mn | - | 28.99 Bn |
| 6 | Enova International | 4.20 Bn | 4.08 Bn | 568.07 Mn | 7.05 Bn |
| 7 | Bread Financial Holdings | 3.98 Bn | -16.10 Bn | 957.00 Mn | 22.38 Bn |
| 8 | StoneCo | 3.10 Bn | 1.48 Bn | 308.97 Mn | 11.40 Bn |
| 9 | Ezcorp | 1.89 Bn | 1.58 Bn | 246.19 Mn | 2.15 Bn |
| 10 | World Acceptance | 805.93 Mn | 795.51 Mn | - | 1.07 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.07 Bn |
| Mar 31, 2026 | 1.10 Bn |
| Dec 31, 2025 | 1.10 Bn |
| Sep 30, 2025 | 1.04 Bn |
| Jun 30, 2025 | 1.02 Bn |
| Mar 31, 2025 | 1.06 Bn |
| Dec 31, 2024 | 1.08 Bn |
| Sep 30, 2024 | 1.05 Bn |
| Jun 30, 2024 | 1.05 Bn |
| Mar 31, 2024 | 1.09 Bn |
| Dec 31, 2023 | 1.11 Bn |
| Sep 30, 2023 | 1.11 Bn |
| Jun 30, 2023 | 1.12 Bn |
| Mar 31, 2023 | 1.17 Bn |
| Dec 31, 2022 | 1.23 Bn |
| Sep 30, 2022 | 1.26 Bn |
| Jun 30, 2022 | 1.25 Bn |
| Mar 31, 2022 | 1.24 Bn |
| Dec 31, 2021 | 1.21 Bn |
| Sep 30, 2021 | 1.08 Bn |
World Acceptance Assets Average 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=assets-average&ticker=WRLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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=assets-average&ticker=WRLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();