Free JSON formatted stock quote API (live or historical)

Ramit Joshi picture Ramit Joshi · Jan 6, 2015 · Viewed 80.8k times · Source

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

Answer

Mrinal Kamboj picture Mrinal Kamboj · Jan 6, 2015

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