alphvantage-api-client-v0.1.0
Python Client for Alphavantage APIs
This version is tetting closer to a v1 release. I need some of the community to try it and let me know if it's stable. In this release:
- Improved documentation - added documentation for all key features of alphavantage
- Added pytest and unit tests to verify client is working correctly.
- limit_reached [True/False] - every response should have this field, so you know if your limit is reached and thus you can pause. The free api key allows 5 requests per min and 500 per day
- success [True/False] - you should be able to log every result into cloud watch or splunk and then query for failed responses, thus every response has a success flag
- Added poetry build system in place of pipenv