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.
发布评论
评论(1)
您应该尝试
INDU
(无插入符号 ^) - http://en.wikipedia .org/wiki/$INDUselect * from yahoo.finance.quotes where symbol in ("^NDX","INDU")
而返回
来自论坛,
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,