Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 874 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 874 Bytes

StockHive

StockHive is a stock data forecasting and visualization webapp. It is mostly directed towards users who want to invest in the best stocks without much knowledge of the stock market, users such as beginners or simple hobby traders. The application utilizes advanced time series forecasting techniques on the stock data and produces predictions. It also visualizes the predictions using interactive dashboards and plots. The webapp is initially aimed for beginner, novice and hobby traders, but it can also be used by investors, financial analysts, professional traders who are interested in stock prices and making informed investment decisions. Link: https://subtrex-stockhive-home-2lqvm3.streamlit.app/

Tech

Python | statsmodel.api | Streamlit

Data

We fetch stock data from the yahoo finance database using yfinance and pandas datareader libraries.