谷歌财经报价搜索框
尝试实现一个与 http://www.google.com/finance< 具有完全相同功能的网络服务 搜索报价框
/a>当用户输入股票名称或公司名称时, 会在输入时建议正确的股票名称。 我的服务将使用谷歌财经的历史信息,因此必须从谷歌获取正确的报价名称!
有人知道我在哪里可以通过谷歌财经API找到这个报价单吗?用 python 更好。
或者有人可以提出一些想法吗?
非常感谢
Trying to implement a web service which should have exactly the same function as http://www.google.com/finance the search quotes box
when user type the stock name or company name, the right stock name is suggested while typing.
my service will using historical information from google finance, so get proper quote name from google is a must!
anyone knows where i could find this quote list through google finance api? better with python.
or anyone can suggest some ideas please?
many thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此处记录了 Google Finance API。
要从 Python 访问它,请使用 gdata python 客户端。
The Google Finance API is documented here.
To access it from Python, use the gdata python client.