Stock Market Data API
Pre-requires
- Jupyter (python 3.11)
conda create -n stock -y python=3.11 conda activate stock conda install notebook ipykernel ipython kernel install --user --name stock --display-name "Python (stock)" jupyter notebook --ip='*' --NotebookApp.token='' --NotebookApp.password='' --allow-root