免费实时股票数据以及如何添加诸如Realworld Trading应用程序之类的股票图表
我目前正计划使用React用于学习目的来构建股票交易应用。是否有任何API可以提供实时股票价格数据,如果您可以,请建议我为我的项目提供一个很好的图表包。
I currently planning for build a stock trading app using react for study purpose. Is there is any api that can give realtime stock price data and if you can please suggest me a good charting package for my project.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于您的问题很模糊,这完全取决于您想要实现的目标。根据我在财富管理领域的工作经验,你不会找到一个可靠的 API,尤其是免费的实时 API。
如果您正在制作 PoC,您可能需要使用通常免费提供的 EOD 数据。
EOD API 候选名单:
如果您确实需要可靠的实时数据,您可能需要看看:
上面写的列表并不详尽,我对任何这些 API 都没有兴趣列出。只需运行适当的谷歌搜索,我相信您会找到适合您的。
此外,关于数据可视化库,您的标签提到了 django 和 Reactjs。目前还不清楚你是想显示来自 ui 框架的数据还是直接来自 django 的数据。因此,我将列出我最了解的内容:
希望我的回答能给您一些启发。
As your question is vague, it all depends on what you want to achieve. From my experience in working in wealth management, you will not find a reliable API and especially realtime for free.
If you're making a PoC, you might want to use EOD data which is usually available for free.
EOD API shortlist:
If you really need reliable realtime data, you might want to have a look at :
The lists written above are not exhaustive and i have no interest in any of those API's listed. Just run a proper google search and I am sure you will find what fits you.
Beside, concerning the data visualisation library your tags mention django and reactjs. It is not very clear if you want to display data from a ui framework or from django directly. Therefore I will list what I know the most :
Hope my answer will give you some lights.