Currenc (CURR) Interest Coverage Ratio (2023 - 2025)
Currenc's (CURR) quarterly Interest Coverage Ratio came in at 1.26 in Q4 2025, up 140.38% on a YoY basis from 0.52 in Q4 2024, and up 113.82% quarter-over-quarter from 9.11 in Q3 2025.
Currenc (CURR) Interest Coverage Ratio (2023 - 2025) Analysis & Trends
Currenc (CURR) has reported Interest Coverage Ratio for 3 consecutive years, with 1.26 the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Interest Coverage Ratio rose 140.38% year-over-year to 1.26; the trailing twelve-month figure through Dec 2025 stood at 2.14 (up 70.66% YoY), and the FY2025 full-year result was 2.14, down 32.0% from the prior year.
- Interest Coverage Ratio climbed to 1.26 in Q4 2025 per CURR's latest filing, from 9.11 in the prior quarter.
- Across five years, Interest Coverage Ratio topped out at 4.07 in Q2 2025 and bottomed at 9.11 in Q3 2025.
- Historically, Interest Coverage Ratio has averaged 0.56 across 3 years, with a median of 0.11 in 2024.
- The widest YoY moves for Interest Coverage Ratio: up 664.5% in 2025, down 329.7% in 2025.
- Over 3 years, Interest Coverage Ratio stood at 0.3 in 2023, then jumped by 275.05% to 0.52 in 2024, then surged by 140.38% to 1.26 in 2025.
- According to Business Quant data, Interest Coverage Ratio over the past three periods registered 1.26, 9.11, and 4.07 for Q4 2025, Q3 2025, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Visa | 654.57 Bn | 597.89 Bn | - | 35.45 |
| 2 | Mastercard | 494.41 Bn | 454.33 Bn | - | 25.63 |
| 3 | Wise | 14.26 Bn | -73.52 Bn | - | - |
| 4 | Remitly Global | 4.52 Bn | 2.18 Bn | 307.34 Mn | 21.16 |
| 5 | Western Union | 1.93 Bn | -2.08 Bn | 336.50 Mn | 3.34 |
| 6 | International Money Express | 339.78 Mn | -280.36 Mn | - | 3.77 |
| 7 | Currenc | 184.42 Mn | -42.51 Mn | 3.70 Mn | -1.20 |
| 8 | Sentage Holdings | 4.80 Mn | 4.80 Mn | - | - |
| 9 | American Express | 208.41 Bn | 231.25 Mn | - | 3.08 |
| 10 | Capital One Financial | 122.76 Bn | 122.76 Bn | - | 1.95 |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -1.20 |
| Sep 30, 2025 | 47.82 |
| Jun 30, 2025 | -4.62 |
| Mar 31, 2025 | -3.97 |
| Dec 31, 2024 | -0.54 |
| Sep 30, 2024 | -4.13 |
| Jun 30, 2024 | -0.54 |
| Mar 31, 2024 | -1.08 |
| Dec 31, 2023 | -0.30 |
| Sep 30, 2023 | -1.55 |
Currenc Interest Coverage 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=interest-coverage-ratio&ticker=CURR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-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=interest-coverage-ratio&ticker=CURR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();