djia {astsa} | R Documentation |
Dow Jones Industrial Average
Description
Daily DJIA values from April 2006 - April 2016
Format
The format is:
xts [1:2518, 1:5] 11279 11343 11347 11337 11283 ...
- attr(*, "class")= chr [1:2] "xts" "zoo"
..$ : chr [1:5] "Open" "High" "Low" "Close" "Volume"
Source
The data were obtained via the TTR package and Yahoo financial data.
Unfortunately, this does not work now. It seems like the R package
quantmod
is a good bet and Yahoo still has financial data.
References
You can find demonstrations of astsa capabilities at FUN WITH ASTSA.
The most recent version of the package can be found at https://github.com/nickpoison/astsa/.
In addition, the News and ChangeLog files are at https://github.com/nickpoison/astsa/blob/master/NEWS.md.
The webpages for the texts and some help on using R for time series analysis can be found at https://nickpoison.github.io/.