Introduction
Benzinga APIs
- Introduction
- Newsfeed & Why is it Moving v2
- Calendar
- Data Websocket
- Historical Bar Data
- Delayed Quote
- Company Fundamentals
- Bull vs. Bear
- Analyst Insights
- Conference Call Transcripts
- Government Trades
- Corporate Logos
- Movers
- Newsfeed (Streaming) v1
- SEC Filings
- Signals
- Squawk
- Webhook v1 Test Trigger
- Short Interest
Libraries
GET Operation Ratios
Returns the operation ratios
GET
/
fundamentals
/
operationRatios
Returns the operation ratios.
Copy
Ask AI
curl --request GET \
--url https://api.benzinga.com/api/v2.1/fundamentals/operationRatios
Copy
Ask AI
{
"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)"
}
}
}
]
}
Copy
Ask AI
{
"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
Headers
Specifies return format
Available options:
application/json
, application/xml (deprecated)
Query Parameters
One or more stock ticker symbol in comma separated list specifies company data to return
Return results for dates greater than or equal date specified in this parameter
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
.
Was this page helpful?
Returns the operation ratios.
Copy
Ask AI
curl --request GET \
--url https://api.benzinga.com/api/v2.1/fundamentals/operationRatios
Copy
Ask AI
{
"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)"
}
}
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.