World Acceptance (WRLD) Change in Taxes (2011 - 2025)
World Acceptance's (WRLD) quarterly Change in Taxes came in at $7.4 million in Q1 2025, up 639.19% year-over-year from $1.0 million in Q1 2024, and up 406.29% quarter-over-quarter from -$2.4 million in Q4 2024.
World Acceptance (WRLD) Change in Taxes (2011 - 2025) Analysis & Trends
World Acceptance (WRLD) has reported Change in Taxes for 15 consecutive years, with $7.4 million the latest figure, recorded in Q1 2025.
- On a quarterly basis, Change in Taxes rose 639.19% year-over-year to $7.4 million in Q1 2025; TTM through Mar 2025 was $3.3 million, a 158.93% increase from a year earlier, with the FY2026 full-year figure at -$2.6 million, down 179.76% from the prior year.
- Change in Taxes was $7.4 million for Q1 2025 at World Acceptance, up from -$2.4 million in the prior quarter.
- Over five years, Change in Taxes peaked at $10.7 million in Q1 2021 and troughed at -$6.7 million in Q4 2021.
- A 5-year average of -$37069.3 and a median of -$859377.0 in 2024 frame the typical range for Change in Taxes.
- Across the five-year window, Change in Taxes plunged 167.17% in 2024 and jumped 639.19% in 2025, its largest moves.
- Over 5 years, Change in Taxes stood at -$6.7 million in 2021, then soared by 51.57% to -$3.2 million in 2022, then declined by 13.48% to -$3.7 million in 2023, then jumped by 33.96% to -$2.4 million in 2024, then jumped by 406.29% to $7.4 million in 2025.
- The last three Change in Taxes figures came in at $7.4 million (Q1 2025), -$2.4 million (Q4 2024), and -$817911.0 (Q3 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Affirm Holdings | 24.20 Bn | 22.57 Bn | - | - |
| 2 | Synchrony Financial | 23.63 Bn | 7.43 Bn | - | - |
| 3 | FirstCash Holdings | 9.58 Bn | 9.41 Bn | 533.67 Mn | -37.53 Mn |
| 4 | Credit Acceptance | 5.83 Bn | 5.34 Bn | 569.30 Mn | 4.30 Mn |
| 5 | Slm | 4.56 Bn | -237.27 Mn | - | -127.39 Mn |
| 6 | Enova International | 4.20 Bn | 4.08 Bn | 568.07 Mn | 17.07 Mn |
| 7 | Bread Financial Holdings | 3.98 Bn | -16.10 Bn | 957.00 Mn | - |
| 8 | StoneCo | 3.10 Bn | 1.48 Bn | 308.97 Mn | 19.96 Mn |
| 9 | Ezcorp | 1.89 Bn | 1.58 Bn | 246.19 Mn | - |
| 10 | World Acceptance | 805.93 Mn | 795.51 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2025 | 7.41 Mn |
| Dec 31, 2024 | -2.42 Mn |
| Sep 30, 2024 | -817,911.00 |
| Jun 30, 2024 | -859,377.00 |
| Mar 31, 2024 | -1.37 Mn |
| Dec 31, 2023 | -3.66 Mn |
| Sep 30, 2023 | -1.87 Mn |
| Jun 30, 2023 | 1.28 Mn |
| Mar 31, 2023 | 3.44 Mn |
| Dec 31, 2022 | -3.23 Mn |
| Sep 30, 2022 | -4.74 Mn |
| Jun 30, 2022 | -323,270.00 |
| Mar 31, 2022 | 5.79 Mn |
| Dec 31, 2021 | -6.67 Mn |
| Sep 30, 2021 | -4.15 Mn |
| Jun 30, 2021 | 831,167.00 |
| Mar 31, 2021 | 10.72 Mn |
| Dec 31, 2020 | -3.87 Mn |
| Sep 30, 2020 | -2.83 Mn |
| Jun 30, 2020 | 2.58 Mn |
World Acceptance Change in Taxes 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-taxes&ticker=WRLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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-taxes&ticker=WRLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();