Skip to content

Alpha Vantage API Client v1.0.2

Compare
Choose a tag to compare
@xrgarcia xrgarcia released this 16 Jun 18:09
· 196 commits to main since this release

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