Привет, я загружаю данные с помощью get.hist.quote и с помощью "coredata" я сохранил цену шпиона. Вместо этого, как я могу сохранить торговую дату периодов 2006-12 в векторе?
library(tseries)
library(zoo)
SPY <- get.hist.quote("SPY",start = "2006-01-02",end = "2011-01-01",quote = "AdjClose", compression = "d",retclass = c("zoo","ts"))
L<-length(SPY)
SPY <- get.hist.quote("SPY",start = "2006-01-02",end = "2012-01-01",quote = "AdjClose", compression = "d",retclass = c("zoo","ts"))
X <- length(SPY)