Financial Calculator API

Loan, mortgage, compound interest, savings and ROI calculators.

Get your free key → Full API docs

Endpoints

Example

curl -X POST "https://api.sprytools.com/v1/finance/api/v1/loan" \
  -H "x-api-key: YOUR_KEY" -H "content-type: application/json" \
  -d '{"principal":10000,"annualRate":5,"months":36}'

← All APIs