alpha-vantage

Retrieve stock quotes, technical indicators, and fundamental metrics from the Alpha Vantage API.

173|28|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/gauss314/skills --skill alpha-vantage-gauss314
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alpha-vantage
Source: https://github.com/gauss314/skills/tree/main/skills/alpha-vantage
Command: npx skills add https://github.com/gauss314/skills --skill alpha-vantage-gauss314

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, requests, and includes scripts (resource) and 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 query real-time and historical market information across stocks, forex, crypto, and economic indicators.

Core Features & Use Cases

  • Financial Data Retrieval: Access daily, weekly, and monthly time series for global equities and assets.
  • Technical & Fundamental Analysis: Perform automated calculations using over 50 technical indicators or pull company balance sheets and income statements.
  • Use Case: A user can automate the generation of a daily report comparing the RSI of multiple tech stocks against macroeconomic indicators like the Federal Funds Rate.

Quick Start

Use the alpha-vantage skill to download the daily time series data for the symbol AAPL and save it to the data directory.

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 quantitative research?

This skill retrieves historical stock market data by querying daily, weekly, and monthly time series for global equities via the Alpha Vantage API. It supports quantitative research and portfolio monitoring across multi-asset classes.

Can I pull technical indicators and fundamental metrics for equities?

Yes, you can pull technical indicators and fundamental metrics for equities. The skill retrieves over 50 technical indicators alongside company balance sheets and income statements to support technical and fundamental analysis.

Does this API handle rate-limited requests for forex and crypto data?

Yes, the API handles rate-limited requests for forex and crypto data through automated delay management. It retrieves multi-asset market data across equities, forex, and cryptocurrencies while managing request rates automatically.

Do I need an API key to access global financial market data?

Yes, you need a valid Alpha Vantage API key to access global financial market data. The skill requires this key to authenticate requests and retrieve real-time and historical market information across multiple asset classes.

What's the best way to compare stock RSI against macroeconomic indicators?

The best way to compare stock RSI against macroeconomic indicators is to retrieve both datasets through a unified API interface. You can pull over 50 technical indicators alongside macroeconomic data like the Federal Funds Rate for automated report generation.