Financial Ratios

The Financial Ratio Object

From the Financial Ratios endpoint, you can retrieve a business's financial ratios at a single point in time since inception.

Data Dependencies

  • Financial ratios are created for monthly, quarterly and yearly timeframes, and have a start and an end date. For a given timeframe and start date, the financial ratios are dependent on the financial statements that exist for that timeframes and up to that startDate (inclusive).
  • Missing dependencies may result in incomplete financial ratios. For example, Railz can not calculate runway for a specific timeframe without a cashflow statement.
  • Financial Ratios will not be available if the connected service provider does not support financial statements. See supported data types for more details.

📘

All financial ratios are part of an array of reports. See Reports data type for more details on the report structure and its meta-data.

FieldTypeDescription
credit
sortable, filterable
objectA set of credit ratios
efficiency
sortable, filterable
objectA set of efficiency ratios
leverage
sortable, filterable
objectA set of leverage ratios
liquidity
sortable, filterable
objectA set of liquidity ratios
profitability
sortable, filterable
objectA set of profitability ratios

Credit Ratios

FieldTypeDescription
distanceToDefault
filterable
decimalDistance to default. Represented as a number.
probabilityOfDefault
filterable
decimalProbability of default. Represented as a percentage.
averageCollectionPeriod
filterable
decimalAverage collection period. Represented as a number of days.

Efficiency Ratios

FieldTypeDescription
assetTurnoverRatio
filterable
decimalAsset turnover. Represented as a number.
accountsReceivableTurnoverRatio
filterable
decimalAccount receivable turnover. Represented as a number.
accountsPayableTurnoverRatio
filterable
decimalAccount payable turnover. Represented as a number.
averageOutstandingPayablesBalance
filterable
decimalAverage outstanding payables balance. Represented as a number.
averageOutstandingReceivablesBalance
filterable
decimalAverage outstanding receivables balance. Represented as a number.
daysPayableOutstanding
filterable
decimalDays payable outstanding. Represented as a number.
daysSalesOutstanding
filterable
decimalDays sales outstanding. Represented as a number.
grossBurnRate
filterable
decimalGross burn rate. Represented as a monetary value.
inventoryTurnoverRatio
filterable
decimalinventory turnover. Represented as a number.
payablesConversionPeriod
filterable
decimalPayables conversion period. Represented as a number of days.

Leverage Ratios

FieldTypeDescription
equityToLTAssets
filterable
decimalEquity / Long-term Material Assets. Represented as a number.
shortDebtToEquityRatio
filterable
decimalShort Term Debt / Equity. Represented as a number.
debtToEquityRatio
filterable
decimalDebt to Equity. Represented as a number.
interestBankLoan
filterable
decimalInterest Charges / Bank Loan. Represented as a percentage.
interestCoverageRatio
filterable
decimalInterest coverage ratio. Represented as a number.
debtToAssetsRatio
filterable
decimalDebt to Asset. Represented as a number.
debtServiceCoverageRatio
filterable
decimalDebt service coverage ratio. Represented as a number.
leverageIndex
filterable
decimalLeverage Index. Represented as a number.

Liquidity Ratios

FieldTypeDescription
quickRatio
filterable
decimalAcid test ratio (quick ratio). Represented as a number.
absoluteLiquidity
filterable
decimalAbsolute liquidity. Represented as a monetary value.
currentRatio
filterable
decimalCurrent ratio. Represented as a number.
grossBurn
filterable
decimalGross burn. Represented as a monetary value.
runway
filterable
decimalRunway. Represented as a number of months.
cashRatio
filterable
decimalCash ratio. Represented as a number.
freeCashflowRatio
filterable
decimalFree cashflow ratio. Represented as a number.
cashFlowCoverageRatio
filterable
decimalcash flow coverage ratio. Represented as a number.

Profitability Ratios

FieldTypeDescription
returnOnAssets
filterable
decimalReturn on Assets - EBITDA calculation (a.k.a Basic earning power). Represented as a number.
ebitda
filterable
decimalEarnings Before Interest, Taxes, Depreciation, and Amortization. Represented as a monetary value.
ebitdaMargin
filterable
decimalEBITDA margin. Represented as a percentage.
workingCapital
filterable
decimalWorking capital. Represented as a monetary value.
freeCashFlow
filterable
decimalFree cash flow. Represented as a monetary value.
grossMargin
filterable
decimalGross margin. Represented as a percentage.
netProfitMargin
filterable
decimalNet profit margin. Represented as a percentage.
operatingMargin
filterable
decimalOperating margin. Represented as a percentage.
returnOnEquity
filterable
decimalReturn on Equity. Represented as a percentage.
revenueConcentrationIndex
filterable
decimalRevenue concentration index (Herfindahl-Hirschman Index - HHI). Represented as a number.
grossMarginIndex
filterable
decimalGross Margin Index. Represented as a number.
salesGrowthIndex
filterable
decimalSales Growth Index. Represented as a number.
sgaExpensesIndex
filterable
decimalSales, General, and Administrative expenses. Represented as a number.
totalAccrualsTotalAssets
filterable
decimalTotal Accruals to Total Assets. Represented as a number.

Reliability Ratios

FieldTypeDescription
daysSalesReceivablesIndex
filterable
decimalDays’ Sales in Receivables Index. Represented as a number.
assetQualityIndex
filterable
decimalAsset Quality Index. Represented as a number.
depreciationIndex
filterable
decimalDepreciation Index. Represented as a number.

How to - User Guide

Step-by-step guide on utilizing this endpoint.