Skip to content

psm89/StockData

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StockData

Analyse stock data with python3

For best practice with phyton3, create a virtual environment and run python 3 in this environment. This is to protect the python used by the system.

The following command creates a virtual environment "virt-python3.7" on Ubuntu 18.04. This is a folder located in the directory where this command is being issued:

python3.7 -m venv virt-python3.7

Subsequently, activate this virtual environment by issuing

source virt-python3.7/bin/activate

About

Download stock data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%