Finance Toolkit › Free calculators
See your monthly payment, total interest, and exactly how much time and interest an extra monthly payment saves.
Building something? This page calls the same deterministic math the Finance Toolkit API exposes as JSON. Free tier, no signup, no key:
curl -s https://smeltworks.com/financetoolkit/v1/loan/amortization \
-H 'content-type: application/json' \
-d '{"principal":32000,"apr":6.4,"term_months":60,"extra_monthly":0,"include_schedule":false}'
See all endpoints and pricing →