World Acceptance (WRLD) Price to FCF (2011 - 2026)
World Acceptance's (WRLD) quarterly Price to FCF came in at 4.11 in Q2 2026, down 24.95% year-over-year from 5.47 in Q2 2025, and down 96.46% quarter-over-quarter from 2.09 in Q1 2026.
World Acceptance (WRLD) Price to FCF (2011 - 2026) Analysis & Trends
World Acceptance (WRLD) has reported Price to FCF for 16 consecutive years, with 4.11 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Price to FCF fell 24.95% year-over-year to 4.11 in Q2 2026; TTM through Jun 2026 was 0.89, a 34.62% decrease from a year earlier, with the FY2026 full-year figure at 0.53, up 16.72% from the prior year.
- Price to FCF was 4.11 for Q2 2026 at World Acceptance, down from 2.09 in the prior quarter.
- Over five years, Price to FCF peaked at 84.15 in Q2 2023 and troughed at 79.46 in Q4 2023.
- A 5-year average of 5.44 and a median of 1.68 in 2026 frame the typical range for Price to FCF.
- The widest YoY moves for Price to FCF: up 761.31% in 2023, down 663.81% in 2023.
- Over 5 years, Price to FCF stood at 14.09 in 2022, then tumbled by 663.81% to 79.46 in 2023, then surged by 97.23% to 2.2 in 2024, then grew by 1.09% to 2.18 in 2025, then slumped by 88.39% to 4.11 in 2026.
- The last three Price to FCF figures came in at 4.11 (Q2 2026), 2.09 (Q1 2026), and 2.18 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 4 | Credit Acceptance | 6.00 Bn | 5.51 Bn | 569.30 Mn |
| 5 | Slm | 4.72 Bn | -77.52 Mn | - |
| 6 | Enova International | 4.35 Bn | 4.22 Bn | 568.07 Mn |
| 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 |
| 10 | World Acceptance | 848.56 Mn | 838.14 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -4.11 |
| Mar 31, 2026 | -2.09 |
| Dec 31, 2025 | -2.18 |
| Sep 30, 2025 | -2.86 |
| Jun 30, 2025 | -3.29 |
| Mar 31, 2025 | -2.67 |
| Dec 31, 2024 | -2.20 |
| Sep 30, 2024 | -1.27 |
| Jun 30, 2024 | 53.67 |
| Mar 31, 2024 | -0.80 |
| Dec 31, 2023 | -79.46 |
| Sep 30, 2023 | 27.55 |
| Jun 30, 2023 | 84.15 |
| Mar 31, 2023 | 4.22 |
| Dec 31, 2022 | 14.09 |
| Sep 30, 2022 | 14.27 |
| Jun 30, 2022 | -12.72 |
| Mar 31, 2022 | 13.54 |
| Dec 31, 2021 | -13.01 |
| Sep 30, 2021 | -16.11 |
World Acceptance Price to FCF 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=price-to-fcf&ticker=WRLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-to-fcf", "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=price-to-fcf&ticker=WRLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();