Real Time stock data with web ribbon API
alpha_vantage:
Python module to get stock data/cryptocurrencies from the Alpha Vantage API Alpha Vantage delivers a free API for real time financial data and most used finance indicators in a simple json or pandas format. This module implements a python interface to the free API provided by Alpha Vantage
To install the package use
Command : pip install alpha_vantage
Or install with pandas support, simply install pandas too:

