the data derived from yahoo finance importing it from yfinance library
- Fundamental analysis using python
- ratios are coming from yahoo finance
- plotting the whole history of the stock in order to know their highest peak and lowest trough
- when a stock splits happened and if the company issue dividends
- forecasting using arima
- plotting the whole history since (1980 and until the latest day of the stock)
- the whole dividend history and splits
- ratios that have been included (Beta, price to book, price to earnings, book value per share, Earning per share (EPS) and profit margin)
- the latest financial
- forcast for 10 days using arima function in R
- GUI added for a particular stock forecast in R
- improve the execution time (06/01/2021 = execution time is 4min and 12 sec); it has been improved on (06/02/2021 = excution time is 40 sec)
- correlation between the stocks
- scraping the ratios and plotting them in scraping file
- simple gui for fundemental analysis
- recommendation to buy the stock or not according to the top investment banks
- python file does the fundemental analysis and gets ratio analysis for a particular stock
- R file is an app for forecasting
there will be a monthly-basis update for the code to ensure everything is running properly