如何构建一个从谷歌检索报价的小工具
我想构建一个 Windows 小工具,显示
- 主要指数,如道琼斯指数、纳斯克指数……
- 以及我的投资组合股票,如 msft appl……
我希望它代表实时(或至少 15 分钟延迟)
我找到了一个项目此处获取报价摘要:
https://code.google.com/p /googlefinance/downloads/list
但我不知道这个 api 是否提供在线(/延迟)报价。
I'd like to build a windows gadget that shows
- the main indexes such as dow, nasaq...
- and my portfolio stocks like msft appl...
I want this to represent real time(or at least 15min delay)
I found a project that gets the summary of a quote here:
https://code.google.com/p/googlefinance/downloads/list
But I don't know if this api gives an online(/delayed) quotes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信 API 会为您提供延迟价格,您通常需要支付订阅费才能获得实时进程。
I believe that the API gives you delayed prices, you normally have to pay a subscription fee to get the live proces.