Currenc reported a gross margin of 42.74% and a net margin of -138.05% for the quarter ended Dec 2025. These financial ratios cover 16 quarters of results from Mar 2022 through Dec 2025, standardized by Business Quant from the company’s SEC filings.
| Ratios | Mar2022 | Jun2022 | Sep2022 | Dec2022 | Mar2023 | Jun2023 | Sep2023 | Dec2023 | Mar2024 | Jun2024 | Sep2024 | Dec2024 | Mar2025 | Jun2025 | Sep2025 | Dec2025 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Profitability | ||||||||||||||||
| Gross Margin | 32.50% | 31.05% | 33.63% | 34.50% | 27.84% | 29.39% | 31.84% | 37.20% | 50.76% | 42.74% | ||||||
| EBT Margin | -28.18% | -29.23% | -19.55% | -32.14% | -175.85% | -245.95% | -44.14% | -56.35% | 29.91% | -140.05% | ||||||
| EBIT Margin | -18.18% | -7.55% | -10.84% | -12.26% | -141.48% | -78.40% | -42.97% | -49.87% | 45.76% | -46.55% | ||||||
| EBITDA Margin | 0.31% | -3.41% | -4.31% | -134.76% | -77.45% | -37.91% | -43.96% | 50.61% | -40.67% | |||||||
| Operating Margin | -18.18% | -7.55% | -10.84% | -12.26% | -141.48% | -78.40% | -42.97% | -49.87% | 45.76% | -46.55% | ||||||
| Net Margin | -30.07% | -32.92% | -23.16% | 1.58% | -176.61% | -250.03% | -46.49% | -56.98% | 30.20% | -138.05% | ||||||
| FCF Margin | -82.52% | -33.26% | -1.78% | -14.73% | -85.42% | 136.66% | -16.66% | -19.09% | -84.34% | 234.30% | ||||||
| Efficiency | ||||||||||||||||
| Assets AverageAssets Avg. | 204.50M | 204.36M | 204.61M | 207.08M | 155.64M | 102.96M | 92.98M | 111.76M | 98.00M | 54.99M | 85.22M | 109.82M | 107.72M | 102.65M | 90.70M | 100.46M |
| Equity AverageEquity Avg. | -4.67M | -5.54M | -6.74M | -16.02M | -26.11M | -29.23M | -32.88M | -36.97M | -40.28M | -43.44M | -46.21M | -44.36M | -55.07M | -50.60M | -4.07M | 21.66M |
| Invested CapitalInvested Cap. | -9.80M | -26.82M | -17.92M | -44.58M | -12.18M | 38.82M | 30.58M | |||||||||
| Asset Utilization RatioAsset Util. | 0.91 | 0.57 | 0.42 | 0.40 | 0.40 | 0.44 | 0.38 | |||||||||
| Leverage & Solvency | ||||||||||||||||
| Interest Coverage RatioInterest Cover | -1.55 | -0.30 | -1.08 | -0.54 | -4.13 | -0.54 | -3.97 | -4.62 | 47.82 | -1.20 | ||||||
| Debt Ratio | 0.21 | 0.18 | 0.23 | 0.21 | 0.22 | 0.16 | 0.10 | |||||||||
| Times Interest Earned | -1.55 | -0.30 | -1.08 | -0.54 | -4.13 | -0.54 | -3.97 | -4.62 | 47.82 | -1.20 | ||||||
| Valuation | ||||||||||||||||
| Price to SalesP/S | 1.96 | 1.48 | 1.23 | 0.70 | 1.48 | 2.91 | ||||||||||
| Price to BookP/B | 2.41 | 5.90 | ||||||||||||||
| Enterprise Value | 70.52M | 29.10M | 15.53M | -6.77M | 33.12M | 55.72M | ||||||||||
| Market Capitalization | 95.41M | 68.69M | 53.42M | 28.65M | 59.43M | 110.04M | ||||||||||
| Price to FCFP/FCF | 18.82 | 24.20 | 13.23 | 19.70 | 13.48 | |||||||||||
| EV to FCF | 7.98 | 7.04 | -3.13 | 10.98 | 6.82 | |||||||||||
| EV to CFO | 8.44 | 7.15 | -3.63 | 12.19 | 7.09 | |||||||||||
| Return Ratios | ||||||||||||||||
| Return on Sales [ROS]ROS | -18.18% | -7.55% | -10.84% | -12.26% | -141.48% | -78.40% | -42.97% | -49.87% | 45.76% | -46.55% | ||||||
| Return on Capital Employed [ROCE]ROCE | -1.98% | -2.75% | -3.46% | -5.22% | -5.63% | -12.29% | -43.14% | -77.84% | ||||||||
| Return on Invested Capital [ROIC]ROIC | -92.30% | -22.69% | ||||||||||||||
| Return on Assets [ROA]ROA | -1.95% | -4.43% | -8.68% | -12.51% | -12.90% | -13.99% | -25.50% | -17.87% | -35.32% | -37.74% | -40.93% | -37.39% | -18.25% | |||
| Return on Equity [ROE]ROE | -84.62% |
Pull Currenc's standardized financial statements into your own models, spreadsheets and apps with the Business Quant Financial Statements API. The request below follows the statement, frequency and period selected above. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/statements?ticker=CURR&statement=Ratios&frequency=Quarter&period=all&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/statements"
params = {"ticker": "CURR", "statement": "Ratios", "frequency": "Quarter", "period": "all", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/statements?ticker=CURR&statement=Ratios&frequency=Quarter&period=all&api_key=YOUR_API_KEY");
const data = await res.json();