skillfed

alpha-vantage

Alpha Vantage connects you to 20+ years of global financial data—equities, options, forex, crypto, commodities, and economic indicators—plus 50+ technical analysis tools. Query stock quotes, historical OHLCV, company fundamentals, earnings, news sentiment, and more with a free API key.

Alpha Vantage retrieves real-time and historical stock prices, OHLCV data, and market quotes via API.

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

725 62 MIT updated by LeonChaoX

Install

LeonChaoX/qinyan-academic-skills/alpha-vantage · repository language: Python

git clone https://github.com/LeonChaoX/qinyan-academic-skills
cp -r qinyan-academic-skills/skills/15-金融与经济数据/alpha-vantage ~/.claude/skills/alpha-vantage
npx skillfed install LeonChaoX/qinyan-academic-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 retrieves real-time and historical stock market data including prices, OHLCV, and quotes through its API. Sign up for a free API key, then query stock symbols to access current quotes and intraday data at multiple intervals (1-minute, 5-minute, and longer timeframes). The service covers 20+ years of historical prices.

What technical indicators does alpha-vantage support?

Alpha Vantage calculates and applies 50+ technical indicators including RSI, MACD, EMA, Bollinger Bands, and Stochastic oscillators. These tools help you analyze price trends and momentum across equities, forex, and crypto markets using real-time or historical data.

Can alpha-vantage fetch OHLCV candlestick data?

Yes, alpha-vantage fetches OHLCV candlestick data for stocks, forex, and cryptocurrencies. You can retrieve intraday data at 1-minute, 5-minute, 15-minute, 30-minute, and 60-minute intervals, as well as daily, weekly, and monthly candles spanning 20+ years of history.

Does alpha-vantage provide company fundamentals and earnings?

Alpha Vantage accesses company fundamentals including income statements, balance sheets, and earnings data. You can also retrieve earnings call transcripts with sentiment analysis, insider transaction intelligence, and other financial metrics to support fundamental analysis.

What forex, crypto, and commodity data is available?

Alpha Vantage fetches forex exchange rates, cryptocurrency prices (including Bitcoin and others), and commodity market data for gold, oil, natural gas, copper, wheat, and more. Access live rates and historical prices to track global markets across asset classes.

Does alpha-vantage include economic indicators and market news?

Yes, alpha-vantage retrieves economic indicators such as GDP, CPI, unemployment, nonfarm payroll stats, and treasury yields. It also provides market news sentiment analysis and insider transaction data to help you stay informed on macroeconomic trends and market sentiment.

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
skills/15-金融与经济数据/alpha-vantage/SKILL.md
skills/15-金融与经济数据/alpha-vantage/references/commodities.md
skills/15-金融与经济数据/alpha-vantage/references/economic-indicators.md
skills/15-金融与经济数据/alpha-vantage/references/forex-crypto.md
skills/15-金融与经济数据/alpha-vantage/references/fundamentals.md
skills/15-金融与经济数据/alpha-vantage/references/intelligence.md
skills/15-金融与经济数据/alpha-vantage/references/options.md
skills/15-金融与经济数据/alpha-vantage/references/technical-indicators.md
skills/15-金融与经济数据/alpha-vantage/references/time-series.md

Related skills

Tags

market-data-api equity-analysis forex-trading crypto-prices technical-analysis fundamental-research economic-data commodities-trading sentiment-intelligence rate-limit-aware