Skip to content

alphvantage-api-client-v0.1.0

Compare
Choose a tag to compare
@xrgarcia xrgarcia released this 05 Jun 19:25
· 252 commits to main since this release

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:

  1. Improved documentation - added documentation for all key features of alphavantage
  2. Added pytest and unit tests to verify client is working correctly.
  3. 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
  4. 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
  5. Added poetry build system in place of pipenv