Currenc (CURR) EPS (Basic) (2022 - 2025)
Currenc's (CURR) quarterly EPS (Basic) came in at -$0.2 in Q4 2025, up 71.41% on a YoY basis from -$0.12 in Q4 2024, and down 327.35% quarter-over-quarter from $0.09 in Q3 2025.
Currenc (CURR) EPS (Basic) (2022 - 2025) Analysis & Trends
Currenc (CURR) has reported EPS (Basic) for 4 consecutive years, with -$0.2 the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, EPS (Basic) rose 71.41% year-over-year to -$0.2; the trailing twelve-month figure through Dec 2025 stood at -$0.3 (up 78.17% YoY), and the FY2025 full-year result was -$0.3, up 70.0% from the prior year.
- EPS (Basic) retreated to -$0.2 in Q4 2025 per CURR's latest filing, from $0.09 in the prior quarter.
- Across five years, EPS (Basic) topped out at $1.04 in Q4 2023 and bottomed at -$0.69 in Q4 2024.
- Historically, EPS (Basic) has averaged -$0.14 across 4 years, with a median of -$0.09 in 2022.
- The sharpest annual moves came in 2023 and 2024: EPS (Basic) soared 1858.75% in 2023, then sank 1046.75% in 2024.
- Over 4 years, EPS (Basic) stood at -$0.06 in 2022, then jumped by 1858.75% to $1.04 in 2023, then slumped by 166.4% to -$0.69 in 2024, then soared by 71.41% to -$0.2 in 2025.
- According to Business Quant data, EPS (Basic) over the past three periods registered -$0.2, $0.09, and -$0.14 for Q4 2025, Q3 2025, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Visa | 654.57 Bn | 597.89 Bn | - | 3.36 |
| 2 | Mastercard | 494.41 Bn | 454.33 Bn | - | 4.98 |
| 3 | Wise | 14.26 Bn | -73.52 Bn | - | - |
| 4 | Remitly Global | 4.52 Bn | 2.18 Bn | 307.34 Mn | 0.98 |
| 5 | Western Union | 1.93 Bn | -2.08 Bn | 336.50 Mn | 0.25 |
| 6 | International Money Express | 339.78 Mn | -280.36 Mn | - | 0.14 |
| 7 | Currenc | 184.42 Mn | -42.51 Mn | 3.70 Mn | -0.19 |
| 8 | Sentage Holdings | 4.80 Mn | 4.80 Mn | - | - |
| 9 | American Express | 208.41 Bn | 231.25 Mn | - | 4.59 |
| 10 | Capital One Financial | 122.76 Bn | 122.76 Bn | - | 4.73 |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -0.19 |
| Sep 30, 2025 | 0.09 |
| Jun 30, 2025 | -0.14 |
| Mar 31, 2025 | -0.13 |
| Dec 31, 2024 | -0.72 |
| Sep 30, 2024 | -0.52 |
| Jun 30, 2024 | 0.03 |
| Mar 31, 2024 | -0.50 |
| Dec 31, 2023 | -0.44 |
| Sep 30, 2023 | -0.44 |
| Jun 30, 2023 | 0.08 |
| Mar 31, 2023 | 0.07 |
| Dec 31, 2022 | 0.03 |
| Sep 30, 2022 | -0.01 |
| Jun 30, 2022 | -0.05 |
| Mar 31, 2022 | -0.02 |
Currenc EPS (Basic) 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=eps-basic&ticker=CURR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "ticker": "CURR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=eps-basic&ticker=CURR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();