Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 392 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 392 Bytes

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