Taxation & Salary APIWeb Calculator UI

Free Section 80D Health Insurance Tax Calculator API (2026)

API for Section 80D health insurance and preventive checkup tax deductions.

Interactive API Playground & Live Test

GET/api/v1/section-80d

Query Parameters

Self/family insurance premium in ₹

Self senior citizen status

Parents insurance premium in ₹

Parents senior citizen status

curl -X GET "https://fincalculator.in/api/v1/section-80d?selfPrem=25000&selfSenior=false&parentPrem=50000&parentSenior=true" \
  -H "Accept: application/json"
Live JSON Response (HTTP 200 OK)
Click "Execute Live API Request" below...

Request Parameters Schema

ParameterTypeRequiredDescription / Notes
selfPremnumberOptionalSelf/family insurance premium in ₹
selfSeniorbooleanOptionalSelf senior citizen status
parentPremnumberOptionalParents insurance premium in ₹
parentSeniorbooleanOptionalParents senior citizen status

Frequently Asked Questions (FAQs)

Is the Free Section 80D Health Insurance Tax Calculator API free to use in production apps?
Yes! All FinCalculator REST APIs are completely free, zero-auth, open-CORS, and edge-cached for high performance across global web and mobile applications.
What is the rate limit for /api/v1/section-80d?
Endpoints are cached at the edge for 24 hours. There are no restrictive rate limits for standard web traffic and mobile applications.