Bug#1143507: ITP: python-alpha-vantage -- interface for Alpha Vantage financial market data

Edward Betts <[email protected]> Mon, 3 Aug 2026 09:00:12 +0100
Newsgroups gmane.linux.debian.devel.wnpp
Message-ID <anBKhipjmEWhdfta__2962.33067508496$1785744213$gmane$org@4angle.com>
Package: wnpp
Severity: wishlist
Owner: Edward Betts <[email protected]>

* Package name    : python-alpha-vantage
  Version         : 3.0.0
  Upstream Author : Romel J. Torres <[email protected]>
* URL             : https://github.com/RomelTorres/alpha_vantage
* License         : MIT
  Programming Lang: Python
  Description     : interface for Alpha Vantage financial market data

  This library provides classes for querying the Alpha Vantage web API using an
  API key supplied by the caller. It can request equity time series, quote
  endpoints, technical indicators, foreign exchange rates, digital currency
  prices, options, commodities, economic indicators, company fundamentals, and
  Alpha Intelligence data.
  .
  Responses can be returned as JSON dictionaries, CSV data where the upstream
  endpoint supports it, or data frames when data-frame support is available.
  Calls generally return both the requested data and metadata from Alpha
  Vantage, preserving the field names used by the service.
  .
  The library communicates with Alpha Vantage over HTTPS, and can also send
  requests through the Alpha Vantage endpoint on RapidAPI when configured with a
  RapidAPI key. It includes retry handling for transient connection failures and
  supports selecting output size, intervals, symbols, currencies, markets, and
  other endpoint-specific parameters.

This library is a dependancy of Home Assistant, the Python smart home platform.
I plan to maintain it as part of the Home Assistant team.