Alphavantage-api-client

Latest version: v2.4.0

Safety actively analyzes 630094 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

2.1.0

Overview

1. New Ticker abstraction that allows you to get all accounting reports easily (cash flow, income, earnings and balance sheet).
2. Implemented a simple, first in first out , cache capabilities.
3. Better client method documentation
4. Single retry capabilities when the limit is reached.


What's Changed
* 35 create a ticker abstraction, caching and retries by xrgarcia in https://github.com/xrgarcia/alphavantage_api_client/pull/36


**Full Changelog**: https://github.com/xrgarcia/alphavantage_api_client/compare/2.0.0...2.1.0

2.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
* 28 add logging to client by xrgarcia in https://github.com/xrgarcia/alphavantage_api_client/pull/31
* 13 create end to end tests by xrgarcia in https://github.com/xrgarcia/alphavantage_api_client/pull/32


**Full Changelog**: https://github.com/xrgarcia/alphavantage_api_client/compare/1.0.2...2.0.0

1.0.2

Release Details

- Simplified the client interface
- Added Global Quote support function to get stock price information for today
- Added Crypto Quote support
- Added Technical Indicator quote
- Client methods return Pydantic models
- Modeled Company Overview
- Added unit tests with Mock data to ensure quick error feedback loop during development
- Added automated daily integration tests with the alpha vantage api
- Updated README

0.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:
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

0.0.13

Alphavantage is an excellent stock api for developers. This is a simple client to obtain stock price, earnings, cash flow, income statement and company overview for a given company. This version fixes a bug stock price methods and detects when rate limit has been reached.

0.0.12

Alphvantage is an excellent api to obtain stock market data. This is a simple client that easily provides company overview, stock price, earnings, income statements and cash flow data about a company. This particular release fixes a bug in stock_price methods.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.