Shiny Stock Returns

Ronny De Winter
2016-03-21

Screen Shot app

A shiny app for investors

Evaluate the return of your stocks

The return in % tells you more than the stock price

  • Supports all stock symbols available at Yahoo finance
  • Interactive slider for returns from the last 6 to 60 months
  • Compare the return of your stock with another one and/or an index (S&P500, Eurostoxx50)
  • Graph with adjusted prices, taken into account dividends, stock splits
  • Visualized trends with smooth curves

Investment tip 1: SLV

The silver price lags behind gold price: Screen Shot app

Investment tip 2: RHS

Guggenheim S&P500 Equal Weight Consumer Staples ETF
A high performance tracker for the somewhat risk-averse investor Screen Shot app

Try it now!

goto https://ronnydw.shinyapps.io/shinyStockReturns/

Or run it in RStudio:

In a terminal: download the code from github

Desktop$ git clone http://github.com/ronnydw/shinyStockReturns

In RStudio: run the shiny app

setwd("~/Desktop/shinyStockReturns")
runApp()

Your feedback is welcome

Good luck with your investments!