Alpha Vantage API Client v2.3.0
v2.3.0 Release!
Big release! All end points are supported with the api client. For any end point that requires a ticker symbol (e.g. TSLA, VZ etc) you can now just pass in a str with the ticker symbol. We still support passing in a dict to give you full control over the params sent to the api. Docs have been updated with examples. Create a discussion or issue if you have any questions. Happy quoting!
What's Changed
- 61 add classes for time series by @xrgarcia in #63
- fixed typo is test marker by @xrgarcia in #64
- 62 add class for news and sentiment by @xrgarcia in #65
- 66 add methods for all company info by @xrgarcia in #67
- added support for forex quotes by @xrgarcia in #68
- 57 add class for crypto by @xrgarcia in #69
- added commodities methods and tests by @xrgarcia in #71
- added economic indicators and tests by @xrgarcia in #72
- 73 simplify single and multi client tests by @xrgarcia in #74
- 75 update actions to use new test suites by @xrgarcia in #76
- 56 add class for technical indiactors by @xrgarcia in #78
- converted to pydantic v2 by @xrgarcia in #79
- 80 allow for symbols to be passed in as params by @xrgarcia in #81
- 82 create tests to support passing symbol or dict by @xrgarcia in #84
Full Changelog: 2.2.3...2.3.0