Currenc (CURR) Net Margin (2023 - 2025)
Currenc's (CURR) quarterly Net Margin came in at 140.59% in Q4 2025, up 9808.0% on a YoY basis from 1.42% in Q4 2024, and down 574.7% quarter-over-quarter from 29.62% in Q3 2025.
Currenc (CURR) Net Margin (2023 - 2025) Analysis & Trends
Currenc (CURR) has reported Net Margin for 3 consecutive years, with 140.59% the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Net Margin rose 9808.0% year-over-year to 140.59%; the trailing twelve-month figure through Dec 2025 stood at 48.15% (up 6337.0% YoY), and the FY2025 full-year result was 48.15%, up 3298.0% from the prior year.
- Net Margin retreated to 140.59% in Q4 2025 per CURR's latest filing, from 29.62% in the prior quarter.
- Across five years, Net Margin topped out at 78.24% in Q4 2023 and bottomed at 238.68% in Q4 2024.
- Historically, Net Margin has averaged 62.28% across 3 years, with a median of 36.97% in 2025.
- The sharpest annual moves came in 2024 and 2025: Net Margin plunged 31691 bps in 2024, then soared 20470 bps in 2025.
- Over 3 years, Net Margin stood at 78.24% in 2023, then plunged by 405 bps to 238.68% in 2024, then jumped by 41 bps to 140.59% in 2025.
- According to Business Quant data, Net Margin over the past three periods registered 140.59%, 29.62%, and 55.71% for Q4 2025, Q3 2025, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Visa | 654.57 Bn | 597.89 Bn | - | 48.38% |
| 2 | Mastercard | 494.41 Bn | 454.33 Bn | - | 47.30% |
| 3 | Wise | 14.26 Bn | -73.52 Bn | - | - |
| 4 | Remitly Global | 4.52 Bn | 2.18 Bn | 307.34 Mn | 41.58% |
| 5 | Western Union | 1.93 Bn | -2.08 Bn | 336.50 Mn | 7.57% |
| 6 | International Money Express | 339.78 Mn | -280.36 Mn | - | 3.21% |
| 7 | Currenc | 184.42 Mn | -42.51 Mn | 3.70 Mn | -138.05% |
| 8 | Sentage Holdings | 4.80 Mn | 4.80 Mn | - | - |
| 9 | American Express | 208.41 Bn | 231.25 Mn | - | 15.84% |
| 10 | Capital One Financial | 122.76 Bn | 122.76 Bn | - | 18.52% |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -138.05% |
| Sep 30, 2025 | 30.20% |
| Jun 30, 2025 | -56.98% |
| Mar 31, 2025 | -46.49% |
| Dec 31, 2024 | -250.03% |
| Sep 30, 2024 | -176.61% |
| Jun 30, 2024 | 1.58% |
| Mar 31, 2024 | -23.16% |
| Dec 31, 2023 | -32.92% |
| Sep 30, 2023 | -30.07% |
Currenc Net Margin 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=net-margin&ticker=CURR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-margin", "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=net-margin&ticker=CURR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();