Currenc (CURR) Share-based Compensation (2024 - 2025)
Currenc's (CURR) quarterly Share-based Compensation came in at $767721.0 in Q4 2025, down 88.6% on a YoY basis from $6.7 million in Q4 2024, and up 168.08% quarter-over-quarter from -$1.1 million in Q3 2025.
Currenc (CURR) Share-based Compensation (2024 - 2025) Analysis & Trends
Currenc (CURR) has reported Share-based Compensation for 2 consecutive years, with $767721.0 the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Share-based Compensation fell 88.6% year-over-year to $767721.0; the trailing twelve-month figure through Dec 2025 stood at $4.0 million (changed N/A YoY), and the FY2025 full-year result was $4.0 million, down 81.01% from the prior year.
- Share-based Compensation advanced to $767721.0 in Q4 2025 per CURR's latest filing, from -$1.1 million in the prior quarter.
- Across five years, Share-based Compensation topped out at $13.1 million in Q3 2024 and bottomed at -$1.1 million in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. (Qtr) |
|---|---|---|---|---|---|
| 1 | Visa | 654.57 Bn | 597.89 Bn | - | 222.00 Mn |
| 2 | Mastercard | 494.41 Bn | 454.33 Bn | - | 190.00 Mn |
| 3 | Wise | 14.26 Bn | -73.52 Bn | - | 95.50 Mn |
| 4 | Remitly Global | 4.52 Bn | 2.18 Bn | 307.34 Mn | 34.49 Mn |
| 5 | Western Union | 1.93 Bn | -2.08 Bn | 336.50 Mn | - |
| 6 | International Money Express | 339.78 Mn | -280.36 Mn | - | 2.63 Mn |
| 7 | Currenc | 184.42 Mn | -42.51 Mn | 3.70 Mn | 767,721.00 |
| 8 | Sentage Holdings | 4.80 Mn | 4.80 Mn | - | - |
| 9 | American Express | 208.41 Bn | 231.25 Mn | - | 155.00 Mn |
| 10 | Capital One Financial | 122.76 Bn | 122.76 Bn | - | 215.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 767,721.00 |
| Sep 30, 2025 | -1.13 Mn |
| Jun 30, 2025 | 2.17 Mn |
| Mar 31, 2025 | 2.16 Mn |
| Dec 31, 2024 | 6.73 Mn |
| Sep 30, 2024 | 13.14 Mn |
Currenc Share-based Compensation 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=share-based-compensation&ticker=CURR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=CURR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();