Currenc (CURR) Free Cash Flow (2022 - 2025)
Currenc's (CURR) quarterly Free Cash Flow came in at $20.3 million in Q4 2025, up 34.04% on a YoY basis from $15.1 million in Q4 2024, and up 331.22% quarter-over-quarter from -$8.8 million in Q3 2025.
Currenc (CURR) Free Cash Flow (2022 - 2025) Analysis & Trends
Currenc (CURR) has reported Free Cash Flow for 4 consecutive years, with $20.3 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Free Cash Flow rose 34.04% year-over-year to $20.3 million; the trailing twelve-month figure through Dec 2025 stood at $8.2 million (up 123.73% YoY), and the FY2025 full-year result was $8.3 million, up 107.18% from the prior year.
- Free Cash Flow improved to $20.3 million in Q4 2025 per CURR's latest filing, from -$8.8 million in the prior quarter.
- Across five years, Free Cash Flow topped out at $20.3 million in Q4 2025 and bottomed at -$10.5 million in Q3 2023.
- Historically, Free Cash Flow has averaged -$264330.2 across 4 years, with a median of -$252508.0 in 2022.
- The sharpest annual moves came in 2023 and 2024: Free Cash Flow tumbled 3771.24% in 2023, then soared 440.44% in 2024.
- Over 4 years, Free Cash Flow stood at -$233524.0 in 2022, then plunged by 1802.05% to -$4.4 million in 2023, then jumped by 440.44% to $15.1 million in 2024, then surged by 34.04% to $20.3 million in 2025.
- According to Business Quant data, Free Cash Flow over the past three periods registered $20.3 million, -$8.8 million, and -$1.7 million for Q4 2025, Q3 2025, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Visa | 654.57 Bn | 597.89 Bn | - | 6.14 Bn |
| 2 | Mastercard | 494.41 Bn | 454.33 Bn | - | 3.48 Bn |
| 3 | Wise | 14.26 Bn | -73.52 Bn | - | 7.57 Bn |
| 4 | Remitly Global | 4.52 Bn | 2.18 Bn | 307.34 Mn | 133.44 Mn |
| 5 | Western Union | 1.93 Bn | -2.08 Bn | 336.50 Mn | 94.60 Mn |
| 6 | International Money Express | 339.78 Mn | -280.36 Mn | - | 107.23 Mn |
| 7 | Currenc | 184.42 Mn | -42.51 Mn | 3.70 Mn | 20.27 Mn |
| 8 | Sentage Holdings | 4.80 Mn | 4.80 Mn | - | - |
| 9 | American Express | 208.41 Bn | 231.25 Mn | - | 4.47 Bn |
| 10 | Capital One Financial | 122.76 Bn | 122.76 Bn | - | 8.08 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 20.27 Mn |
| Sep 30, 2025 | -8.77 Mn |
| Jun 30, 2025 | -1.66 Mn |
| Mar 31, 2025 | -1.68 Mn |
| Dec 31, 2024 | 15.12 Mn |
| Sep 30, 2024 | -9.62 Mn |
| Jun 30, 2024 | -1.62 Mn |
| Mar 31, 2024 | -233,030.00 |
| Dec 31, 2023 | -4.44 Mn |
| Sep 30, 2023 | -10.51 Mn |
| Jun 30, 2023 | -204,733.00 |
| Mar 31, 2023 | -129,918.00 |
| Dec 31, 2022 | -233,524.00 |
| Sep 30, 2022 | -271,492.00 |
| Jun 30, 2022 | -141,976.00 |
| Mar 31, 2022 | -109,724.00 |
Currenc Free 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=free-cash-flow&ticker=CURR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-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=free-cash-flow&ticker=CURR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();