如何使用 REST API 获取道琼斯指数?

发布于 2024-10-19 23:49:06 字数 1459 浏览 6 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

岁月静好 2024-10-26 23:49:06

您应该尝试 INDU (无插入符号 ^) - http://en.wikipedia .org/wiki/$INDU

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

而返回

来自论坛,

...我知道你是
报告您无法下载 CSV
^DJI 的数据。我当然可以给
您可以了解更多有关此的信息。这
您遇到的限制是由于
道琼斯指数的限制
指数。雅虎!不再能够
在此提供道琼斯指数数据
方式。我对任何事情表示歉意
造成的不便。请让我
知道我是否可以进一步
协助。再次感谢您
联系雅虎!财务。

问候,布雷特雅虎!金融客户
护理
来源 - http://developer.yahoo.net/forum/? showtopic=6943&endsession=1

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文