Compound Interest API
Take a JSON request similar to following: { "initial_investment": 5000, "yearly_contribution": 1200, "duration": 30, "interest_rate": 7 } and retrieve the response as JSON in this way: { "final_amount": 159348.92 }
Compound Interest API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
FinalAmount /calculate_cp |
This endpoint takes a 'POST' request with a JSON as parameter and return a JSON with final amount of a capital accumulation plan with compound interest |
Compound Interest API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $9.99 / month | — |
|
| MEGA Recommended | $12.99 / month | — |
|