I am trying to get the data for the Dow Jones Index from google. I have tried a number of things but they do not seem to work.
require(quantmod)
getSymbols(".DJI",src = "google")
getSymbols("^DJI",src = "google")
getSymbols("INDEXDJX:.DJI",src = "google")