# RomelTorres/alpha_vantage

A python wrapper for Alpha Vantage API for financial data.

Repository: https://github.com/RomelTorres/alpha_vantage
Canonical: https://ross.abutalabs.com/products/alpha_vantage
Language: Python
License: MIT
License Family: permissive
Topics: alpha-vantage, pandas, financial-data, python, stock, alphavantage, json, finance, api-wrapper, cryptocurrency, bitcoin
Last push: 2026-07-26T20:31:57+00:00

## Health v2 (maintenance only)
Score: 65/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 94, release rhythm 8, longevity 100
- inputs: {"age_days": 3413, "days_push": 38, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4898, forks 779 (observed 2026-08-28T04:09:02.078162+00:00)

## What it is
A Python wrapper library for the Alpha Vantage API providing access to stock, cryptocurrency, forex, fundamental, technical indicator, and economic data in JSON or pandas DataFrame format. It supports both synchronous and asyncio calls and requires a free Alpha Vantage API key.

## Use cases
- fetch historical stock prices in python
- get cryptocurrency data like bitcoin prices
- download stock fundamentals into a pandas dataframe
- query technical indicators for trading strategies
- pull forex and economic indicator data
- migrate from IEX Cloud to Alpha Vantage

## When to choose
- you want a simple Pythonic interface to Alpha Vantage endpoints
- you need data returned as pandas DataFrames for analysis
- you want asyncio support for concurrent API calls

## When to avoid
- you need a data source other than Alpha Vantage
- you need a code-less or spreadsheet-based solution
- you require guaranteed real-time data beyond Alpha Vantage's free tier limits

## Facets
- artifact type: library
- maturity: active
- function: http-client, data-science, sdk
- domain: fintech, data-science, apis
- platform: python
- tags: alpha-vantage, api-wrapper, financial-data, stocks, cryptocurrency, pandas, asyncio

## Member repositories
- RomelTorres/alpha_vantage (main) score 65

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:02.078162+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:18:09.700222+00:00, confidence not recorded.
  - readme: https://github.com/RomelTorres/alpha_vantage (fetched 2026-08-28T04:09:02.078162+00:00, sha 4f2aa34a05d3)
  - registry_pypi: https://pypi.org/pypi/alpha_vantage/json (fetched 2026-08-29T09:00:18.723602+00:00, sha f9db89166b06)
- Data as of 2026-08-30T08:39:29.467469+00:00.
