/Yahoo_Finance

A user friendly app that allows users to download financial stock data from Yahoo Finance.

Primary LanguageR

Downloading Data from Yahoo Finance

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")