Currenc (CURR) Receivables (2023 - 2025)
Currenc's (CURR) quarterly Receivables came in at $2.3 million in Q4 2025, down 15.14% on a YoY basis from $2.7 million in Q4 2024, and up 15.54% quarter-over-quarter from $2.0 million in Q3 2025.
Currenc (CURR) Receivables (2023 - 2025) Analysis & Trends
Currenc (CURR) has reported Receivables for 3 consecutive years, with $2.3 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Receivables fell 15.14% year-over-year to $2.3 million; the trailing twelve-month figure through Dec 2025 stood at $2.3 million (down 15.14% YoY), and the FY2025 full-year result was $2.7 million, down 15.92% from the prior year.
- Receivables improved to $2.3 million in Q4 2025 per CURR's latest filing, from $2.0 million in the prior quarter.
- Across five years, Receivables topped out at $6.5 million in Q3 2024 and bottomed at $2.0 million in Q3 2025.
- Historically, Receivables has averaged $3.0 million across 3 years, with a median of $2.6 million in 2025.
- The sharpest annual moves came in 2024 and 2025: Receivables fell 2.26% in 2024, then plunged 69.63% in 2025.
- Over 3 years, Receivables stood at $2.7 million in 2023, then retreated by 2.26% to $2.7 million in 2024, then fell by 15.14% to $2.3 million in 2025.
- According to Business Quant data, Receivables over the past three periods registered $2.3 million, $2.0 million, and $2.2 million for Q4 2025, Q3 2025, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Visa | 654.57 Bn | 597.89 Bn | - | 5.93 Bn |
| 2 | Mastercard | 494.41 Bn | 454.33 Bn | - | 5.05 Bn |
| 3 | Wise | 14.26 Bn | -73.52 Bn | - | - |
| 4 | Remitly Global | 4.52 Bn | 2.18 Bn | 307.34 Mn | - |
| 5 | Western Union | 1.93 Bn | -2.08 Bn | 336.50 Mn | 4.88 Bn |
| 6 | International Money Express | 339.78 Mn | -280.36 Mn | - | 99.74 Mn |
| 7 | Currenc | 184.42 Mn | -42.51 Mn | 3.70 Mn | 2.27 Mn |
| 8 | Sentage Holdings | 4.80 Mn | 4.80 Mn | - | 257,534.00 |
| 9 | American Express | 208.41 Bn | 231.25 Mn | - | - |
| 10 | Capital One Financial | 122.76 Bn | 122.76 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 2.27 Mn |
| Sep 30, 2025 | 1.97 Mn |
| Jun 30, 2025 | 2.15 Mn |
| Mar 31, 2025 | 3.00 Mn |
| Dec 31, 2024 | 2.68 Mn |
| Sep 30, 2024 | 10.30 Mn |
| Dec 31, 2023 | 2.55 Mn |
Currenc Receivables 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=receivables&ticker=CURR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables", "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=receivables&ticker=CURR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();