Currenc (CURR) Equity Average (2022 - 2025)
Analysis
Currenc (CURR) Equity Average (2022 - 2025) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Avg. (Qtr) |
|---|---|---|---|---|---|
| 1 | Visa | 654.57 Bn | 597.89 Bn | - | 35.42 Bn |
| 2 | Mastercard | 494.41 Bn | 454.33 Bn | - | 6.17 Bn |
| 3 | Wise | 14.26 Bn | -73.52 Bn | - | - |
| 4 | Remitly Global | 4.52 Bn | 2.18 Bn | 307.34 Mn | 1.02 Bn |
| 5 | Western Union | 1.93 Bn | -2.08 Bn | 336.50 Mn | 912.60 Mn |
| 6 | International Money Express | 339.78 Mn | -280.36 Mn | - | 166.12 Mn |
| 7 | Currenc | 184.42 Mn | -42.51 Mn | 3.70 Mn | 21.66 Mn |
| 8 | Sentage Holdings | 4.80 Mn | 4.80 Mn | - | 8.65 Mn |
| 9 | American Express | 208.41 Bn | 231.25 Mn | - | 34.14 Bn |
| 10 | Capital One Financial | 122.76 Bn | 122.76 Bn | - | 113.03 Bn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 21.66 Mn |
| Sep 30, 2025 | -4.07 Mn |
| Jun 30, 2025 | -50.60 Mn |
| Mar 31, 2025 | -55.07 Mn |
| Dec 31, 2024 | -44.36 Mn |
| Sep 30, 2024 | -46.21 Mn |
| Jun 30, 2024 | -43.44 Mn |
| Mar 31, 2024 | -40.28 Mn |
| Dec 31, 2023 | -36.97 Mn |
| Sep 30, 2023 | -32.88 Mn |
| Jun 30, 2023 | -29.23 Mn |
| Mar 31, 2023 | -26.11 Mn |
| Dec 31, 2022 | -16.02 Mn |
| Sep 30, 2022 | -6.74 Mn |
| Jun 30, 2022 | -5.54 Mn |
| Mar 31, 2022 | -4.67 Mn |
API Access
Currenc Equity Average 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=equity-average&ticker=CURR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-average", "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=equity-average&ticker=CURR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();