Skip to content

Pmlsa/AlphaVantage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages