R 3.4.1
OS X

Colleagues,

I am just learning to use the quantmod package and I have encountered something 
that I don’t understand.

This works:
        getSymbols("^DJI") 

This does not work:
        getQuote("^DJI”)
It returns only NAs:
        Trade Time Last Change % Change Open High Low Volume 
        ^DJI <NA> N/A N/A N/A N/A N/A N/A N/A 

Two questions:
        1.  Is there some way to obtain the current DJI using quantmod?
        2.  If not, can someone suggest alternatives?

Dennis

Dennis Fisher MD
P < (The "P Less Than" Company)
Phone / Fax: 1-866-PLessThan (1-866-753-7784)
www.PLessThan.com

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to