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/
Python | statsmodel.api | Streamlit
We fetch stock data from the yahoo finance database using yfinance and pandas datareader libraries.