#####################################查看股票数据################################
install.packages("quantmod")
library(xts)
library(zoo)
library(TTR)
library(quantmod)
#########################################################雅虎###########################
getSymbols("000002.SZ",scr="yahoo",from="2015-01-04",to="2015-12-18")
data.new<-to.weekly(`000002.SZ`)
data.raw<-`000002.SZ`
1