Currenc (CURR) Debt Ratio (2023 - 2025)
Currenc's (CURR) quarterly Debt Ratio came in at 0.1 in Q4 2025, down 54.05% on a YoY basis from 0.23 in Q4 2024, and down 35.78% quarter-over-quarter from 0.16 in Q3 2025.
Currenc (CURR) Debt Ratio (2023 - 2025) Analysis & Trends
Currenc (CURR) has reported Debt Ratio for 4 consecutive years, with 0.1 the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Debt Ratio fell 54.05% year-over-year to 0.1; the trailing twelve-month figure through Dec 2025 stood at 0.1 (down 54.05% YoY), and the FY2025 full-year result was 0.1, down 54.05% from the prior year.
- Debt Ratio eased to 0.1 in Q4 2025 per CURR's latest filing, from 0.16 in the prior quarter.
- Across five years, Debt Ratio topped out at 0.23 in Q4 2024 and bottomed at 0.0 in Q3 2022.
- Historically, Debt Ratio has averaged 0.15 across 4 years, with a median of 0.18 in 2024.
- The sharpest annual moves came in 2023 and 2025: Debt Ratio jumped 65084.87% in 2023, then slumped 54.05% in 2025.
- Over 4 years, Debt Ratio stood at 0.0 in 2022, then surged by 65084.87% to 0.21 in 2023, then increased by 9.79% to 0.23 in 2024, then plunged by 54.05% to 0.1 in 2025.
- According to Business Quant data, Debt Ratio over the past three periods registered 0.1, 0.16, and 0.22 for Q4 2025, Q3 2025, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Debt Ratio (Qtr) |
|---|---|---|---|---|---|
| 1 | Visa | 654.57 Bn | 597.89 Bn | - | 0.25 |
| 2 | Mastercard | 494.41 Bn | 454.33 Bn | - | 0.43 |
| 3 | Wise | 14.26 Bn | -73.52 Bn | - | - |
| 4 | Remitly Global | 4.52 Bn | 2.18 Bn | 307.34 Mn | 0.00 |
| 5 | Western Union | 1.93 Bn | -2.08 Bn | 336.50 Mn | - |
| 6 | International Money Express | 339.78 Mn | -280.36 Mn | - | 0.25 |
| 7 | Currenc | 184.42 Mn | -42.51 Mn | 3.70 Mn | 0.10 |
| 8 | Sentage Holdings | 4.80 Mn | 4.80 Mn | - | - |
| 9 | American Express | 208.41 Bn | 231.25 Mn | - | 0.01 |
| 10 | Capital One Financial | 122.76 Bn | 122.76 Bn | - | 0.05 |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 0.10 |
| Sep 30, 2025 | 0.16 |
| Jun 30, 2025 | 0.22 |
| Mar 31, 2025 | 0.21 |
| Dec 31, 2024 | 0.23 |
| Sep 30, 2024 | 0.18 |
| Dec 31, 2023 | 0.21 |
Currenc Debt Ratio 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=debt-ratio&ticker=CURR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "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=debt-ratio&ticker=CURR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();