Skip to content

Computational finance methods.

Notifications You must be signed in to change notification settings

martinandrovich/pyfin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyfin

Computational finance methods in Python.

Install

Install the module (for development) by running

python -m pip install -e .

and then use by importing pyfin. See the report notebooks for examples.

Export notebooks

From the pyfin/report directory, export the report by running:

rm report.ipynb -f && nbmerge -r -o report.ipynb && python -m jupyter nbconvert report.ipynb --to webpdf --embed-images