alpha-vantage

Fetch financial market data and calculate technical indicators via Alpha Vantage API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides access to real-time and historical financial market data, enabling users to fetch stock prices, company fundamentals, economic indicators, and more.

Core Features & Use Cases

  • Stock Data: Retrieve daily, weekly, monthly, or intraday OHLCV data, quotes, and company fundamentals.
  • Forex & Crypto: Access exchange rates and cryptocurrency prices.
  • Economic Indicators: Fetch data like GDP, CPI, and unemployment rates.
  • Technical Indicators: Calculate over 50 technical indicators (SMA, RSI, MACD, etc.).
  • Use Case: Analyze the historical performance of Apple (AAPL) by fetching its daily stock prices for the last five years and calculating its 50-day moving average.

Quick Start

Fetch the latest stock quote for Apple (AAPL).

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 company fundamentals using the Alpha Vantage API?▼

You can fetch real-time stock prices by retrieving daily, intraday, or monthly OHLCV data, and access company fundamentals including income statements, balance sheets, and cash flow directly through the Alpha Vantage API.

Can I calculate technical indicators like SMA, RSI, and MACD for financial market data?▼

Yes, you can calculate technical indicators like SMA, RSI, and MACD for financial market data. The Skill supports over 50 technical indicators, including Bollinger Bands and EMA, for historical performance analysis.

Does this Skill support fetching economic indicators like GDP, CPI, and treasury yields?▼

Yes, this Skill supports fetching economic indicators. You can retrieve macroeconomic data such as GDP, CPI, unemployment rates, and treasury yields, alongside market news, sentiment, and insider transactions.

How do I get cryptocurrency prices and forex exchange rates for market analysis?▼

To get cryptocurrency prices and forex exchange rates, you can retrieve Bitcoin and other crypto prices, as well as global forex exchange rates, directly via the Alpha Vantage API for market analysis.

Do I need an API key to access historical financial market data and gold or oil prices?▼

Yes, you need an API key from alphavantage.co to access historical financial market data. This key is required to authenticate requests for fetching gold, silver, oil prices, and other market data.

What's the best way to analyze a stock's historical performance and moving averages in pandas?▼

The best way to analyze historical performance is to fetch historical OHLCV stock data into a pandas DataFrame, then calculate moving averages like the 50-day SMA to identify trends and analyze the asset's performance.