World Acceptance (WRLD) Cash & Equivalents Growth (3y) (2014 - 2026)
Analysis
World Acceptance (WRLD) Cash & Equivalents Growth (3y) (2014 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (3y) (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 | 18.10% |
| 4 | Credit Acceptance | 5.83 Bn | 5.34 Bn | 569.30 Mn | 6.28% |
| 5 | Slm | 4.56 Bn | -237.27 Mn | - | - |
| 6 | Enova International | 4.20 Bn | 4.08 Bn | 568.07 Mn | 6.90% |
| 7 | Bread Financial Holdings | 3.98 Bn | -16.10 Bn | 957.00 Mn | - |
| 8 | StoneCo | 3.10 Bn | 1.48 Bn | 308.97 Mn | - |
| 9 | Ezcorp | 1.89 Bn | 1.58 Bn | 246.19 Mn | 9.33% |
| 10 | World Acceptance | 805.93 Mn | 795.51 Mn | - | -13.30% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -13.30% |
| Mar 31, 2026 | -28.36% |
| Dec 31, 2025 | -21.86% |
| Sep 30, 2025 | -10.41% |
| Jun 30, 2025 | -39.00% |
| Mar 31, 2025 | -37.42% |
| Dec 31, 2024 | -17.97% |
| Sep 30, 2024 | -16.74% |
| Jun 30, 2024 | 9.85% |
| Mar 31, 2024 | -30.99% |
| Dec 31, 2023 | 9.65% |
| Sep 30, 2023 | 10.33% |
| Jun 30, 2023 | 17.09% |
| Mar 31, 2023 | 12.42% |
| Dec 31, 2022 | 20.30% |
| Sep 30, 2022 | 26.49% |
| Jun 30, 2022 | 10.88% |
| Mar 31, 2022 | 27.25% |
| Dec 31, 2021 | 18.81% |
| Sep 30, 2021 | 44.51% |
API Access
World Acceptance Cash & Equivalents Growth (3y) 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=cash-and-equivalents-growth-3y&ticker=WRLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-3y", "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=cash-and-equivalents-growth-3y&ticker=WRLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();