alpha-vantage

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

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/yf8578/clawomics --skill alpha-vantage-yf8578
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alpha-vantage
Source: https://github.com/yf8578/clawomics/tree/main/skills/alpha-vantage
Command: npx skills add https://github.com/yf8578/clawomics --skill alpha-vantage-yf8578

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 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 current stock prices, historical OHLCV data, and company fundamentals.
  • Market Data: Access forex rates, cryptocurrency prices, commodity prices, and economic indicators.
  • Technical Indicators: Calculate over 50 technical indicators like SMA, EMA, MACD, and RSI.
  • Use Case: Get the current stock price and P/E ratio for Apple (AAPL), then fetch its latest quarterly income statement.

Quick Start

Use the alpha-vantage skill to get the latest stock price for Microsoft.

Frequently Asked Questions about alpha-vantage

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

FAQPage Schema
How do I get real-time stock prices and company fundamentals using an API?

To get real-time stock prices and company fundamentals, you can use Alpha Vantage API integration to fetch current stock prices, historical OHLCV data, and quarterly income statements for specific companies like AAPL.

Can I calculate technical indicators like RSI and MACD for crypto and forex market data?

Yes, you can calculate over 50 technical indicators including SMA, EMA, MACD, and RSI for crypto and forex market data, accessing real-time cryptocurrency prices and forex rates through the financial market data API.

Do I need an API key to fetch economic indicators and commodity prices?

Yes, you need an API key from alphavantage.co to fetch economic indicators and commodity prices, which requires setting up an account on the Alpha Vantage platform to access real-time and historical financial market data.

What Python libraries are required to access historical financial market data?

To access historical financial market data, you need the requests and pandas Python libraries installed, enabling data retrieval and structured manipulation of stock prices, forex rates, and technical indicators.

Does this market data API support fetching both real-time and historical OHLCV data?

Yes, the market data API supports fetching both real-time and historical financial market data, allowing you to retrieve current stock prices alongside historical OHLCV data and company fundamentals for comprehensive analysis.

What is the best way to retrieve quarterly income statements and P/E ratios for stocks?

The best way to retrieve quarterly income statements and P/E ratios for stocks is querying financial market data endpoints, which return real-time company fundamentals and historical financial metrics for comprehensive equity analysis.