Business & SME APIWeb Calculator UI

Free Break-Even Unit & Revenue Calculator API (2026)

Business economics API to calculate break-even point in units and sales revenue.

Interactive API Playground & Live Test

GET/api/v1/break-even

Query Parameters

Total fixed costs in ₹

Selling price per unit in ₹

Variable cost per unit in ₹

curl -X GET "https://fincalculator.in/api/v1/break-even?fixedCosts=500000&unitPrice=1000&unitVariableCost=600" \
  -H "Accept: application/json"
Live JSON Response (HTTP 200 OK)
Click "Execute Live API Request" below...

Request Parameters Schema

ParameterTypeRequiredDescription / Notes
fixedCostsnumberRequiredTotal fixed costs in ₹
unitPricenumberRequiredSelling price per unit in ₹
unitVariableCostnumberRequiredVariable cost per unit in ₹