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 :)
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.
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.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With