World Acceptance (WRLD) Assets (2011 - 2026)
World Acceptance's (WRLD) quarterly Assets came in at $1.1 billion in Q2 2026, up 5.37% year-over-year from $1.0 billion in Q2 2025, and up 2.36% quarter-over-quarter from $1.1 billion in Q1 2026.
World Acceptance (WRLD) Assets (2011 - 2026) Analysis & Trends
World Acceptance (WRLD) has reported Assets for 16 consecutive years, with $1.1 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Assets rose 5.37% year-over-year to $1.1 billion in Q2 2026; TTM through Jun 2026 was $1.1 billion, a 5.37% increase from a year earlier, with the FY2026 full-year figure at $1.1 billion, up 4.52% from the prior year.
- Assets was $1.1 billion for Q2 2026 at World Acceptance, up from $1.1 billion in the prior quarter.
- Over five years, Assets peaked at $1.3 billion in Q2 2022 and troughed at $1.0 billion in Q1 2025.
- A 5-year average of $1.1 billion and a median of $1.1 billion in 2023 frame the typical range for Assets.
- Across the five-year window, Assets rose 27.67% in 2022 and slipped 12.91% in 2023, its largest moves.
- Over 5 years, Assets stood at $1.2 billion in 2022, then slipped by 8.01% to $1.1 billion in 2023, then retreated by 0.81% to $1.1 billion in 2024, then grew by 2.87% to $1.1 billion in 2025, then decreased by 5.54% to $1.1 billion in 2026.
- The last three Assets 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 (Qtr) |
|---|---|---|---|---|---|
| 1 | Affirm Holdings | 24.20 Bn | 22.57 Bn | - | 15.79 Bn |
| 2 | Synchrony Financial | 23.63 Bn | 7.43 Bn | - | 121.93 Bn |
| 3 | FirstCash Holdings | 9.58 Bn | 9.41 Bn | 533.67 Mn | 5.49 Bn |
| 4 | Credit Acceptance | 5.83 Bn | 5.34 Bn | 569.30 Mn | 8.62 Bn |
| 5 | Slm | 4.56 Bn | -237.27 Mn | - | 28.58 Bn |
| 6 | Enova International | 4.20 Bn | 4.08 Bn | 568.07 Mn | 7.22 Bn |
| 7 | Bread Financial Holdings | 3.98 Bn | -16.10 Bn | 957.00 Mn | 22.45 Bn |
| 8 | StoneCo | 3.10 Bn | 1.48 Bn | 308.97 Mn | 11.43 Bn |
| 9 | Ezcorp | 1.89 Bn | 1.58 Bn | 246.19 Mn | 2.17 Bn |
| 10 | World Acceptance | 805.93 Mn | 795.51 Mn | - | 1.08 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.08 Bn |
| Mar 31, 2026 | 1.05 Bn |
| Dec 31, 2025 | 1.14 Bn |
| Sep 30, 2025 | 1.06 Bn |
| Jun 30, 2025 | 1.02 Bn |
| Mar 31, 2025 | 1.01 Bn |
| Dec 31, 2024 | 1.11 Bn |
| Sep 30, 2024 | 1.05 Bn |
| Jun 30, 2024 | 1.05 Bn |
| Mar 31, 2024 | 1.06 Bn |
| Dec 31, 2023 | 1.12 Bn |
| Sep 30, 2023 | 1.11 Bn |
| Jun 30, 2023 | 1.11 Bn |
| Mar 31, 2023 | 1.12 Bn |
| Dec 31, 2022 | 1.22 Bn |
| Sep 30, 2022 | 1.25 Bn |
| Jun 30, 2022 | 1.28 Bn |
| Mar 31, 2022 | 1.22 Bn |
| Dec 31, 2021 | 1.27 Bn |
| Sep 30, 2021 | 1.14 Bn |
World Acceptance Assets 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&ticker=WRLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets", "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&ticker=WRLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();