Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 590 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 590 Bytes

Stock-Forecast

Using the Yahoo Finance API the project aims to be able to use the time series data of all the stock price at different points to preidct the future stock prices. For the pruposes of this prokjct the S&P 500 Data is used.

This project analyses all the metrics asscoiated with stock perfomance like rolling averages Close, Volume, Open, High, Low, Close ratio, and trends to determine what the prices are going to be in the future.

This project is ongoing and will be experimenting with more models including LSTM, RNN's and other models fit for time series predictions.