I have to get Dow Jones Index using rest API in Flash. I found YahooApi, it works well on other indexes, but returns nothing on DJI.
I have tested it here:
http://goo.gl/irKeK
Nether ^DJI nor ^DJIA returns Dow Jones index. ^NDX works well. How can I get this index too?
If there is any other rest API option to get indexes, let me know.
Thank you
You should try
INDU(no caret ^) – http://en.wikipedia.org/wiki/$INDUselect * from yahoo.finance.quotes where symbol in ("^NDX","INDU")instead which returns the
<quote symbol="^DJI">From the forums,