World Acceptance (WRLD) EV to FCF (2011 - 2026)
World Acceptance's (WRLD) quarterly EV to FCF came in at 4.07 in Q2 2026, down 24.12% year-over-year from 5.36 in Q2 2025, and down 96.39% quarter-over-quarter from 2.07 in Q1 2026.
World Acceptance (WRLD) EV to FCF (2011 - 2026) Analysis & Trends
World Acceptance (WRLD) has reported EV to FCF for 16 consecutive years, with 4.07 the latest figure, recorded in Q2 2026.
- On a quarterly basis, EV to FCF fell 24.12% year-over-year to 4.07 in Q2 2026; TTM through Jun 2026 was 0.88, a 33.73% decrease from a year earlier, with the FY2026 full-year figure at 0.52, up 16.95% from the prior year.
- EV to FCF was 4.07 for Q2 2026 at World Acceptance, down from 2.07 in the prior quarter.
- Over five years, EV to FCF peaked at 82.54 in Q2 2023 and troughed at 78.18 in Q4 2023.
- A 5-year average of 5.28 and a median of 1.66 in 2026 frame the typical range for EV to FCF.
- The widest YoY moves for EV to FCF: up 761.14% in 2023, down 684.56% in 2023.
- Over 5 years, EV to FCF stood at 13.37 in 2022, then tumbled by 684.56% to 78.18 in 2023, then jumped by 97.23% to 2.17 in 2024, then rose by 0.95% to 2.15 in 2025, then slumped by 89.24% to 4.07 in 2026.
- The last three EV to FCF figures came in at 4.07 (Q2 2026), 2.07 (Q1 2026), and 2.15 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 4 | Credit Acceptance | 5.83 Bn | 5.34 Bn | 569.30 Mn |
| 5 | Slm | 4.56 Bn | -237.27 Mn | - |
| 6 | Enova International | 4.20 Bn | 4.08 Bn | 568.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 |
| 9 | Ezcorp | 1.89 Bn | 1.58 Bn | 246.19 Mn |
| 10 | World Acceptance | 805.93 Mn | 795.51 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -4.07 |
| Mar 31, 2026 | -2.07 |
| Dec 31, 2025 | -2.15 |
| Sep 30, 2025 | -2.81 |
| Jun 30, 2025 | -3.28 |
| Mar 31, 2025 | -2.65 |
| Dec 31, 2024 | -2.17 |
| Sep 30, 2024 | -1.25 |
| Jun 30, 2024 | 52.84 |
| Mar 31, 2024 | -0.79 |
| Dec 31, 2023 | -78.18 |
| Sep 30, 2023 | 26.90 |
| Jun 30, 2023 | 82.54 |
| Mar 31, 2023 | 4.08 |
| Dec 31, 2022 | 13.37 |
| Sep 30, 2022 | 13.78 |
| Jun 30, 2022 | -12.48 |
| Mar 31, 2022 | 13.32 |
| Dec 31, 2021 | -12.86 |
| Sep 30, 2021 | -15.90 |
World Acceptance EV 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=ev-to-fcf&ticker=WRLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-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=ev-to-fcf&ticker=WRLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();