Currenc (CURR) Cash from Investing Activities (2023 - 2025)
Currenc's (CURR) quarterly Cash from Investing Activities came in at -$115107.0 in Q4 2025, up 42.39% on a YoY basis from -$80838.2 in Q4 2024, and down 81.75% quarter-over-quarter from -$63334.0 in Q3 2025.
Currenc (CURR) Cash from Investing Activities (2023 - 2025) Analysis & Trends
Currenc (CURR) has reported Cash from Investing Activities for 3 consecutive years, with -$115107.0 the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Cash from Investing Activities rose 42.39% year-over-year to -$115107.0; the trailing twelve-month figure through Dec 2025 stood at -$478438.0 (up 15.33% YoY), and the FY2025 full-year result was -$478438.0, up 15.33% from the prior year.
- Cash from Investing Activities fell to -$115107.0 in Q4 2025 per CURR's latest filing, from -$63334.0 in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $108.7 million in Q1 2023 and bottomed at -$108.0 million in Q3 2023.
- Historically, Cash from Investing Activities has averaged $33445.9 across 3 years, with a median of -$140605.5 in 2024.
- The sharpest annual moves came in 2024 and 2025: Cash from Investing Activities soared 99.85% in 2024, then slumped 1647.79% in 2025.
- Over 3 years, Cash from Investing Activities stood at $1.6 million in 2023, then plunged by 112.34% to -$199810.0 in 2024, then surged by 42.39% to -$115107.0 in 2025.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered -$115107.0, -$63334.0, and -$99997.0 for Q4 2025, Q3 2025, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Visa | 654.57 Bn | 597.89 Bn | - | -238.00 Mn |
| 2 | Mastercard | 494.41 Bn | 454.33 Bn | - | -517.00 Mn |
| 3 | Wise | 14.26 Bn | -73.52 Bn | - | 1.74 Bn |
| 4 | Remitly Global | 4.52 Bn | 2.18 Bn | 307.34 Mn | -6.57 Mn |
| 5 | Western Union | 1.93 Bn | -2.08 Bn | 336.50 Mn | -69.60 Mn |
| 6 | International Money Express | 339.78 Mn | -280.36 Mn | - | -5.49 Mn |
| 7 | Currenc | 184.42 Mn | -42.51 Mn | 3.70 Mn | -115,107.00 |
| 8 | Sentage Holdings | 4.80 Mn | 4.80 Mn | - | - |
| 9 | American Express | 208.41 Bn | 231.25 Mn | - | -8.98 Bn |
| 10 | Capital One Financial | 122.76 Bn | 122.76 Bn | - | -16.49 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -115,107.00 |
| Sep 30, 2025 | -63,334.00 |
| Jun 30, 2025 | -99,997.00 |
| Mar 31, 2025 | -200,000.00 |
| Dec 31, 2024 | -199,810.00 |
| Sep 30, 2024 | -166,104.00 |
| Jun 30, 2024 | -187,677.00 |
| Mar 31, 2024 | -11,443.00 |
| Dec 31, 2023 | 1.62 Mn |
| Sep 30, 2023 | -108.03 Mn |
| Jun 30, 2023 | -870,000.00 |
| Mar 31, 2023 | 108.73 Mn |
Currenc Cash from Investing Activities 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=cash-from-investing-activities&ticker=CURR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=CURR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();