R code financial data graphics

Job ID: 33971548

Budget: $10 – $30 USD

Create an R script, which
1. reads the time series (as long back as available) of the single values of the NASDAQ-100 as well as S&P500 index (prices on a daily basis) as a data set into R on a daily basis (e.g. using a suitable R package)
2. plots time series of the price indices of the individual values with the name of the stock and the time axis (X) as well as the price (Y-axis) in one graphic window each (these are then 100 or 500 small graphics in one window, e.g. 5 in one line, which must be able to be scrolled in order to get a quick overview of all price developments on the screen)
3. the length of the time series of the displayed price trends should be globally adjustable (e.g. the last year, the last 5 years etc.)