Description Usage Format Details
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:
1 |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.