World Acceptance (WRLD) Property, Plant & Equipment (Net) Growth (1y) (2012 - 2026)
Analysis
World Acceptance (WRLD) Property, Plant & Equipment (Net) Growth (1y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Synchrony Financial | 24.38 Bn | 8.19 Bn | - | - |
| 2 | Affirm Holdings | 24.01 Bn | 22.38 Bn | - | - |
| 3 | FirstCash Holdings | 9.50 Bn | 9.33 Bn | 533.67 Mn | 13.87% |
| 4 | Credit Acceptance | 6.00 Bn | 5.51 Bn | 569.30 Mn | 6.82% |
| 5 | Slm | 4.72 Bn | -77.52 Mn | - | - |
| 6 | Enova International | 4.35 Bn | 4.22 Bn | 568.07 Mn | 9.87% |
| 7 | Bread Financial Holdings | 4.20 Bn | -15.89 Bn | 957.00 Mn | - |
| 8 | StoneCo | 2.99 Bn | 1.38 Bn | 308.97 Mn | - |
| 9 | Ezcorp | 1.88 Bn | 1.57 Bn | 246.19 Mn | 31.98% |
| 10 | World Acceptance | 848.56 Mn | 838.14 Mn | - | -10.02% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -10.02% |
| Mar 31, 2026 | -11.81% |
| Dec 31, 2025 | -13.14% |
| Sep 30, 2025 | -13.89% |
| Jun 30, 2025 | -13.79% |
| Mar 31, 2025 | -13.68% |
| Dec 31, 2024 | -11.40% |
| Sep 30, 2024 | -9.50% |
| Jun 30, 2024 | -6.95% |
| Mar 31, 2024 | -4.30% |
| Dec 31, 2023 | -4.85% |
| Sep 30, 2023 | -4.23% |
| Jun 30, 2023 | -1.28% |
| Mar 31, 2023 | -2.25% |
| Dec 31, 2022 | -0.62% |
| Sep 30, 2022 | -1.30% |
| Jun 30, 2022 | -1.20% |
| Mar 31, 2022 | -3.36% |
| Dec 31, 2021 | -7.02% |
| Sep 30, 2021 | -3.26% |
API Access
World Acceptance Property, Plant & Equipment (Net) Growth (1y) 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=property-plant-and-equipment-net-growth-1y&ticker=WRLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-1y", "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=property-plant-and-equipment-net-growth-1y&ticker=WRLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();