Skip to content

An application that calculates the compound interest of given principal, period and interest.

Notifications You must be signed in to change notification settings

luntropy/compound-interest-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Compound Interest Calculator

About the Calculator

The application calculates the compound interest of given principal, period and interest.

Used formula for the calculations

Compound Interest (CI) = Total amount of Principal (P) and Interest (i) in future ('n' years from the present time) (or Future Value) less Principal amount at present (or Present Value)
CI = [P * (1 + i)^n] - P

Application Startup

Requirements

  • python 3.8+

To run the application manually from the repository

  • Clone the git repository and cd into it
  • Run python3 main.py

Application interface

Interface

Application usage example

Usage example

Application example with invalid input

Invalid input example

About

An application that calculates the compound interest of given principal, period and interest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages