alpha-vantage

Retrieve global financial market data and technical indicators via the Alpha Vantage API.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/nferrer-dev/claude-dotfiles --skill alpha-vantage-nferrer-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alpha-vantage
Source: https://github.com/nferrer-dev/claude-dotfiles/tree/main/skills/alpha-vantage
Command: npx skills add https://github.com/nferrer-dev/claude-dotfiles --skill alpha-vantage-nferrer-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill solves the challenge of manually gathering fragmented financial data by providing a unified interface to access real-time and historical market information, economic indicators, and technical analysis metrics.

Core Features & Use Cases

  • Financial Market Data: Retrieve stock quotes, company fundamentals, and historical OHLCV data for equities.
  • Economic & Technical Analysis: Access macroeconomic indicators like GDP and CPI, alongside 50+ technical indicators such as RSI, MACD, and Bollinger Bands.
  • Use Case: A quantitative researcher can use this skill to pull historical daily price data for a specific ticker and calculate a 200-day moving average to identify long-term trend signals.

Quick Start

Use the alpha-vantage skill to fetch the latest daily stock price and technical RSI indicator for Apple.

Frequently Asked Questions about alpha-vantage

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

FAQPage Schema
How do I retrieve historical stock market data for technical analysis?

To retrieve historical stock market data for technical analysis, you can programmatically pull historical OHLCV time-series data for equities using a standardized API interface. This data facilitates quantitative analysis and technical indicator calculation.

Can I calculate technical indicators like RSI and MACD for equities?

Yes, you can calculate 50+ technical indicators including RSI, MACD, and Bollinger Bands for equities. The interface provides programmatic access to these metrics to help identify trend signals for quantitative research.

Does this skill provide cryptocurrency and forex market data?

Yes, the skill provides cryptocurrency and forex market data alongside global equities. You can retrieve real-time and historical market information across these asset classes through the same standardized API interface.

Do I need an API key to access economic indicators like GDP and CPI?

Yes, you need a valid API key for authentication to access economic indicators like GDP and CPI. The API requires this authentication to handle data retrieval for macroeconomic analysis tasks programmatically.

What is the best way to pull company fundamentals and stock quotes into pandas?

The best way to pull company fundamentals and stock quotes into pandas is by using this skill's standardized interface, which handles data retrieval for quantitative analysis and portfolio monitoring using requests and pandas dependencies.