A fast, lightweight Python interface to the AlphaVantage API
Alpha Vantage offers free realtime financial data and historical market data. This module implements a python interface to the free API provided by Alpha Vantage. This project requires a free API key, which can be found at this website.
import AlphaVantage.client as av
client = av.Client()
client.get_quote("MSFT")