Pmlsa / AlphaVantage

A fast, lightweight Python interface to the AlphaVantage API.

Repository from Github https://github.comPmlsa/AlphaVantageRepository from Github https://github.comPmlsa/AlphaVantage

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

About

A fast, lightweight Python interface to the AlphaVantage API.

License:MIT License


Languages

Language:Python 100.0%