service-alpha-vantage

Fetch financial market data via the Alpha Vantage API.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/biomaps-infra/blender-opencode --skill service-alpha-vantage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: service-alpha-vantage
Source: https://github.com/biomaps-infra/blender-opencode/tree/main/.opencode/skills/service-alpha-vantage
Command: npx skills add https://github.com/biomaps-infra/blender-opencode --skill service-alpha-vantage

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 amount of financial market data, enabling users to fetch stock prices, company fundamentals, economic indicators, and more, eliminating the need for multiple data sources.

Core Features & Use Cases

  • Real-time and Historical Data: Access over 20 years of global financial data including equities, forex, crypto, commodities, and economic indicators.
  • Technical Indicators: Calculate over 50 technical indicators for in-depth market analysis.
  • Use Case: Fetch the latest stock quote for Apple (AAPL), retrieve its daily OHLCV data for the past year, and calculate its 14-day RSI to assess its current market momentum.

Quick Start

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

Frequently Asked Questions about service-alpha-vantage

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

FAQPage Schema
How do I retrieve real-time stock prices and historical market data for technical analysis?

To retrieve real-time stock prices and historical market data for technical analysis, use this Skill to fetch global equities, forex, crypto, and commodities data via the Alpha Vantage API. It requires an API key from alphavantage.co and the `requests` and `pandas` libraries for data retrieval and manipulation.

Can I calculate technical indicators like RSI using Python and the Alpha Vantage API?

Yes, you can calculate over 50 technical indicators like RSI using Python and the Alpha Vantage API. This Skill supports fetching the necessary daily OHLCV data and computing in-depth market momentum metrics directly through API endpoints.

Does accessing forex rates and cryptocurrency prices require multiple data sources?

Accessing forex rates and cryptocurrency prices does not require multiple data sources. This Skill provides a single access point to over 20 years of global financial data, including forex, crypto, commodities, and economic indicators, eliminating the need for fragmented feeds.

What's the best way to get company fundamentals and economic indicators with pandas?

The best way to get company fundamentals and economic indicators with pandas is using this Skill. It retrieves real-time and historical financial market data via the Alpha Vantage API, returning structured outputs ready for immediate pandas data manipulation.

Do I need an Alpha Vantage API key to fetch commodities and economic indicators in Python?

Yes, you need an Alpha Vantage API key to fetch commodities and economic indicators in Python. The Skill requires this key along with the `requests` and `pandas` libraries to authenticate and retrieve over 20 years of financial market data.