This is the project of group - 12 for the course MTH208. In this project we have analysed the stock prices of companies including Infosys, JSW Steel, HDFC Bank , TCS and comparing them with the overall market trend. The data is scraped by employing rvest package in r from yahoo finance (https://yahoofinance.com).
- Data and Feature Extraction : Contains all the code for scrapping data, cleaning data and feature extraction.
- Data_Files : It contains all the data files i.e. information regarding each stock and market index.
- Presentation : It includes the ppt file we created to explain our analysis, as well as a brief video demonstration of our app on the final slide.
- Project Report: It contains a markdown file that contains all the results and conclusion from the data analysis we performed. Also there is html document of the report in that folder.
- App : It contains the code for the app
- For running code please set the respective parent folder as working directory, e.g. if I want to run
Data_Extraction.Rfile in Code folder I'll set "code"(my parent folder in this case) as my working directory. - If while running the code you run into
there is no package called ....error then kindly run theRequired_Packages.Rfile first to download required packages used in the code.