Currenc (CURR) Retained Earnings (2021 - 2025)
Currenc's (CURR) quarterly Retained Earnings came in at -$150.0 million in Q4 2025, down 14.01% on a YoY basis from -$174.4 million in Q4 2024, and down 8.71% quarter-over-quarter from -$137.9 million in Q3 2025.
Currenc (CURR) Retained Earnings (2021 - 2025) Analysis & Trends
Currenc (CURR) has reported Retained Earnings for 5 consecutive years, with -$150.0 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Retained Earnings fell 14.01% year-over-year to -$150.0 million; the trailing twelve-month figure through Dec 2025 stood at -$150.0 million (down 14.01% YoY), and the FY2025 full-year result was -$150.0 million, down 14.01% from the prior year.
- Retained Earnings eased to -$150.0 million in Q4 2025 per CURR's latest filing, from -$137.9 million in the prior quarter.
- Across five years, Retained Earnings topped out at -$4.4 million in Q4 2021 and bottomed at -$150.0 million in Q4 2025.
- Historically, Retained Earnings has averaged -$57.3 million across 5 years, with a median of -$10.9 million in 2024.
- The widest YoY moves for Retained Earnings: up 14.01% in 2025, down 1152.32% in 2025.
- Over 5 years, Retained Earnings stood at -$4.4 million in 2021, then sank by 91.07% to -$8.5 million in 2022, then sank by 984.66% to -$92.1 million in 2023, then tumbled by 42.84% to -$131.5 million in 2024, then dropped by 14.01% to -$150.0 million in 2025.
- According to Business Quant data, Retained Earnings over the past three periods registered -$150.0 million, -$137.9 million, and -$140.9 million for Q4 2025, Q3 2025, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Visa | 654.57 Bn | 597.89 Bn | - | 12.75 Bn |
| 2 | Mastercard | 494.41 Bn | 454.33 Bn | - | 91.77 Bn |
| 3 | Wise | 14.26 Bn | -73.52 Bn | - | - |
| 4 | Remitly Global | 4.52 Bn | 2.18 Bn | 307.34 Mn | -205.39 Mn |
| 5 | Western Union | 1.93 Bn | -2.08 Bn | 336.50 Mn | -83.80 Mn |
| 6 | International Money Express | 339.78 Mn | -280.36 Mn | - | 294.86 Mn |
| 7 | Currenc | 184.42 Mn | -42.51 Mn | 3.70 Mn | -149.95 Mn |
| 8 | Sentage Holdings | 4.80 Mn | 4.80 Mn | - | -47.65 Mn |
| 9 | American Express | 208.41 Bn | 231.25 Mn | - | 26.38 Bn |
| 10 | Capital One Financial | 122.76 Bn | 122.76 Bn | - | 69.25 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -149.95 Mn |
| Sep 30, 2025 | -137.94 Mn |
| Jun 30, 2025 | -140.85 Mn |
| Mar 31, 2025 | -136.20 Mn |
| Dec 31, 2024 | -131.52 Mn |
| Sep 30, 2024 | -103.86 Mn |
| Jun 30, 2024 | -11.41 Mn |
| Mar 31, 2024 | -10.88 Mn |
| Dec 31, 2023 | -92.08 Mn |
| Sep 30, 2023 | -10.17 Mn |
| Jun 30, 2023 | -9.62 Mn |
| Mar 31, 2023 | -9.12 Mn |
| Dec 31, 2022 | -8.49 Mn |
| Sep 30, 2022 | -7.30 Mn |
| Jun 30, 2022 | -6.19 Mn |
| Mar 31, 2022 | -4.91 Mn |
| Dec 31, 2021 | -4.44 Mn |
Currenc Retained Earnings 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=retained-earnings&ticker=CURR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=CURR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();