Alpha Vantage API Client v2.0.0
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