/AlphaVantage

A fast, lightweight Python interface to the AlphaVantage API.

Primary LanguagePythonMIT LicenseMIT

What is Alpha Vantage?

Build Status PyPI version Documentation Status Average time to resolve an issue Percentage of issues still open

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.


Example Usage

import AlphaVantage.client as av

client = av.Client()
client.get_quote("MSFT")