This app will allows you to explore the stock performance of the top 5 tech companies namely: Facebook, Google, Netflix, Amazon, and Microsoft based on a given data range specified by user. The financial data are retrieved from the Yahoo! Finance website using the quantmod R library. The app is primarily created using Shiny.
Shiny is an R package that makes it easy to build interactive web applications (apps) straight from R. This lesson will get you started building Shiny apps right away.
quantmod or Quantitative Financial Modelling Framework is used to specify, build, trade, and analyse quantitative financial trading strategies.
The app comprises of two main files: ui.R and sever.R, you can view the code in https://github.com/jeromelocson/techstockviz.