Free JSON formatted stock quote API (live or historical)

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 :)


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

DEPRECATED Google 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
链接地址: http://www.djcxy.com/p/35872.html

上一篇: 移动号码定位器API

下一篇: 免费的JSON格式股票报价API(现场或历史)