Finance loans
Financial calculations: - Loan payment calculation - Loan amortization schedule generation - Savings compound-interest growth
3 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Finance loans endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
LoanPayment /loan/payment |
Calculates monthly payment, total paid, and total interest for a fixed-rate loan. |
| POST |
LoanAmortizationSchedule /loan/amortization-schedule |
Builds a month-by-month amortization schedule and totals for a fixed-rate loan. |
| POST |
SavingsCompoundInterest /savings/compound-interest |
Calculates future value, total contributions, and total interest for a savings plan. |