World Acceptance (WRLD) Share-based Compensation (2011 - 2026)
World Acceptance's (WRLD) quarterly Share-based Compensation came in at $5.2 million in Q2 2026, up 12.55% year-over-year from $4.6 million in Q2 2025, and up 9.57% quarter-over-quarter from $4.8 million in Q1 2026.
World Acceptance (WRLD) Share-based Compensation (2011 - 2026) Analysis & Trends
World Acceptance (WRLD) has reported Share-based Compensation for 16 consecutive years, with $5.2 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Share-based Compensation rose 12.55% year-over-year to $5.2 million in Q2 2026; TTM through Jun 2026 was $21.4 million, a 255.76% increase from a year earlier, with the FY2026 full-year figure at $19.3 million, up 198.24% from the prior year.
- Share-based Compensation was $5.2 million for Q2 2026 at World Acceptance, up from $4.8 million in the prior quarter.
- Over five years, Share-based Compensation peaked at $8.6 million in Q2 2022 and troughed at -$18.0 million in Q3 2024.
- A 5-year average of $1.7 million and a median of $3.7 million in 2022 frame the typical range for Share-based Compensation.
- Across the five-year window, Share-based Compensation sank 312.47% in 2024 and soared 1107.69% in 2025, its largest moves.
- Over 5 years, Share-based Compensation stood at -$679443.0 in 2022, then fell by 1.66% to -$690699.0 in 2023, then soared by 165.05% to $449266.0 in 2024, then soared by 1107.69% to $5.4 million in 2025, then decreased by 4.0% to $5.2 million in 2026.
- The last three Share-based Compensation figures came in at $5.2 million (Q2 2026), $4.8 million (Q1 2026), and $5.4 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. (Qtr) |
|---|---|---|---|---|---|
| 1 | Affirm Holdings | 24.20 Bn | 22.57 Bn | - | 67.18 Mn |
| 2 | Synchrony Financial | 23.63 Bn | 7.43 Bn | - | 65.00 Mn |
| 3 | FirstCash Holdings | 9.58 Bn | 9.41 Bn | 533.67 Mn | - |
| 4 | Credit Acceptance | 5.83 Bn | 5.34 Bn | 569.30 Mn | 8.70 Mn |
| 5 | Slm | 4.56 Bn | -237.27 Mn | - | 11.82 Mn |
| 6 | Enova International | 4.20 Bn | 4.08 Bn | 568.07 Mn | 8.75 Mn |
| 7 | Bread Financial Holdings | 3.98 Bn | -16.10 Bn | 957.00 Mn | 16.00 Mn |
| 8 | StoneCo | 3.10 Bn | 1.48 Bn | 308.97 Mn | 11.70 Mn |
| 9 | Ezcorp | 1.89 Bn | 1.58 Bn | 246.19 Mn | 4.11 Mn |
| 10 | World Acceptance | 805.93 Mn | 795.51 Mn | - | 5.21 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 5.21 Mn |
| Mar 31, 2026 | 4.75 Mn |
| Dec 31, 2025 | 5.43 Mn |
| Sep 30, 2025 | 6.06 Mn |
| Jun 30, 2025 | 4.63 Mn |
| Mar 31, 2025 | -802,398.00 |
| Dec 31, 2024 | 449,266.00 |
| Sep 30, 2024 | -18.04 Mn |
| Jun 30, 2024 | 3.68 Mn |
| Mar 31, 2024 | 8.04 Mn |
| Dec 31, 2023 | -690,699.00 |
| Sep 30, 2023 | -4.37 Mn |
| Jun 30, 2023 | -2.11 Mn |
| Mar 31, 2023 | 1.76 Mn |
| Dec 31, 2022 | -679,443.00 |
| Sep 30, 2022 | 3.82 Mn |
| Jun 30, 2022 | 8.57 Mn |
| Mar 31, 2022 | 4.83 Mn |
| Dec 31, 2021 | 4.31 Mn |
| Sep 30, 2021 | 4.27 Mn |
World Acceptance Share-based Compensation 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=share-based-compensation&ticker=WRLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=WRLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();