maxmatkovski / Quantitative-Trading-Bot

Quantitative Finance Project
0 stars 0 forks source link

Create Basic Mechanism For Getting Stock Data #2

Closed maxmatkovski closed 10 months ago

maxmatkovski commented 10 months ago

Need to create a basic Python Script that gets Stock Data Efficiently. Desired file is Get-Stock-Data.ipynb

maxmatkovski commented 10 months ago

Had problem with the yfinance module and jupyter notebook, but just redownloaded and anaconda and ran !pip install yfinance. Things are working now. Now using a Jupyter notebook for stock scraping and organizing data.