Amortization Schedule Rest API
Use our amortization schedule api to return the schedule and payment summary data. Our api can have two return types. The HTML version will return the HTML table itself, while the JSON version will return a JSON representation of the data.
API URL
Get Variables
Get Variable | Description | Value Type | Default Value |
pv | Loan Amont | int | 0 |
rate | Interest Rate | int or float | 0 |
nperiod | Loan Amortization (Years) | int | 0 |
io | Interest Only Period (Years) | int | 0 |
mode | HTML or JSON return | string | HTML |
pf | Payment Frequency | int | 12 |
cf | Compound Frequency | int | 1 |
pt | Payment Type (0 for end of period) (1 for beginning of period) | int | 0 |