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

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -