Free JSON formatted stock quote API (live or historical) [closed]

孤街浪徒 提交于 2019-12-03 01:56:54

问题


I have an project where i implement live stock updates of various companies of all countries.

Can any one tell me where we can find "Free API" to fetch these details. I already search a lot on Google only found "Pro API". Need help :)


回答1:


Check the following they are free, they generate Json, though for different exchanges you need to ensure that correct syntax is used. even Yahoo finance works well, but it has some issues regarding NSE and BSE data, which is always generated Null

DEPRECATEDGoogle Finance - NSE

URL - http://www.google.com/finance/info?q=NSE:AIAENG,ATULAUTO,<Add more NSE codes>

DEPRECATED Google Finance - BSE

URL -http://www.google.com/finance/info?q=BOM:524091,532683,<Add more BSE codes>

DEPRECATED Other Data Feeds (Json)

URL - http://live-nse.herokuapp.com/?symbol=AIAENG,ATULAUTO,<Add more NSE codes>

Python Utility (NSE)

URL - http://nsetools.readthedocs.org/en/latest/index.html


来源:https://stackoverflow.com/questions/27794418/free-json-formatted-stock-quote-api-live-or-historical

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!