Skip to content

Alpha Vantage API Client v2.0.0

Compare
Choose a tag to compare
@xrgarcia xrgarcia released this 03 Jul 00:09
· 154 commits to main since this release
4a56ae0

Release Details

  • Support log levels for import logging module (INFO,DEBUG,WARNING)
  • Added end to end tests that will verify the latest pypi package supports the latest alpha vantage web api
  • Refactored Model package, so it's easier to import all the models and exceptions. Here is an example:
    from alphavantage_api_client import AlphavantageClient, CsvNotSupported,GlobalQuote,Quote,AccountingReport,CompanyOverview,RealGDP

What's Changed

Full Changelog: 1.0.2...2.0.0