Loans & EMI APIWeb Calculator UI
Free Home Loan & Personal Loan EMI Calculator API (2026)
High-throughput edge API for loan EMI calculations supporting home loans, auto loans, and personal loans.
Interactive API Playground & Live Test
GET
/api/v1/emiQuery Parameters
Loan principal amount in ₹
Annual interest rate %
Tenure in years
Set "true" to include yearly schedule
curl -X GET "https://fincalculator.in/api/v1/emi?principal=5000000&interest=8.5&years=20&breakup=false" \
-H "Accept: application/json"Live JSON Response (HTTP 200 OK)
Click "Execute Live API Request" below...Request Parameters Schema
| Parameter | Type | Required | Description / Notes |
|---|---|---|---|
| principal | number | Required | Loan principal amount in ₹ |
| interest | number | Required | Annual interest rate % |
| years | number | Required | Tenure in years |
| breakup | boolean | Optional | Set "true" to include yearly schedule |