alpha-vantage

Provides stock, currency, and crypto data via the LightRAG API.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/dgkngk/super-kit --skill alpha-vantage-dgkngk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alpha-vantage
Source: https://github.com/dgkngk/super-kit/tree/main/skills/tech/alpha-vantage
Command: npx skills add https://github.com/dgkngk/super-kit --skill alpha-vantage-dgkngk

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides access to a vast amount of real-time and historical financial market data, eliminating the need for manual data collection from multiple sources.

Core Features & Use Cases

  • Comprehensive Data Access: Fetch stock prices, fundamentals, forex rates, crypto prices, economic indicators, and technical indicators.
  • API Integration: Easily integrate with the Alpha Vantage API using provided Python examples.
  • Use Case: Quickly retrieve the current stock price and 52-week high for Apple (AAPL) to inform investment decisions.

Quick Start

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

Frequently Asked Questions about 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 company fundamentals using Python?

Retrieve real-time stock prices and fundamentals by calling the Alpha Vantage API through Python requests. This Skill returns current stock quotes, historical data, and financial metrics for investment analysis.

Can I fetch cryptocurrency and forex market data with pandas?

Yes, you can fetch crypto and forex data with pandas. The Skill calls the Alpha Vantage API to retrieve real-time cryptocurrency prices and forex rates, structuring the output into dataframes for analysis.

Do I need an Alpha Vantage API key to access technical indicators?

Yes, an Alpha Vantage API key is required to access technical indicators. You must configure this key in your Python scripts to retrieve over 50 technical indicators and economic indicators.

What is the best way to get historical economic indicators for market analysis?

The best way to get historical economic indicators is querying the Alpha Vantage API. This Skill automates data retrieval, pulling economic indicators directly into pandas dataframes for technical analysis.

Does this data retrieval method work for both stock quotes and crypto prices?

Yes, this data retrieval method works for both stock quotes and crypto prices. It integrates with the Alpha Vantage API to fetch real-time and historical data across stocks, forex, and crypto markets.