World Acceptance (WRLD) Net Cash Flow (2011 - 2026)
World Acceptance's (WRLD) quarterly Net Cash Flow came in at -$1.4 million in Q2 2026, up 12.91% year-over-year from -$1.2 million in Q2 2025, and up 89.12% quarter-over-quarter from -$12.8 million in Q1 2026.
World Acceptance (WRLD) Net Cash Flow (2011 - 2026) Analysis & Trends
World Acceptance (WRLD) has reported Net Cash Flow for 16 consecutive years, with -$1.4 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Cash Flow rose 12.91% year-over-year to -$1.4 million in Q2 2026; TTM through Jun 2026 was $19.9 million, a 763.29% increase from a year earlier, with the FY2026 full-year figure at $19.6 million, up 1031.38% from the prior year.
- Net Cash Flow was -$1.4 million for Q2 2026 at World Acceptance, up from -$12.8 million in the prior quarter.
- Over five years, Net Cash Flow peaked at $27.3 million in Q4 2025 and troughed at -$12.8 million in Q1 2026.
- A 5-year average of $517223.4 and a median of -$828193.0 in 2024 frame the typical range for Net Cash Flow.
- Across the five-year window, Net Cash Flow sank 2348.53% in 2023 and jumped 591.91% in 2025, its largest moves.
- Over 5 years, Net Cash Flow stood at $267305.0 in 2022, then slumped by 2348.53% to -$6.0 million in 2023, then jumped by 197.11% to $5.8 million in 2024, then soared by 368.28% to $27.3 million in 2025, then plunged by 105.11% to -$1.4 million in 2026.
- The last three Net Cash Flow figures came in at -$1.4 million (Q2 2026), -$12.8 million (Q1 2026), and $27.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Synchrony Financial | 24.38 Bn | 8.19 Bn | - | -3.36 Bn |
| 2 | Affirm Holdings | 24.01 Bn | 22.38 Bn | - | -36.45 Mn |
| 3 | FirstCash Holdings | 9.50 Bn | 9.33 Bn | 533.67 Mn | 39.08 Mn |
| 4 | Credit Acceptance | 6.00 Bn | 5.51 Bn | 569.30 Mn | -59.30 Mn |
| 5 | Slm | 4.72 Bn | -77.52 Mn | - | -586.39 Mn |
| 6 | Enova International | 4.35 Bn | 4.22 Bn | 568.07 Mn | 44.36 Mn |
| 7 | Bread Financial Holdings | 4.20 Bn | -15.89 Bn | 957.00 Mn | -198.00 Mn |
| 8 | StoneCo | 2.99 Bn | 1.38 Bn | 308.97 Mn | 245.13 Mn |
| 9 | Ezcorp | 1.88 Bn | 1.57 Bn | 246.19 Mn | -44.21 Mn |
| 10 | World Acceptance | 848.56 Mn | 838.14 Mn | - | -1.40 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.40 Mn |
| Mar 31, 2026 | -12.84 Mn |
| Dec 31, 2025 | 27.33 Mn |
| Sep 30, 2025 | 6.76 Mn |
| Jun 30, 2025 | -1.60 Mn |
| Mar 31, 2025 | -5.85 Mn |
| Dec 31, 2024 | 5.84 Mn |
| Sep 30, 2024 | -1.37 Mn |
| Jun 30, 2024 | -720,322.00 |
| Mar 31, 2024 | -936,064.00 |
| Dec 31, 2023 | -6.01 Mn |
| Sep 30, 2023 | 2.80 Mn |
| Jun 30, 2023 | -520,137.00 |
| Mar 31, 2023 | -4.45 Mn |
| Dec 31, 2022 | 267,305.00 |
| Sep 30, 2022 | 7.39 Mn |
| Jun 30, 2022 | -5.93 Mn |
| Mar 31, 2022 | 568,683.00 |
| Dec 31, 2021 | 1.78 Mn |
| Sep 30, 2021 | 8.50 Mn |
World Acceptance Net Cash Flow 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=net-cash-flow&ticker=WRLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=WRLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();