Investment APIWeb Calculator UI
Free Simple Interest Calculator API (2026)
Fast API for flat simple interest calculations on short-term loans, bonds, and notes.
Interactive API Playground & Live Test
GET
/api/v1/simple-interestQuery Parameters
Principal amount in ₹
Annual interest rate %
Tenure in years
curl -X GET "https://fincalculator.in/api/v1/simple-interest?principal=100000&rate=8&years=3" \
-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 | Principal amount in ₹ |
| rate | number | Required | Annual interest rate % |
| years | number | Required | Tenure in years |
Related Investment APIs
Frequently Asked Questions (FAQs)
Is the Free Simple Interest 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/simple-interest?
Endpoints are cached at the edge for 24 hours. There are no restrictive rate limits for standard web traffic and mobile applications.