avantage


License
MIT
Install
pip install avantage==0.1.0

Documentation

Python Library for Alpha Vantage API

Installation

pip install avantage

Getting Started

import avantage
client = avantage.Client('YOUR_API_KEY')
client.quote('MSFT')

Bugs? Feature requests? Pull requests?

All of those are welcome. You can file issues or submit pull requests in this repository.

License

This is MIT with no added caveats, therefore feel free to use this without linking back to me or using a disclaimer or anything silly like that.