jackmoody11 / stockscore

A python project to fetch stock financials/statistics and perform preliminary screens to aid in the stock selection process
https://jackmoody11.github.io/stockscore
MIT License
74 stars 21 forks source link

Create clean dataframe for batch historical prices #22

Closed jackmoody11 closed 6 years ago

jackmoody11 commented 6 years ago

Is your feature request related to a problem? Please describe. Related to getting stock prices.

Describe the solution you'd like Create function to make a table of opening (or closing) stock prices with dates on first column and tickers on first row.

jackmoody11 commented 6 years ago

This is no longer in the current scope of this project. This project will focus on screening stocks. Not doing any forward looking analysis/machine learning.