r - How to get Dow Jones Index (DJI) data from Google? -
i trying data dow jones index google. have tried number of things not seem work.
require(quantmod) getsymbols(".dji",src = "google") getsymbols("^dji",src = "google") getsymbols("indexdjx:.dji",src = "google")
the error "http: 404 not found". means page getsymbols
uses doesn't exist dow jones index (it not exist s&p500 , nasdaq composite). there's nothing quantmod can if google doesn't provide data...
Comments
Post a Comment