financial ratio api
Financial analysis used to require expensive software or a spreadsheet full of formulas. This API does it in one API call. Send your financial data — revenue, costs, assets, liabilities — and get back every applicable ratio instantly, each with its calculated value, unit of measurement, formula, and a plain-English interpretation telling you whether the result is excellent, good, average, or a…
financial ratio api endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
receivables_turnover /v1/efficiency/receivables-turnover |
How quickly customers pay. Returns turnover ratio and Days Sales Outstanding (DSO) — average days to collect payment. |
| POST |
inventory_turnover /v1/efficiency/inventory-turnover |
How many times inventory is sold per year. Also returns days-on-hand (how long stock sits before selling). |
| POST |
payables_turnover /v1/efficiency/payables-turnover |
How quickly a company pays its suppliers. Returns turnover ratio and Days Payable Outstanding (DPO). |
| POST |
quick_ratio /v1/liquidity/quick-ratio |
Like current ratio but excludes inventory — a stricter measure of short-term liquidity. |
| POST |
asset_turnover /v1/efficiency/asset-turnover |
Revenue generated per dollar of assets. Measures how efficiently assets are used. |
| POST |
current_ratio /v1/liquidity/current-ratio |
Measures ability to cover short-term liabilities with short-term assets. Below 1x means the company cannot cover its current debts. |
| POST |
interest_coverage /v1/leverage/interest-coverage |
How many times EBIT covers interest payments. Below 1.5x signals risk of default. |
| POST |
full_analysis /v1/analyze |
The star endpoint. Send your full financial data and get back every applicable ratio at once, grouped by category: profitability, liquidity, leverage, efficiency, valuation, and… |
| POST |
roa /v1/profitability/roa |
How efficiently a company uses its assets to generate profit. |
| POST |
roi /v1/profitability/roi |
Net profit as a percentage of the total investment cost. |
| POST |
roe /v1/profitability/roe |
How much profit is generated for each dollar of shareholder equity. |
| POST |
ebitda_margin /v1/profitability/ebitda-margin |
Earnings Before Interest, Tax, Depreciation & Amortization as a percentage of revenue. Industry-standard proxy for operating cash flow. |
| POST |
operating_margin /v1/profitability/operating-margin |
Profit from operations as a percentage of revenue, before interest and taxes. |
| POST |
debt_to_assets /v1/leverage/debt-to-assets |
Proportion of assets financed by debt. Above 0.6 means more than half the assets are debt-funded. |
| POST |
cash_ratio /v1/liquidity/cash-ratio |
Most conservative liquidity measure — only cash vs current liabilities. |
| POST |
magic_number /v1/startup/magic-number |
Measures sales efficiency: how much new ARR is generated per dollar of sales & marketing spend. Above 1x means invest aggressively in growth. |
| POST |
gross_margin /v1/profitability/gross-margin |
Calculate gross profit margin: how much revenue remains after covering cost of goods sold. |
| POST |
runway /v1/startup/runway |
How many months of cash remain at the current burn rate. Critical metric for fundraising decisions. |
| POST |
debt_to_equity /v1/leverage/debt-to-equity |
How much debt a company uses relative to equity. High ratio means higher financial risk. |
| POST |
ltv_cac /v1/startup/ltv-cac |
Customer Lifetime Value divided by Customer Acquisition Cost. The single most important unit economics metric. Healthy ratio is 3:1 or higher. |
| GET |
health_check /health |
Returns API health status. Required by RapidAPI. |
| POST |
ev_ebitda /v1/valuation/ev-ebitda |
Enterprise Value relative to EBITDA. Key metric used in M&A and company valuation. Below 6x is generally considered cheap. |
| POST |
revenue_growth /v1/startup/revenue-growth |
Period-over-period revenue growth as a percentage. Works for MoM, QoQ, or YoY comparisons. |
| POST |
ps_ratio /v1/valuation/ps-ratio |
Market cap relative to revenue. Popular for early-stage or unprofitable companies where P/E doesn't apply. |
| POST |
burn_rate /v1/startup/burn-rate |
How much cash a startup spends per month. Returns both gross burn (total expenses) and net burn (expenses minus revenue). |
| POST |
net_profit_margin /v1/profitability/net-profit-margin |
Percentage of revenue remaining as profit after all expenses. |
| POST |
cac /v1/startup/cac |
Average cost to acquire one new customer. Compare against LTV for unit economics health check. |
| POST |
pe_ratio /v1/valuation/pe-ratio |
How much investors pay per dollar of earnings. High P/E = growth premium. Low P/E = value stock or slow growth. |
| POST |
pb_ratio /v1/valuation/pb-ratio |
Share price relative to book value. Below 1x may indicate undervaluation. |
financial ratio api pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $9.99 / month | 20 / minute |
|
| ULTRA Recommended | $24.99 / month | 60 / minute |
|
| MEGA | $49.99 / month | 150 / minute |
|