Skip to content
Prev 314 / 15274 Next

average values for time series

Dear all,
I followed Dirk's suggestions and got:

 > IBM <- priceIts("IBM",quote="Close")
Errore in validObject(.Object) : invalid class "its" object: Missing 
values in dates

I tried with other securities but I get the same error.

x1 <- priceIts(instrument=c("^ftse"), start="1998-01-01", quote = "Close")
Errore in validObject(.Object) : invalid class "its" object: Missing 
values in dates

I would appreciate if you could give me any hints.

Best regards,
Massimo
Dirk Eddelbuettel wrote: