get.hist.quote
Josh Ulrich wrote:
This is because Yahoo recently changed the date format of its CSV files from "%d-%m-%y" to "%Y-%m-%d". All that needs to be changed in 'get.hist.quote' is this line of code: from: dat <- as.Date(dat, "%d-%b-%Y") to: dat <- as.Date(dat, "%Y-%m-%d") Other similar functions (e.g. 'yahooImport') will likely have the same problem.
I suspected it was a Yahoo issue, ok, then i know for sure and hope rmetrics and zoo update the packages to reflect to changes made by finance yahoo. Thank you for your help, very much appreciated.
View this message in context: http://www.nabble.com/get.hist.quote-tf3199391.html#a8887237 Sent from the Rmetrics mailing list archive at Nabble.com.