Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

api

live

stock

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

like image 866
Ramit Joshi Avatar asked Jan 06 '15 08:01

Ramit Joshi


People also ask

Is there a free to use API I can use to get stock quotes and financial info?

So you can still use Yahoo Finance to get free stock market data. Yahoo's API was the gold standard for stock-data APIs employed by both individual and enterprise-level users. Yahoo Finance provides access to more than 5 years of daily OHLC price data. And it's free and reliable.

Is there a free stock market API?

About Finnhub Stock API With the sole mission of democratizing financial data, we are proud to offer a FREE realtime API for stocks, forex and cryptocurrency. With this API, you can access realtime market data from stock exchanges, 10 forex brokers, and 15+ crypto exchanges.


1 Answers

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 
like image 156
Mrinal Kamboj Avatar answered Sep 22 '22 10:09

Mrinal Kamboj