Directory/finance/Alpha Vantage
Alpha Vantage
active

Free stock, forex, crypto, and economic data — real-time and historical time series

financeAPI KeyFREEMIUM
🤖 00 ↓  |  👤 00
Official Documentation

Connect via PincerAPI

Use our proxy to call Alpha Vantage with your PincerAPI key. No separate signup needed.

# Get instructions for Alpha Vantage
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  https://pincerapi.com/api/v1/apis/alpha-vantage/instructions

# Call through PincerAPI proxy
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  "https://pincerapi.com/api/v1/connect/alpha-vantage/your/endpoint/here"

Direct Setup

Endpoints

GET/query?function=GLOBAL_QUOTE

Get real-time price quote for a stock symbol

💡 Returns open, high, low, price, volume, latest trading day, previous close, change, change percent.

GET/query?function=TIME_SERIES_DAILY

Daily historical stock prices (up to 20 years)

💡 compact returns last 100 data points. full returns full history. Data keyed by date string.

GET/query?function=SYMBOL_SEARCH

Search for stock symbols by name or keyword

💡 Use to find ticker symbols. Returns symbol, name, type, region, currency.

GET/query?function=CURRENCY_EXCHANGE_RATE

Real-time currency exchange rate

💡 Works for both fiat (USD, EUR) and crypto (BTC, ETH). Returns exchange rate, bid, ask.

GET/query?function=DIGITAL_CURRENCY_DAILY

Daily crypto prices in chosen market

💡 Returns OHLCV data plus market cap. symbol is the crypto (BTC, ETH), market is the fiat currency.

Related APIs in finance