Skip to content

A simple script to calculate Compound Annual Growth Rate (CAGR)

Notifications You must be signed in to change notification settings

jorgearanda/cagr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple script to calculate Compound Annual Growth Rate (CAGR)

Reference:
http://www.investopedia.com/terms/c/cagr.asp


Usage: cagr.py [-h] --initial <initial> --final <final> [--years <years> | --months <months>]

-h --help    Show this
-i <initial>, --initial <initial>  Initial value
-f <final>, --final <final>        Final value
-y <years>, --years <years>        Years
-m <months>, --months <months>     Months

About

A simple script to calculate Compound Annual Growth Rate (CAGR)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages