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/emi

Query 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

ParameterTypeRequiredDescription / Notes
principalnumberRequiredLoan principal amount in ₹
interestnumberRequiredAnnual interest rate %
yearsnumberRequiredTenure in years
breakupbooleanOptionalSet "true" to include yearly schedule