Skip to content

bristosoft/financial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finance

The Finance module will be a python basic finance module providing most standard finance functions and routines. Python does not currently offer a basic finance module but you have to install Quants which is used for quantitative finance.

Installation:

  1. Ensure that finance.py is in your current directory
  2. At the Python prompt > import finance
  3. or prompt> from finance import *
  4. Done

To use:

Example: prompt > fv(100, .06, 10) ect.

About

Python Finance module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages