{"categories":[{"label":"Investment","url":"https://skillfed.io/packages/category/office-business-financial-investment"}],"enrichment":{"capability":"Fetches real-time and historical stock, cryptocurrency, forex, and technical indicator data from the Alpha Vantage API, returning results as JSON, pandas DataFrames, or CSV.","skillfed_tags":["financial-data","api-wrapper","market-data"],"use_cases":["Build a stock price monitoring dashboard that pulls live OHLC data and plots it with matplotlib.","Backtest trading strategies by fetching historical intraday or daily price data for multiple symbols.","Calculate technical indicators (SMA, RSI, Bollinger Bands) on demand for charting or algorithmic analysis.","Track cryptocurrency prices across different market pairs and export to pandas for statistical analysis.","Integrate real-time forex exchange rates into a financial application without managing raw HTTP requests."],"what_it_does":"Alpha Vantage is a Python wrapper around the free Alpha Vantage financial data API. It lets you retrieve real-time and historical stock prices, cryptocurrency rates, forex exchange rates, and technical indicators (like moving averages and Bollinger Bands) in a format you can work with directly\u2014JSON dictionaries, pandas DataFrames, or CSV. The library handles API authentication, retries, and response parsing so you don't have to.\n\nIt's built for developers who want to integrate live financial market data into Python applications without building HTTP calls from scratch. You can query intraday, daily, or weekly data; pull technical indicators for analysis; or fetch fundamental company data. Pandas support is optional, so you can use it for lightweight scripts or integrate it into larger data pipelines. The library supports both standard Alpha Vantage keys and rapidAPI keys.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, installs with minimal friction, and uses a permissive MIT license. It's a straightforward wrapper around a free API with broad financial data coverage. Install it if you need to pull stock, crypto, or forex data into Python; skip it only if you prefer lower-level HTTP control or a different data source."},"id":"alpha-vantage","links":{"html":"https://skillfed.io/packages/alpha-vantage","md":"https://skillfed.io/packages/alpha-vantage.md","pypi":"https://pypi.org/project/alpha-vantage/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2024-07-18","license_spdx":null,"license_treatment":"permissive","name":"alpha-vantage","python_support":"unspecified","summary":"Python module to get stock data from the Alpha Vantage Api"},"popularity":{"monthly_downloads":233721,"position":9035,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.0.0"}
