DFSG NEW Queue

DFSG, Licensing & New Packages Team

python-alpha-vantage 3.0.0-1

Package Information

Descriptioninterface 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.

MaintainerHome Assistant Team <team+homeassistant@tracker.debian.org>
Changed ByEdward Betts <edward@4angle.com>
Sponsoredward@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/homeassistant-team/deps/python-alpha-vantage.git (browse)
Closes#1143507
Trackerhttps://tracker.debian.org/pkg/python-alpha-vantage
Uploaded2 hours ago

New Package Report

.changes
Changed-ByEdward Betts
Architectureall source
Distributionunstable
DateMon, 03 Aug 2026 08:48:25 +0100
Sourcepython-alpha-vantage
Version3.0.0-1
Changelog
python-alpha-vantage (3.0.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1143507)
.dsc
Priorityoptional
Componentmain
Package-Listpython3-alpha-vantage deb python optional arch=all
Sectionpython
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: alpha-vantage
Upstream-Contact: Romel J. Torres <romel.torres@gmail.com>
Source: https://github.com/RomelTorres/alpha_vantage

Files: *
Copyright: 2017 Romel Torres
License: MIT

Files: debian/*
Copyright: 2026 Edward Betts <edward@4angle.com>
License: MIT


License: MIT
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation
 files (the "Software"), to deal in the Software without
 restriction, including without limitation the rights to use,
 copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following
 conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.

Back to Dashboard | View all reviews for this package