Loan and Savings Helper
Tools to help investigate and compare loans and savings accounts as well as for optimizing any extra money each month to achieve your goals
Loan and Savings Helper endpoints
| Method | Endpoint | Description |
|---|---|---|
| Loan | ||
| GET |
/api/v1/Loan/AutoLoan /api/v1/Loan/AutoLoan |
Calculates a payment schedule for an auto loan. Most provide an amount, an interest rate, and either a TermInYears or TermInMonths. Everything else is optional but allows you to… |
| GET |
/api/v1/Loan/LoanOrMortgage /api/v1/Loan/LoanOrMortgage |
Use this endpoint for calculating schedules for mortgages and general/personal loans. |
| Savings | ||
| GET |
/api/v1/Savings/CompoundInterest /api/v1/Savings/CompoundInterest |
Use this endpoint to calculate the ending balance of any account that uses compound interest (investments, savings accounts, etc). Disclaimer: The results provided by this… |
| Compare | ||
| POST |
/api/v1/Compare/Savings /api/v1/Compare/Savings |
|
| POST |
/api/v1/Compare/Loans /api/v1/Compare/Loans |
|
| POST |
/api/v1/Compare/Optimize (under construction) /api/v1/Compare/Optimize |
Currently under construction |
Loan and Savings Helper pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $3 / month | — |
|
| ULTRA Recommended | $5 / month | — |
|
| MEGA | $12 / month | — |
|