alphavantage

Fetch financial data from AlphaVantage for stocks, forex, crypto, and commodities.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/CK991357/gemini-chat --skill alphavantage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alphavantage
Source: https://github.com/CK991357/gemini-chat/tree/main/src/skills/alphavantage
Command: npx skills add https://github.com/CK991357/gemini-chat --skill alphavantage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides easy access to diverse AlphaVantage financial data, removing the need to manually gather market information from multiple sources.

Core Features & Use Cases

  • Real-time quotes: Retrieve current prices for stocks, forex, and crypto.
  • Historical data & market insights: Access time-series data, ETF profiles, and market sentiment to inform analyses.
  • Programmable automation: Use a consistent interface to request data across asset classes and instruments.

Quick Start

Use the alphavantage tool to fetch real-time data for a symbol, e.g., mode: global_quote with parameters: {"symbol":"AAPL"}.

Frequently Asked Questions about alphavantage

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

FAQPage Schema
How do I fetch real-time stock quotes and crypto prices?

You can fetch historical time-series data by selecting the appropriate mode and specifying your target symbol. This returns structured data covering diverse asset classes for downstream market analysis.

Do I need an API key to fetch forex and commodities data?

Yes, an AlphaVantage API key is required to fetch forex and commodities data. This key authenticates your requests and enables access to real-time quotes, historical time series, and market sentiment.

Can I retrieve ETF profiles and insider transactions for market analysis?

Yes, you can retrieve ETF profiles and insider transactions for market analysis. The skill supports multiple explicit modes to fetch this diverse financial data and return structured results.

What is the best way to access earnings transcripts and market sentiment?

The best way to access earnings transcripts and market sentiment is through the skill's multiple explicit modes. This provides a consistent interface to request structured data across various financial instruments.

Does this approach support programmable automation for fetching finance data?

Yes, it supports programmable automation for fetching finance data. You use a consistent interface with explicit parameter definitions to request structured data across asset classes and instruments.