GET
/
fundamentals
/
operationRatios
Returns the operation ratios.
curl --request GET \
  --url https://api.benzinga.com/api/v2.1/fundamentals/operationRatios
{
  "result": [
    {
      "company": {
        "primarySymbol": "string",
        "primaryExchange": "string",
        "cik": "string",
        "valoren": "string",
        "sedol": "string",
        "standardName": "string"
      },
      "operationRatios": {
        "3M": {
          "period": "string",
          "fiscalYearEnd": "string",
          "reportType": "string",
          "assetsTurnover": "number (float)",
          "capExSalesRatio": "number (float)",
          "cashConversionCycle": "number (float)",
          "daysInInventory": "number (float)",
          "daysInPayment": "number (float)",
          "daysInSales": "number (float)",
          "EBITDAMargin": "number (float)",
          "EBITMargin": "number (float)",
          "FCFNetIncomeRatio": "number (float)",
          "FCFSalesRatio": "number (float)",
          "fixAssetTurnover": "number (float)",
          "grossMargin": "number (float)",
          "interestCoverage": "number (float)",
          "netIncomeContOpsGrowth": "number (float)",
          "netIncomeGrowth": "number (float)",
          "netMargin": "number (float)",
          "normalizedNetProfitMargin": "number (float)",
          "operationIncomeGrowth": "number (float)",
          "operationMargin": "number (float)",
          "operationRevenueGrowth3MonthAvg": "number (float)",
          "pretaxMargin": "number (float)",
          "quickRatio": "number (float)",
          "ROA": "number (float)",
          "ROE": "number (float)",
          "ROIC": "number (float)",
          "receivableTurnover": "number (float)",
          "revenueGrowth": "number (float)",
          "salesPerEmployee": "number (float)",
          "taxRate": "number (float)",
          "totalDebtEquityRatio": "number (float)"
        },
        "6M": {
          "period": "string",
          "fiscalYearEnd": "string",
          "reportType": "string",
          "assetsTurnover": "number (float)",
          "capExSalesRatio": "number (float)",
          "cashConversionCycle": "number (float)",
          "daysInInventory": "number (float)",
          "daysInPayment": "number (float)",
          "daysInSales": "number (float)",
          "EBITDAMargin": "number (float)",
          "EBITMargin": "number (float)",
          "FCFNetIncomeRatio": "number (float)",
          "FCFSalesRatio": "number (float)",
          "fixAssetTurnover": "number (float)",
          "grossMargin": "number (float)",
          "interestCoverage": "number (float)",
          "netIncomeContOpsGrowth": "number (float)",
          "netIncomeGrowth": "number (float)",
          "netMargin": "number (float)",
          "normalizedNetProfitMargin": "number (float)",
          "operationIncomeGrowth": "number (float)",
          "operationMargin": "number (float)",
          "operationRevenueGrowth3MonthAvg": "number (float)",
          "pretaxMargin": "number (float)",
          "quickRatio": "number (float)",
          "ROA": "number (float)",
          "ROE": "number (float)",
          "ROIC": "number (float)",
          "receivableTurnover": "number (float)",
          "revenueGrowth": "number (float)",
          "salesPerEmployee": "number (float)",
          "taxRate": "number (float)",
          "totalDebtEquityRatio": "number (float)"
        },
        "9M": {
          "period": "string",
          "fiscalYearEnd": "string",
          "reportType": "string",
          "assetsTurnover": "number (float)",
          "capExSalesRatio": "number (float)",
          "cashConversionCycle": "number (float)",
          "daysInInventory": "number (float)",
          "daysInPayment": "number (float)",
          "daysInSales": "number (float)",
          "EBITDAMargin": "number (float)",
          "EBITMargin": "number (float)",
          "FCFNetIncomeRatio": "number (float)",
          "FCFSalesRatio": "number (float)",
          "fixAssetTurnover": "number (float)",
          "grossMargin": "number (float)",
          "interestCoverage": "number (float)",
          "netIncomeContOpsGrowth": "number (float)",
          "netIncomeGrowth": "number (float)",
          "netMargin": "number (float)",
          "normalizedNetProfitMargin": "number (float)",
          "operationIncomeGrowth": "number (float)",
          "operationMargin": "number (float)",
          "operationRevenueGrowth3MonthAvg": "number (float)",
          "pretaxMargin": "number (float)",
          "quickRatio": "number (float)",
          "ROA": "number (float)",
          "ROE": "number (float)",
          "ROIC": "number (float)",
          "receivableTurnover": "number (float)",
          "revenueGrowth": "number (float)",
          "salesPerEmployee": "number (float)",
          "taxRate": "number (float)",
          "totalDebtEquityRatio": "number (float)"
        },
        "1Y": {
          "period": "string",
          "fiscalYearEnd": "string",
          "reportType": "string",
          "assetsTurnover": "number (float)",
          "capExSalesRatio": "number (float)",
          "cashConversionCycle": "number (float)",
          "daysInInventory": "number (float)",
          "daysInPayment": "number (float)",
          "daysInSales": "number (float)",
          "EBITDAMargin": "number (float)",
          "EBITMargin": "number (float)",
          "FCFNetIncomeRatio": "number (float)",
          "FCFSalesRatio": "number (float)",
          "fixAssetTurnover": "number (float)",
          "grossMargin": "number (float)",
          "interestCoverage": "number (float)",
          "netIncomeContOpsGrowth": "number (float)",
          "netIncomeGrowth": "number (float)",
          "netMargin": "number (float)",
          "normalizedNetProfitMargin": "number (float)",
          "operationIncomeGrowth": "number (float)",
          "operationMargin": "number (float)",
          "operationRevenueGrowth3MonthAvg": "number (float)",
          "pretaxMargin": "number (float)",
          "quickRatio": "number (float)",
          "ROA": "number (float)",
          "ROE": "number (float)",
          "ROIC": "number (float)",
          "receivableTurnover": "number (float)",
          "revenueGrowth": "number (float)",
          "salesPerEmployee": "number (float)",
          "taxRate": "number (float)",
          "totalDebtEquityRatio": "number (float)"
        }
      }
    }
  ]
}
{
  "result": [
    {
      "company": {
        "primarySymbol": "string",
        "primaryExchange": "string",
        "cik": "string",
        "valoren": "string",
        "sedol": "string",
        "standardName": "string"
      },
      "operationRatios": {
        "3M": {
          "period": "string",
          "fiscalYearEnd": "string",
          "reportType": "string",
          "assetsTurnover": "number (float)",
          "capExSalesRatio": "number (float)",
          "cashConversionCycle": "number (float)",
          "daysInInventory": "number (float)",
          "daysInPayment": "number (float)",
          "daysInSales": "number (float)",
          "EBITDAMargin": "number (float)",
          "EBITMargin": "number (float)",
          "FCFNetIncomeRatio": "number (float)",
          "FCFSalesRatio": "number (float)",
          "fixAssetTurnover": "number (float)",
          "grossMargin": "number (float)",
          "interestCoverage": "number (float)",
          "netIncomeContOpsGrowth": "number (float)",
          "netIncomeGrowth": "number (float)",
          "netMargin": "number (float)",
          "normalizedNetProfitMargin": "number (float)",
          "operationIncomeGrowth": "number (float)",
          "operationMargin": "number (float)",
          "operationRevenueGrowth3MonthAvg": "number (float)",
          "pretaxMargin": "number (float)",
          "quickRatio": "number (float)",
          "ROA": "number (float)",
          "ROE": "number (float)",
          "ROIC": "number (float)",
          "receivableTurnover": "number (float)",
          "revenueGrowth": "number (float)",
          "salesPerEmployee": "number (float)",
          "taxRate": "number (float)",
          "totalDebtEquityRatio": "number (float)"
        },
        "6M": {
          "period": "string",
          "fiscalYearEnd": "string",
          "reportType": "string",
          "assetsTurnover": "number (float)",
          "capExSalesRatio": "number (float)",
          "cashConversionCycle": "number (float)",
          "daysInInventory": "number (float)",
          "daysInPayment": "number (float)",
          "daysInSales": "number (float)",
          "EBITDAMargin": "number (float)",
          "EBITMargin": "number (float)",
          "FCFNetIncomeRatio": "number (float)",
          "FCFSalesRatio": "number (float)",
          "fixAssetTurnover": "number (float)",
          "grossMargin": "number (float)",
          "interestCoverage": "number (float)",
          "netIncomeContOpsGrowth": "number (float)",
          "netIncomeGrowth": "number (float)",
          "netMargin": "number (float)",
          "normalizedNetProfitMargin": "number (float)",
          "operationIncomeGrowth": "number (float)",
          "operationMargin": "number (float)",
          "operationRevenueGrowth3MonthAvg": "number (float)",
          "pretaxMargin": "number (float)",
          "quickRatio": "number (float)",
          "ROA": "number (float)",
          "ROE": "number (float)",
          "ROIC": "number (float)",
          "receivableTurnover": "number (float)",
          "revenueGrowth": "number (float)",
          "salesPerEmployee": "number (float)",
          "taxRate": "number (float)",
          "totalDebtEquityRatio": "number (float)"
        },
        "9M": {
          "period": "string",
          "fiscalYearEnd": "string",
          "reportType": "string",
          "assetsTurnover": "number (float)",
          "capExSalesRatio": "number (float)",
          "cashConversionCycle": "number (float)",
          "daysInInventory": "number (float)",
          "daysInPayment": "number (float)",
          "daysInSales": "number (float)",
          "EBITDAMargin": "number (float)",
          "EBITMargin": "number (float)",
          "FCFNetIncomeRatio": "number (float)",
          "FCFSalesRatio": "number (float)",
          "fixAssetTurnover": "number (float)",
          "grossMargin": "number (float)",
          "interestCoverage": "number (float)",
          "netIncomeContOpsGrowth": "number (float)",
          "netIncomeGrowth": "number (float)",
          "netMargin": "number (float)",
          "normalizedNetProfitMargin": "number (float)",
          "operationIncomeGrowth": "number (float)",
          "operationMargin": "number (float)",
          "operationRevenueGrowth3MonthAvg": "number (float)",
          "pretaxMargin": "number (float)",
          "quickRatio": "number (float)",
          "ROA": "number (float)",
          "ROE": "number (float)",
          "ROIC": "number (float)",
          "receivableTurnover": "number (float)",
          "revenueGrowth": "number (float)",
          "salesPerEmployee": "number (float)",
          "taxRate": "number (float)",
          "totalDebtEquityRatio": "number (float)"
        },
        "1Y": {
          "period": "string",
          "fiscalYearEnd": "string",
          "reportType": "string",
          "assetsTurnover": "number (float)",
          "capExSalesRatio": "number (float)",
          "cashConversionCycle": "number (float)",
          "daysInInventory": "number (float)",
          "daysInPayment": "number (float)",
          "daysInSales": "number (float)",
          "EBITDAMargin": "number (float)",
          "EBITMargin": "number (float)",
          "FCFNetIncomeRatio": "number (float)",
          "FCFSalesRatio": "number (float)",
          "fixAssetTurnover": "number (float)",
          "grossMargin": "number (float)",
          "interestCoverage": "number (float)",
          "netIncomeContOpsGrowth": "number (float)",
          "netIncomeGrowth": "number (float)",
          "netMargin": "number (float)",
          "normalizedNetProfitMargin": "number (float)",
          "operationIncomeGrowth": "number (float)",
          "operationMargin": "number (float)",
          "operationRevenueGrowth3MonthAvg": "number (float)",
          "pretaxMargin": "number (float)",
          "quickRatio": "number (float)",
          "ROA": "number (float)",
          "ROE": "number (float)",
          "ROIC": "number (float)",
          "receivableTurnover": "number (float)",
          "revenueGrowth": "number (float)",
          "salesPerEmployee": "number (float)",
          "taxRate": "number (float)",
          "totalDebtEquityRatio": "number (float)"
        }
      }
    }
  ]
}

Authorizations

token
string
query
required

Headers

accept
enum<string>

Specifies return format

Available options:
application/json,
application/xml (deprecated)

Query Parameters

symbols
string

One or more stock ticker symbol in comma separated list specifies company data to return

asOf
string

Return results for dates greater than or equal date specified in this parameter

cik
string

One or more cik identifier in comma separated list specifies company data to return

Response

200
application/json

An object including a response that includes operationRatio data.

The response is of type object.