World Acceptance (WRLD) Exchange Rate Effect (2010 - 2018)
World Acceptance's (WRLD) quarterly Exchange Rate Effect came in at $3.4 million in Q3 2018, up 35618.38% year-over-year from N/an in Q3 2017, and up 548.5% quarter-over-quarter from -$765404.0 in Q2 2018.
World Acceptance (WRLD) Exchange Rate Effect (2010 - 2018) Analysis & Trends
World Acceptance (WRLD) has reported Exchange Rate Effect for 9 consecutive years, with $3.4 million the latest figure, recorded in Q3 2018.
- On a quarterly basis, Exchange Rate Effect rose 35618.38% year-over-year to $3.4 million in Q3 2018; TTM through Jun 2019 was $3.4 million, a 572.06% increase from a year earlier, with the FY2019 full-year figure at $2.7 million, up 1914.22% from the prior year.
- Exchange Rate Effect was $3.4 million for Q3 2018 at World Acceptance, up from -$765404.0 in the prior quarter.
- Over five years, Exchange Rate Effect peaked at $3.4 million in Q3 2018 and troughed at -$1.5 million in Q1 2015.
- A 5-year average of -$114091.1 and a median of -$254957.0 in 2015 frame the typical range for Exchange Rate Effect.
- Across the five-year window, Exchange Rate Effect slumped 2056.43% in 2014 and jumped 35618.38% in 2018, its largest moves.
- Over 5 years, Exchange Rate Effect stood at -$829687.0 in 2014, then surged by 69.46% to -$253372.0 in 2015, then declined by 6.52% to -$269881.0 in 2016, then tumbled by 227.76% to -$884564.0 in 2017, then soared by 488.08% to $3.4 million in 2018.
- The last three Exchange Rate Effect figures came in at $3.4 million (Q3 2018), -$765404.0 (Q2 2018), and $932426.0 (Q1 2018), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Exchange Rate Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Synchrony Financial | 24.38 Bn | 8.19 Bn | - | - |
| 2 | Affirm Holdings | 24.01 Bn | 22.38 Bn | - | -4.81 Mn |
| 3 | FirstCash Holdings | 9.50 Bn | 9.33 Bn | 533.67 Mn | 2.48 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 | -503,000.00 |
| 7 | Bread Financial Holdings | 4.20 Bn | -15.89 Bn | 957.00 Mn | - |
| 8 | StoneCo | 2.99 Bn | 1.38 Bn | 308.97 Mn | 4.57 Mn |
| 9 | Ezcorp | 1.88 Bn | 1.57 Bn | 246.19 Mn | 844,000.00 |
| 10 | World Acceptance | 848.56 Mn | 838.14 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2018 | 3.43 Mn |
| Jun 30, 2018 | -765,404.00 |
| Mar 31, 2018 | 932,426.00 |
| Dec 31, 2017 | -884,564.00 |
| Sep 30, 2017 | -9,665.00 |
| Jun 30, 2017 | 94,234.00 |
| Mar 31, 2017 | -55,754.00 |
| Dec 31, 2016 | -269,881.00 |
| Sep 30, 2016 | -190,432.00 |
| Jun 30, 2016 | -259,326.00 |
| Mar 31, 2016 | -437,008.00 |
| Dec 31, 2015 | -253,372.00 |
| Sep 30, 2015 | -556,221.00 |
| Jun 30, 2015 | -254,957.00 |
| Mar 31, 2015 | -1.45 Mn |
| Dec 31, 2014 | -829,687.00 |
| Sep 30, 2014 | -215,978.00 |
| Jun 30, 2014 | 70,175.00 |
| Mar 31, 2014 | -262,439.00 |
| Dec 31, 2013 | -38,475.00 |
World Acceptance Exchange Rate Effect 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=exchange-rate-effect&ticker=WRLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=WRLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();