Business & SME APIWeb Calculator UI

Free Profit Margin Calculator API (2026)

Business profit margin analysis API.

Interactive API Playground & Live Test

GET/api/v1/profit-margin

Query Parameters

Gross revenue in ₹

Cost of goods sold in ₹

curl -X GET "https://fincalculator.in/api/v1/profit-margin?revenue=1000000&cogs=600000" \
  -H "Accept: application/json"
Live JSON Response (HTTP 200 OK)
Click "Execute Live API Request" below...

Request Parameters Schema

ParameterTypeRequiredDescription / Notes
revenuenumberRequiredGross revenue in ₹
cogsnumberRequiredCost of goods sold in ₹