Compound interest calculator
compound_interest_calculatorFuture balance and interest earned: A = P(1 + r/n)^(nt). Runs on smart-tools.xyz.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| years | Yes | Number of years | |
| locale | No | Language for the source_url link (default en) | |
| principal | Yes | Starting amount | |
| annual_rate | Yes | Annual rate, percent | |
| compounds_per_year | No | Compounding periods per year (default 12) |