The Center for Agricultural Profitability's Loan Payment Calculator is a web-based tool that makes it easy to calculate annual loan payments. Users must enter the total purchase amount, down payment amount, annual interest rate (APR), duration in years, and the starting year of the loan. The calculator tool allows users to download the payment schedule, also called amortization, as a PDF or CSV file.
Questions? Email cap@unl.edu.
Enter loan values in fields below
Year | Annual payment | Interest | Principal | Balance |
---|---|---|---|---|
{{ row.year }} | {{ (row.payment ? "$" : "") + row.payment.toLocaleString(undefined, {'minimumFractionDigits':2,'maximumFractionDigits':2}) }} | {{ (row.interest ? "$" : "") + row.interest.toLocaleString(undefined, {'minimumFractionDigits':2,'maximumFractionDigits':2}) }} | {{ (row.principal ? "$" : "") + row.principal.toLocaleString(undefined, {'minimumFractionDigits':2,'maximumFractionDigits':2}) }} | ${{ row.balance.toLocaleString(undefined, {'minimumFractionDigits':2,'maximumFractionDigits':2}) }} |
UNL Center for Agricultural Profitability
Loan Payment Calculator
Total loan: ${{ formatLoan }}
Interest rate: {{ apr }} %
Loan duration: {{ duration }} years
May 4, 2023