alpha-vantage

Fetch financial market data from the Alpha Vantage API using Python.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/felixboehm/biochem-allergy --skill alpha-vantage-felixboehm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alpha-vantage
Source: https://github.com/felixboehm/biochem-allergy/tree/main/.claude/skills/alpha-vantage
Command: npx skills add https://github.com/felixboehm/biochem-allergy --skill alpha-vantage-felixboehm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, pandas, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides access to a vast array of real-time and historical financial market data, eliminating the need for multiple disparate data sources and complex API integrations.

Core Features & Use Cases

  • Comprehensive Data Access: Fetch stock prices, company fundamentals, forex rates, cryptocurrency prices, commodities, economic indicators, and technical indicators.
  • API Key Management: Guides users on obtaining and setting up their Alpha Vantage API key.
  • Use Case: Quickly retrieve the latest stock quote for Apple (AAPL), analyze its daily trading volume, and calculate its 14-day Relative Strength Index (RSI) to inform investment decisions.

Quick Start

Fetch the daily OHLCV data for Apple (AAPL) using the TIME_SERIES_DAILY function.

Frequently Asked Questions about alpha-vantage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch real-time stock prices and technical indicators using Python?

Retrieve real-time stock prices and over 50 technical indicators using Python requests to call the Alpha Vantage API and pandas to structure the returned financial market data. You must configure a valid Alpha Vantage API key to authenticate your data retrieval.

What financial market data can I access through the Alpha Vantage API?

Through the Alpha Vantage API you can access real-time and historical stock prices, company fundamentals, forex rates, cryptocurrency data, commodities, economic indicators, and over 50 technical indicators for comprehensive financial market analysis.

Do I need an Alpha Vantage API key to retrieve historical forex and crypto data?

Yes, an Alpha Vantage API key is required to retrieve historical forex and crypto data. The Skill guides you through obtaining and configuring your API key to authenticate all financial market data requests via Python.

Can I use pandas to analyze company fundamentals and economic indicators fetched via requests?

Yes, you can use pandas to analyze company fundamentals and economic indicators fetched via requests. The Skill utilizes Python requests for API data retrieval and pandas for structuring and handling the returned financial market datasets.

What is the best way to calculate technical analysis indicators like RSI for stocks in Python?

The best way to calculate technical analysis indicators like RSI for stocks in Python is fetching the data through the Alpha Vantage API, which supports over 50 technical indicators natively, and processing the output using pandas for analysis.

Are there limitations to fetching real-time financial market data with the Alpha Vantage API?

Limitations of fetching real-time financial market data with the Alpha Vantage API include potential rate limits tied to your API key tier. The Skill relies on Python requests and pandas, so exceeding API call thresholds may temporarily restrict data retrieval.