Source: python-alpha-vantage Maintainer: Home Assistant Team Uploaders: Edward Betts , Section: python Build-Depends: debhelper-compat (= 14), dh-doc-privacy, dh-sequence-python3, dh-sequence-single-binary, dh-sequence-sphinxdoc , pybuild-plugin-pyproject, python3-all, python3-setuptools, Build-Depends-Indep: python3-aiohttp , python3-aioresponses , python3-pandas , python3-pytest , python3-requests , python3-requests-mock , python3-sphinx , python3-sphinx-rtd-theme , Standards-Version: 4.7.4 Homepage: https://github.com/RomelTorres/alpha_vantage Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-alpha-vantage Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-alpha-vantage.git Testsuite: autopkgtest-pkg-pybuild Package: python3-alpha-vantage Architecture: all 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.