谷歌财经报价搜索框

发布于 2024-09-05 19:28:36 字数 305 浏览 7 评论 0原文

尝试实现一个与 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 技术交流群。

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

发布评论

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

评论(1

给我一枪 2024-09-12 19:28:36

此处记录了 Google Finance API。

要从 Python 访问它,请使用 gdata python 客户端

The Google Finance API is documented here.

To access it from Python, use the gdata python client.

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