Taxation & Salary APIWeb Calculator UI
Free CTC to In-Hand Take-Home Salary Calculator API (2026)
API for converting Cost to Company (CTC) package into itemized gross salary, employee PF, PT, and net bank payout.
Interactive API Playground & Live Test
GET
/api/v1/ctcQuery Parameters
Annual CTC in ₹
new | old (default: new)
curl -X GET "https://fincalculator.in/api/v1/ctc?ctc=1200000®ime=new" \
-H "Accept: application/json"Live JSON Response (HTTP 200 OK)
Click "Execute Live API Request" below...Request Parameters Schema
| Parameter | Type | Required | Description / Notes |
|---|---|---|---|
| ctc | number | Required | Annual CTC in ₹ |
| regime | string | Optional | new | old (default: new) |