Currenc (CURR) Income from Non-Controlling Interests (2023 - 2025)
Currenc's (CURR) quarterly Income from Non-Controlling Interests came in at -$238236.0 in Q4 2025, up 81.02% on a YoY basis from -$131610.1 in Q4 2024, and down 5.18% quarter-over-quarter from -$226500.0 in Q3 2025.
Currenc (CURR) Income from Non-Controlling Interests (2023 - 2025) Analysis & Trends
Currenc (CURR) has reported Income from Non-Controlling Interests for 3 consecutive years, with -$238236.0 the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Income from Non-Controlling Interests rose 81.02% year-over-year to -$238236.0; the trailing twelve-month figure through Dec 2025 stood at $72426.0 (up 107.29% YoY), and the FY2025 full-year result was $72426.0, up 111.17% from the prior year.
- Income from Non-Controlling Interests fell to -$238236.0 in Q4 2025 per CURR's latest filing, from -$226500.0 in the prior quarter.
- Across five years, Income from Non-Controlling Interests topped out at $424602.0 in Q4 2023 and bottomed at -$1.3 million in Q4 2024.
- Historically, Income from Non-Controlling Interests has averaged -$48122.4 across 3 years, with a median of $37876.0 in 2023.
- The sharpest annual moves came in 2024 and 2025: Income from Non-Controlling Interests surged 294.05% in 2024, then sank 474.88% in 2025.
- Over 3 years, Income from Non-Controlling Interests stood at $424602.0 in 2023, then tumbled by 395.56% to -$1.3 million in 2024, then surged by 81.02% to -$238236.0 in 2025.
- According to Business Quant data, Income from Non-Controlling Interests over the past three periods registered -$238236.0, -$226500.0, and $309093.0 for Q4 2025, Q3 2025, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Visa | 654.57 Bn | 597.89 Bn | - | - |
| 2 | Mastercard | 494.41 Bn | 454.33 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 | - |
| 6 | International Money Express | 339.78 Mn | -280.36 Mn | - | - |
| 7 | Currenc | 184.42 Mn | -42.51 Mn | 3.70 Mn | -357,110.00 |
| 8 | Sentage Holdings | 4.80 Mn | 4.80 Mn | - | - |
| 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 | -357,110.00 |
| Sep 30, 2025 | -226,950.00 |
| Jun 30, 2025 | 309,093.00 |
| Mar 31, 2025 | 187,000.00 |
| Dec 31, 2024 | -1.20 Mn |
| Sep 30, 2024 | 18,291.00 |
| Jun 30, 2024 | -206,839.00 |
| Mar 31, 2024 | 403,056.00 |
| Dec 31, 2023 | 424,602.00 |
| Sep 30, 2023 | 15,333.00 |
Currenc Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=CURR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=CURR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();