Data / Math / Time
Loan Payment Calculator (annuity)
Estimate monthly loan payments using the annuity formula.
Examples
Input
{
"principal": 10000,
"rate": 5,
"years": 3
}
Data / Math / Time
Estimate monthly loan payments using the annuity formula.
{
"principal": 10000,
"rate": 5,
"years": 3
}