AlphaVantage
A fast, lightweight Python interface to the AlphaVantage API.
Install / Use
npx skills add Pmlsa/AlphaVantageInstalls into whichever agent you are using.
README
What is Alpha Vantage?
A fast, lightweight Python interface to the AlphaVantage API
Alpha Vantage offers free realtime financial data and historical market data. This module implements a python interface to the free API provided by Alpha Vantage. This project requires a free API key, which can be found at this website.
Example Usage
import AlphaVantage.client as av
client = av.Client()
client.get_quote("MSFT")
Related Skills
valuecell
11.0kValueCell is a community-driven, multi-agent platform for financial applications.
QuantDinger
10.4kAI quantitative trading platform for crypto, stocks, and forex with backtesting, live trading, market data, and multi-agent research.vibe-trading ,trading-agents,ai-trader,ai-trading
beanquery-mcp
50Beancount MCP Server is an experimental implementation that utilizes the Model Context Protocol (MCP) to enable AI assistants to query and analyze Beancount ledger files using Beancount Query Language (BQL) and the beanquery tool.
finance-skills
3.1kA collection of skills for AI financial analysis.
