Calculate compound interest with flexible compounding frequency.
Related Tools
Input
{ "principal": 100000, "annualRatePercent": 8, "years": 5, "compoundingsPerYear": 12 }
Output
{ "futureValue": 148977.32, "totalInterest": 48977.32, "effectiveAnnualRate": 8.3 }