Currenc (CURR) Net Cash Flow (2022 - 2025)
Currenc's (CURR) quarterly Net Cash Flow came in at $24.5 million in Q4 2025, up 66.31% on a YoY basis from $14.8 million in Q4 2024, and up 376.12% quarter-over-quarter from -$8.9 million in Q3 2025.
Currenc (CURR) Net Cash Flow (2022 - 2025) Analysis & Trends
Currenc (CURR) has reported Net Cash Flow for 4 consecutive years, with $24.5 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Net Cash Flow rose 66.31% year-over-year to $24.5 million; the trailing twelve-month figure through Dec 2025 stood at $11.4 million (up 132.92% YoY), and the FY2025 full-year result was $11.4 million, up 132.92% from the prior year.
- Net Cash Flow rose to $24.5 million in Q4 2025 per CURR's latest filing, from -$8.9 million in the prior quarter.
- Across five years, Net Cash Flow topped out at $24.5 million in Q4 2025 and bottomed at -$10.9 million in Q3 2023.
- Historically, Net Cash Flow has averaged $217238.4 across 4 years, with a median of -$206734.0 in 2022.
- The sharpest annual moves came in 2023 and 2024: Net Cash Flow slumped 3917.6% in 2023, then jumped 481.16% in 2024.
- Over 4 years, Net Cash Flow stood at $2.7 million in 2022, then tumbled by 242.38% to -$3.9 million in 2023, then surged by 481.16% to $14.8 million in 2024, then soared by 66.31% to $24.5 million in 2025.
- According to Business Quant data, Net Cash Flow over the past three periods registered $24.5 million, -$8.9 million, and -$2.7 million for Q4 2025, Q3 2025, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | NCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Visa | 654.57 Bn | 597.89 Bn | - | 172.00 Mn |
| 2 | Mastercard | 494.41 Bn | 454.33 Bn | - | 3.22 Bn |
| 3 | Wise | 14.26 Bn | -73.52 Bn | - | 9.02 Bn |
| 4 | Remitly Global | 4.52 Bn | 2.18 Bn | 307.34 Mn | 28.30 Mn |
| 5 | Western Union | 1.93 Bn | -2.08 Bn | 336.50 Mn | -120.60 Mn |
| 6 | International Money Express | 339.78 Mn | -280.36 Mn | - | -19.80 Mn |
| 7 | Currenc | 184.42 Mn | -42.51 Mn | 3.70 Mn | 24.55 Mn |
| 8 | Sentage Holdings | 4.80 Mn | 4.80 Mn | - | - |
| 9 | American Express | 208.41 Bn | 231.25 Mn | - | -8.51 Bn |
| 10 | Capital One Financial | 122.76 Bn | 122.76 Bn | - | -23.38 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 24.55 Mn |
| Sep 30, 2025 | -8.89 Mn |
| Jun 30, 2025 | -2.68 Mn |
| Mar 31, 2025 | -1.56 Mn |
| Dec 31, 2024 | 14.76 Mn |
| Sep 30, 2024 | -7.84 Mn |
| Jun 30, 2024 | -2.25 Mn |
| Mar 31, 2024 | 238,036.00 |
| Dec 31, 2023 | -3.87 Mn |
| Sep 30, 2023 | -10.91 Mn |
| Jun 30, 2023 | -129,733.00 |
| Mar 31, 2023 | -129,918.00 |
| Dec 31, 2022 | 2.72 Mn |
| Sep 30, 2022 | -271,492.00 |
| Jun 30, 2022 | -141,976.00 |
| Mar 31, 2022 | -109,724.00 |
Currenc Net Cash Flow 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-cash-flow&ticker=CURR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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-cash-flow&ticker=CURR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();