Currenc (CURR) Profit After Tax (2022 - 2025)
Currenc's (CURR) quarterly Profit After Tax came in at -$11.7 million in Q4 2025, up 56.2% on a YoY basis from -$7.5 million in Q4 2024, and down 509.98% quarter-over-quarter from $2.9 million in Q3 2025.
Currenc (CURR) Profit After Tax (2022 - 2025) Analysis & Trends
Currenc (CURR) has reported Profit After Tax for 4 consecutive years, with -$11.7 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Profit After Tax rose 56.2% year-over-year to -$11.7 million; the trailing twelve-month figure through Dec 2025 stood at -$18.5 million (up 65.32% YoY), and the FY2025 full-year result was -$18.5 million, up 52.34% from the prior year.
- Profit After Tax retreated to -$11.7 million in Q4 2025 per CURR's latest filing, from $2.9 million in the prior quarter.
- Across five years, Profit After Tax topped out at $2.9 million in Q3 2025 and bottomed at -$26.8 million in Q4 2024.
- Historically, Profit After Tax has averaged -$5.5 million across 4 years, with a median of -$3.5 million in 2023.
- The sharpest annual moves came in 2023 and 2025: Profit After Tax sank 1797.35% in 2023, then soared 114.34% in 2025.
- Over 4 years, Profit After Tax stood at $536271.0 in 2022, then slumped by 919.6% to -$4.4 million in 2023, then tumbled by 509.05% to -$26.8 million in 2024, then jumped by 56.2% to -$11.7 million in 2025.
- According to Business Quant data, Profit After Tax over the past three periods registered -$11.7 million, $2.9 million, and -$5.0 million for Q4 2025, Q3 2025, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Visa | 654.57 Bn | 597.89 Bn | - | 5.63 Bn |
| 2 | Mastercard | 494.41 Bn | 454.33 Bn | - | 4.39 Bn |
| 3 | Wise | 14.26 Bn | -73.52 Bn | - | - |
| 4 | Remitly Global | 4.52 Bn | 2.18 Bn | 307.34 Mn | 205.91 Mn |
| 5 | Western Union | 1.93 Bn | -2.08 Bn | 336.50 Mn | 76.70 Mn |
| 6 | International Money Express | 339.78 Mn | -280.36 Mn | - | 4.21 Mn |
| 7 | Currenc | 184.42 Mn | -42.51 Mn | 3.70 Mn | -11.94 Mn |
| 8 | Sentage Holdings | 4.80 Mn | 4.80 Mn | - | - |
| 9 | American Express | 208.41 Bn | 231.25 Mn | - | 3.11 Bn |
| 10 | Capital One Financial | 122.76 Bn | 122.76 Bn | - | 3.02 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -11.94 Mn |
| Sep 30, 2025 | 3.08 Mn |
| Jun 30, 2025 | -4.85 Mn |
| Mar 31, 2025 | -4.49 Mn |
| Dec 31, 2024 | -26.41 Mn |
| Sep 30, 2024 | -19.71 Mn |
| Jun 30, 2024 | -3.47 Mn |
| Mar 31, 2024 | -2.63 Mn |
| Dec 31, 2023 | -3.97 Mn |
| Sep 30, 2023 | -3.82 Mn |
| Jun 30, 2023 | -496,846.00 |
| Mar 31, 2023 | -632,920.00 |
| Dec 31, 2022 | -1.19 Mn |
| Sep 30, 2022 | -1.12 Mn |
| Jun 30, 2022 | -1.26 Mn |
| Mar 31, 2022 | -483,009.00 |
Currenc Profit After Tax 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=profit-after-tax&ticker=CURR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=CURR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();