This is a user freindly app that allows users to navigate through different stock/indices from Yahoo Finance and export data to a csv file. The app was created using the R Shiny package and depends solely on the quantmod package.
The app can be ran locally using the following R commands:
library(shiny)
runGitHub("Yahoo_Finance","simaan84")