Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
/ python-for-finance Public archive

💹 (2022) This program will show you how to compute portfolio simple returns, # get daily returns & volatility (FB, AMZN, AAPL, NFLX, GOOG).

License

Notifications You must be signed in to change notification settings

kkamara/python-for-finance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-for-finance

This program will show you how to compute portfolio simple returns, get daily returns & volatility.

Setup

pip3 install virtualenv && \
  virtualenv env && \
  source env/bin/activate

Usage

python3 finance_and_quantitative.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

BSD

About

💹 (2022) This program will show you how to compute portfolio simple returns, # get daily returns & volatility (FB, AMZN, AAPL, NFLX, GOOG).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages