Stock Data Analysis - R Shiny App

Posted by Shobhit on December 14, 2016 · 1 min read

Stock Data Analysis - R Shiny App

This Shiny App will show you the Historical Stock data & Chart using R quantmod getSymbol function.

Enter the Valid Stock Symbol in text box to extract the Historical data & chart. Adjust the last months using slider & output data to show using numeric input.

Symbol Examples - NSE, ^BSESN, RELIANCE.NS & TCS.NS etc.

Check out the R Shiny App

Output data extracted using yahoo finace source.*

In the Extratced Output Data you can see different columns having data for Open, High, Low, Close, Volume & Adjusted Stock Price.

Where High refers to the highest price of the stock touched the same day, Low refer to the lowest price the stock was traded on the same day, Close refers to the closing price of that particular stock and the Volume refer to the number of share traded that day.

R Package designed to assist the quantitative trader in the development, testing, and deployment of statistically based trading models. It has many features so check out its link quantmod.


Thanks!

Happy Learning! Your feedback would be appreciated!

shobhitsingh.in R Shiny App R Shiny Scripts