Skip to main content

At a glance

Credentials

Set these per environment. See Connect an integration.
VariableRequiredDescription
ALPHAVANTAGE_API_KEYYesAlpha Vantage API key claimed from the free API key form Docs.

Setup

  1. Claim a free API key: Open https://www.alphavantage.co/support/#api-key, fill in the short form (who you are, organization, email address), and the API key is shown immediately. The free key allows up to 25 requests per day.
  2. Store the key: Set the key as ALPHAVANTAGE_API_KEY.
  3. Verify it works: Open https://www.alphavantage.co/query?function=GLOBAL_QUOTE&symbol=IBM&apikey=YOUR_KEY in a browser and check that a JSON quote comes back instead of an error message.
Provider API reference: https://www.alphavantage.co/documentation/

Tools

ToolAccessDescription
Get QuoteReadGet the latest price and volume information for an equity ticker
Daily Time SeriesReadGet daily open, high, low, close, and volume history for an equity ticker
Symbol SearchReadSearch for ticker symbols and companies matching keywords
Company OverviewReadGet company information and key fundamentals (market cap, PE ratio, EPS, sector) for an equity ticker
FX Exchange RateReadGet the realtime exchange rate between two currencies (physical or digital, e.g. USD to EUR or BTC to USD)