skillfed

alpha-vantage

Alpha Vantage connects you to 20+ years of global financial market data including equities, options, forex, cryptocurrencies, commodities, and economic indicators. Query stock quotes, OHLCV time series, company fundamentals, technical analysis indicators, and more with a free API key.

Alpha Vantage retrieves real-time and historical stock prices with OHLCV data via a free API.

AI-generated summary based on this skill's SKILL.md

2,494 184 Apache-2.0 updated by foryourhealth111-pixel

Install

foryourhealth111-pixel/Vibe-Skills/alpha-vantage · repository language: Python

git clone https://github.com/foryourhealth111-pixel/Vibe-Skills
cp -r Vibe-Skills/bundled/skills/alpha-vantage ~/.claude/skills/alpha-vantage
npx skillfed install foryourhealth111-pixel/Vibe-Skills/alpha-vantage

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I get stock price data in real time with alpha-vantage?

Alpha Vantage provides real-time and historical stock price data through its API. You can retrieve current quotes, OHLCV candlestick data, and time series information for equities by querying with a stock symbol and your free API key. The service covers 20+ years of global market data.

Can alpha-vantage fetch OHLCV candlestick data?

Yes, alpha-vantage supports fetching OHLCV candlestick data for stocks and other assets. You can access open, high, low, close, and volume information across multiple timeframes for technical analysis and historical price tracking.

What technical indicators does alpha-vantage calculate?

Alpha Vantage calculates a wide range of technical indicators including SMA, EMA, RSI, MACD, Bollinger Bands, and more. These indicators help traders perform technical analysis on stock price movements and market trends.

Does alpha-vantage provide forex, crypto, and commodity prices?

Alpha Vantage offers access to forex exchange rates, cryptocurrency prices like Bitcoin, and commodity market data including gold, oil, natural gas, copper, and wheat. You can query these asset classes alongside equities using the same API.

Can I access company fundamentals and financial statements?

Yes, alpha-vantage provides company fundamentals and financial statement data including income statements, balance sheets, and cash flow information. This allows you to analyze company financial health alongside market price data.

What economic indicators are available through alpha-vantage?

Alpha Vantage includes macroeconomic data such as GDP, CPI, unemployment rates, and inflation metrics. These economic indicators help you understand broader market conditions and correlate them with asset price movements.

SKILL.md

rendered from the published skill — quoted content, verbatim

Alpha Vantage — Financial Market Data

Access 20+ years of global financial data: equities, options, forex, crypto, commodities, economic indicators, and 50+ technical indicators.

API Key Setup (Required)

  1. Get a free key at https://www.alphavantage.co/support/#api-key (premium plans available for higher rate limits)
  2. Set as environment variable:
export ALPHAVANTAGE_API_KEY="your_key_here"

Installation

uv pip install requests pandas

Base URL & Request Pattern

All requests go

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 9 files
bundled/skills/alpha-vantage/SKILL.md
bundled/skills/alpha-vantage/references/commodities.md
bundled/skills/alpha-vantage/references/economic-indicators.md
bundled/skills/alpha-vantage/references/forex-crypto.md
bundled/skills/alpha-vantage/references/fundamentals.md
bundled/skills/alpha-vantage/references/intelligence.md
bundled/skills/alpha-vantage/references/options.md
bundled/skills/alpha-vantage/references/technical-indicators.md
bundled/skills/alpha-vantage/references/time-series.md

Related skills

Tags

market-data-api financial-analytics time-series-data asset-pricing macro-indicators sentiment-analysis multi-asset-class technical-analysis fundamental-research rate-limited-service