A dataset containing the daily OHLCVA values of AAPL from 2017-01-03 to 2018-12-28. The code to reproduce the dataset from yahoo is:
AAPL
An xts object with 501 rows and 6 variables:
Daily Open prices
Daily High prices
Daily Low prices
Daily Close prices
Aggregate Daily volume traded
Adjusted prices
getSymbols(symbol,from=start_date, to = end_date, auto.assign = T, index.class = "POSIXct", src = 'yahoo') for(i in symbols) assign(i, adjustOHLC(get(i),use.Adjusted=TRUE))
We have chosen to fix the dataset, since we have no control over changes at the source, which would break our tests.
The variables are as follows: