如何获取《华尔街日报》背后的原始数据
我正在看 http://online.wsj.com/mdc/public/npage/2_3051.html?mod=mdc_h_dtabnk&symb=DJIA#IndexComponents
并想知道是否有办法获得《华尔街日报》显示的数据,最好不要太违反法律。
我正在尝试获取 java-applet 中用于绘制图表的分钟数据。
我想尝试对数据运行一些机器学习算法,但我不是 JavaScript 专家,也不知道如何获取实际数据。
有人有什么想法吗?
I'm looking at
http://online.wsj.com/mdc/public/npage/2_3051.html?mod=mdc_h_dtabnk&symb=DJIA#IndexComponents
and wondering if there is a way to get hold of the data that wsj is showing, preferably without breaking the law to much.
I'm trying to get the minut data that is used in the java-applet for drawing the graphs.
I would like to try running some machine learning algorithms on the data, but I'm no expert on JavaScript and have no idea how to get to the actual data.
Doea anyone have any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过以下财务 API 获取一些定价数据:
http:// code.google.com/apis/finance/docs/finance-gadgets.html
http://code.google.com/p/yahoo-finance-management/wiki/YahooFinanceAPIs
我确信还有其他的。或者您真的需要他们的确切数据源吗?
There are financial APIs that you can get some pricing data from:
http://code.google.com/apis/finance/docs/finance-gadgets.html
http://code.google.com/p/yahoo-finance-managed/wiki/YahooFinanceAPIs
and I'm sure there are others out there. Or do you literally need their exact data source?