开发者

How to get Dow Jones index using REST API? [closed]

开发者 https://www.devze.com 2023-02-14 04:57 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 9 years ago.

Improve this question

I have to get Dow Jones Index using rest API in Flash. I found YahooApi, it works well on other indexes, but开发者_StackOverflow中文版 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/$INDU

select * from yahoo.finance.quotes where symbol in ("^NDX","INDU")

instead which returns the

<quote symbol="^DJI">

From the forums,

... I understand you're reporting that you cannot download CSV data for ^DJI. I can certainly give you more information about this. The limitation you are encountering is due to restrictions by the Dow Jones Index. Yahoo! is no longer able to provide Dow Jones Index data in this manner. I apologize for any inconvenience caused. Please let me know if I can be of further assistance. Thank you again for contacting Yahoo! Finance.

Regards, Brett Yahoo! Finance Customer Care
source - http://developer.yahoo.net/forum/?showtopic=6943&endsession=1

0

精彩评论

暂无评论...
验证码 换一张
取 消