← Tools Reference

Alpha Vantage

Alpha Vantage integration (Finance, Data). Imported from open-connector.

API key44 toolshttps://www.alphavantage.co
GET
alpha_vantage_search_symbols
Search supported stocks, ETFs, and mutual funds by keyword and return the best matching symbols.

/query

1 parameter
ParamTypeRequiredDescription
keywordsstringoptionalThe company name, ticker fragment, or keyword to search for.
GET
alpha_vantage_get_global_quote
Retrieve the latest end-of-day quote snapshot for a single stock symbol from Alpha Vantage.

/query

1 parameter
ParamTypeRequiredDescription
symbolstringoptionalThe stock symbol to query, such as IBM or TSCO.LON.
GET
alpha_vantage_get_intraday_time_series
Retrieve raw intraday OHLCV time series data for a stock symbol from Alpha Vantage.

/query

7 parameters
ParamTypeRequiredDescription
symbolstringrequiredThe stock symbol to query, such as IBM or TSCO.LON.
intervalstringrequiredThe intraday interval between data points.
adjustedbooleanoptionalWhether to request adjusted intraday values.
extendedHoursbooleanoptionalWhether to include extended-hours trading data.
monthstringoptionalThe optional month in YYYY-MM format for historical intraday data.
outputSizestringoptionalThe amount of historical data to return. Use compact for the latest 100 data po…
datatypestringoptionalThe response format requested from Alpha Vantage.
GET
alpha_vantage_get_daily_time_series
Retrieve the raw daily OHLCV time series for a single stock symbol from Alpha Vantage.

/query

2 parameters
ParamTypeRequiredDescription
symbolstringrequiredThe stock symbol to query, such as IBM or TSCO.LON.
outputSizestringoptionalThe amount of historical data to return. Use compact for the latest 100 data po…
GET
alpha_vantage_get_daily_adjusted_time_series
Retrieve raw daily adjusted OHLCV, dividend, and split data for a stock symbol from Alpha Vantage.

/query

3 parameters
ParamTypeRequiredDescription
symbolstringrequiredThe stock symbol to query, such as IBM or TSCO.LON.
outputSizestringoptionalThe amount of historical data to return. Use compact for the latest 100 data po…
datatypestringoptionalThe response format requested from Alpha Vantage.
GET
alpha_vantage_get_weekly_time_series
Retrieve the raw weekly OHLCV time series for a single stock symbol from Alpha Vantage.

/query

1 parameter
ParamTypeRequiredDescription
symbolstringoptionalThe stock symbol to query, such as IBM or TSCO.LON.
GET
alpha_vantage_get_weekly_adjusted_time_series
Retrieve raw weekly adjusted OHLCV and dividend data for a stock symbol from Alpha Vantage.

/query

1 parameter
ParamTypeRequiredDescription
symbolstringoptionalThe stock symbol to query, such as IBM or TSCO.LON.
GET
alpha_vantage_get_monthly_time_series
Retrieve the raw monthly OHLCV time series for a single stock symbol from Alpha Vantage.

/query

1 parameter
ParamTypeRequiredDescription
symbolstringoptionalThe stock symbol to query, such as IBM or TSCO.LON.
GET
alpha_vantage_get_monthly_adjusted_time_series
Retrieve raw monthly adjusted OHLCV and dividend data for a stock symbol from Alpha Vantage.

/query

1 parameter
ParamTypeRequiredDescription
symbolstringoptionalThe stock symbol to query, such as IBM or TSCO.LON.
GET
alpha_vantage_get_realtime_bulk_quotes
Retrieve raw realtime bulk quotes for up to 100 stock symbols.

/query

1 parameter
ParamTypeRequiredDescription
symbolsstringoptionalA comma-separated list of stock symbols, such as MSFT,AAPL,IBM.
GET
alpha_vantage_get_top_gainers_losers
Retrieve the raw Alpha Vantage top gainers, losers, and most active stocks.

/query

GET
alpha_vantage_get_market_status
Retrieve the current open or closed status for major equity, forex, and cryptocurrency markets.

/query

GET
alpha_vantage_get_currency_exchange_rate
Retrieve the raw realtime exchange rate for a currency pair.

/query

2 parameters
ParamTypeRequiredDescription
fromSymbolstringoptionalThe base currency code, such as USD or BTC.
toSymbolstringoptionalThe quote currency code, such as EUR or USD.
GET
alpha_vantage_get_fx_intraday
Retrieve raw intraday forex OHLC data for a currency pair.

/query

5 parameters
ParamTypeRequiredDescription
fromSymbolstringrequiredThe base currency code, such as EUR.
toSymbolstringrequiredThe quote currency code, such as USD.
intervalstringrequiredThe intraday interval between data points.
outputSizestringoptionalThe amount of historical data to return. Use compact for the latest 100 data po…
datatypestringoptionalThe response format requested from Alpha Vantage.
GET
alpha_vantage_get_fx_daily
Retrieve raw daily forex OHLC data for a currency pair.

/query

4 parameters
ParamTypeRequiredDescription
fromSymbolstringrequiredThe base currency code, such as EUR.
toSymbolstringrequiredThe quote currency code, such as USD.
outputSizestringoptionalThe amount of historical data to return. Use compact for the latest 100 data po…
datatypestringoptionalThe response format requested from Alpha Vantage.
GET
alpha_vantage_get_fx_weekly
Retrieve raw weekly forex OHLC data for a currency pair.

/query

2 parameters
ParamTypeRequiredDescription
fromSymbolstringoptionalThe base currency code, such as USD or BTC.
toSymbolstringoptionalThe quote currency code, such as EUR or USD.
GET
alpha_vantage_get_fx_monthly
Retrieve raw monthly forex OHLC data for a currency pair.

/query

2 parameters
ParamTypeRequiredDescription
fromSymbolstringoptionalThe base currency code, such as USD or BTC.
toSymbolstringoptionalThe quote currency code, such as EUR or USD.
GET
alpha_vantage_get_crypto_intraday
Retrieve raw intraday OHLCV data for a cryptocurrency market pair.

/query

3 parameters
ParamTypeRequiredDescription
symbolstringoptionalThe digital currency symbol, such as BTC.
marketstringoptionalThe market currency, such as USD.
intervalstringoptionalThe intraday interval between data points.
GET
alpha_vantage_get_digital_currency_daily
Retrieve raw daily historical time series data for a digital currency.

/query

2 parameters
ParamTypeRequiredDescription
symbolstringoptionalThe digital currency symbol, such as BTC.
marketstringoptionalThe market currency, such as USD.
GET
alpha_vantage_get_digital_currency_weekly
Retrieve raw weekly historical time series data for a digital currency.

/query

2 parameters
ParamTypeRequiredDescription
symbolstringoptionalThe digital currency symbol, such as BTC.
marketstringoptionalThe market currency, such as USD.
GET
alpha_vantage_get_digital_currency_monthly
Retrieve raw monthly historical time series data for a digital currency.

/query

2 parameters
ParamTypeRequiredDescription
symbolstringoptionalThe digital currency symbol, such as BTC.
marketstringoptionalThe market currency, such as USD.
GET
alpha_vantage_get_company_overview
Retrieve raw company overview and fundamental data for a stock symbol.

/query

1 parameter
ParamTypeRequiredDescription
symbolstringoptionalThe stock symbol to query, such as IBM or TSCO.LON.
GET
alpha_vantage_get_etf_profile
Retrieve raw ETF profile and holdings data for an ETF symbol.

/query

1 parameter
ParamTypeRequiredDescription
symbolstringoptionalThe stock symbol to query, such as IBM or TSCO.LON.
GET
alpha_vantage_get_income_statement
Retrieve raw annual and quarterly income statement data for a company.

/query

1 parameter
ParamTypeRequiredDescription
symbolstringoptionalThe stock symbol to query, such as IBM or TSCO.LON.
GET
alpha_vantage_get_balance_sheet
Retrieve raw annual and quarterly balance sheet data for a company.

/query

1 parameter
ParamTypeRequiredDescription
symbolstringoptionalThe stock symbol to query, such as IBM or TSCO.LON.
GET
alpha_vantage_get_cash_flow
Retrieve raw annual and quarterly cash flow data for a company.

/query

1 parameter
ParamTypeRequiredDescription
symbolstringoptionalThe stock symbol to query, such as IBM or TSCO.LON.
GET
alpha_vantage_get_earnings
Retrieve raw annual and quarterly earnings data for a company.

/query

1 parameter
ParamTypeRequiredDescription
symbolstringoptionalThe stock symbol to query, such as IBM or TSCO.LON.
GET
alpha_vantage_get_earnings_estimates
Retrieve raw analyst earnings estimates for a company.

/query

1 parameter
ParamTypeRequiredDescription
symbolstringoptionalThe stock symbol to query, such as IBM or TSCO.LON.
GET
alpha_vantage_get_listing_status
Retrieve raw active or delisted listing status data as CSV.

/query

2 parameters
ParamTypeRequiredDescription
datestringoptionalThe optional listing status date in YYYY-MM-DD format.
statestringoptionalThe listing state to request.
GET
alpha_vantage_get_earnings_calendar
Retrieve raw upcoming earnings calendar data as CSV.

/query

2 parameters
ParamTypeRequiredDescription
symbolstringoptionalThe optional stock symbol used to filter the calendar.
horizonstringoptionalThe calendar horizon to request.
GET
alpha_vantage_get_ipo_calendar
Retrieve raw upcoming IPO calendar data as CSV.

/query

GET
alpha_vantage_get_dividends
Retrieve raw historical and future dividend data for a stock symbol.

/query

1 parameter
ParamTypeRequiredDescription
symbolstringoptionalThe stock symbol to query, such as IBM or TSCO.LON.
GET
alpha_vantage_get_splits
Retrieve raw historical split data for a stock symbol.

/query

1 parameter
ParamTypeRequiredDescription
symbolstringoptionalThe stock symbol to query, such as IBM or TSCO.LON.
GET
alpha_vantage_get_insider_transactions
Retrieve raw insider transaction data for a stock symbol.

/query

1 parameter
ParamTypeRequiredDescription
symbolstringoptionalThe stock symbol to query, such as IBM or TSCO.LON.
GET
alpha_vantage_get_institutional_holdings
Retrieve raw institutional holding data for a stock symbol.

/query

1 parameter
ParamTypeRequiredDescription
symbolstringoptionalThe stock symbol to query, such as IBM or TSCO.LON.
GET
alpha_vantage_get_earnings_call_transcript
Retrieve a raw earnings call transcript for a symbol, quarter, and fiscal year.

/query

3 parameters
ParamTypeRequiredDescription
symbolstringoptionalThe stock symbol to query, such as IBM.
quarterstringoptionalThe fiscal quarter to request.
fiscalYearintegeroptionalThe fiscal year to request, such as 2024.
GET
alpha_vantage_get_historical_options
Retrieve raw historical options data for a stock symbol.

/query

2 parameters
ParamTypeRequiredDescription
symbolstringrequiredThe stock symbol to query, such as IBM.
datestringoptionalThe optional options contract date in YYYY-MM-DD format.
GET
alpha_vantage_get_realtime_options
Retrieve raw realtime options data for a stock symbol.

/query

3 parameters
ParamTypeRequiredDescription
symbolstringrequiredThe stock symbol to query, such as IBM.
requireGreeksbooleanoptionalWhether to include Greeks and implied volatility fields.
contractstringoptionalThe optional option contract identifier to request.
GET
alpha_vantage_get_news_sentiment
Retrieve raw live and historical market news and sentiment data.

/query

6 parameters
ParamTypeRequiredDescription
tickersstringoptionalComma-separated tickers or asset identifiers.
topicsstringoptionalComma-separated Alpha Vantage news topics.
timeFromstringoptionalThe start timestamp in YYYYMMDDTHHMM format.
timeTostringoptionalThe end timestamp in YYYYMMDDTHHMM format.
sortstringoptionalThe article sort order.
limitintegeroptionalThe maximum number of articles to return.
GET
alpha_vantage_get_sector_performance
Retrieve raw realtime and historical sector performance data.

/query

GET
alpha_vantage_get_commodity_data
Retrieve raw commodity time series data from an Alpha Vantage commodity endpoint.

/query

3 parameters
ParamTypeRequiredDescription
commoditystringrequiredThe commodity endpoint to query.
intervalstringoptionalThe time interval to request.
datatypestringoptionalThe response format requested from Alpha Vantage.
GET
alpha_vantage_get_macro_indicator
Retrieve raw macroeconomic indicator data from Alpha Vantage.

/query

4 parameters
ParamTypeRequiredDescription
indicatorstringrequiredThe macroeconomic indicator endpoint to query.
intervalstringoptionalThe time interval to request where supported.
maturitystringoptionalThe Treasury yield maturity to request.
datatypestringoptionalThe response format requested from Alpha Vantage.
GET
alpha_vantage_get_technical_indicator
Retrieve raw technical indicator data using an official Alpha Vantage indicator function.

/query

25 parameters
ParamTypeRequiredDescription
indicatorstringrequiredThe technical indicator function to query.
symbolstringrequiredThe equity symbol or currency pair to analyze.
intervalstringrequiredThe time interval between data points.
timePeriodintegeroptionalThe number of periods used for the indicator calculation.
seriesTypestringoptionalThe price series to use for the calculation.
monthstringoptionalThe optional month in YYYY-MM format for intraday historical data.
fastPeriodintegeroptionalThe fast period parameter for supported indicators.
slowPeriodintegeroptionalThe slow period parameter for supported indicators.
signalPeriodintegeroptionalThe signal period parameter for supported indicators.
fastKPeriodintegeroptionalThe fast K period parameter for supported indicators.
slowKPeriodintegeroptionalThe slow K period parameter for supported indicators.
slowDPeriodintegeroptionalThe slow D period parameter for supported indicators.
slowKMatypeintegeroptionalThe slow K moving average type for supported indicators.
slowDMatypeintegeroptionalThe slow D moving average type for supported indicators.
fastDPeriodintegeroptionalThe fast D period parameter for supported indicators.
fastDMatypeintegeroptionalThe fast D moving average type for supported indicators.
fastMatypeintegeroptionalThe fast moving average type for supported indicators.
slowMatypeintegeroptionalThe slow moving average type for supported indicators.
signalMatypeintegeroptionalThe signal moving average type for supported indicators.
matypeintegeroptionalThe moving average type for supported indicators.
nbdevupintegeroptionalThe upper band standard deviation multiplier.
nbdevdnintegeroptionalThe lower band standard deviation multiplier.
accelerationnumberoptionalThe acceleration factor for supported indicators.
maximumnumberoptionalThe maximum acceleration value for supported indicators.
datatypestringoptionalThe response format requested from Alpha Vantage.
GET
alpha_vantage_call_official_function
Call a documented Alpha Vantage query function with raw JSON-facing parameters for advanced coverage.

/query

3 parameters
ParamTypeRequiredDescription
functionNamestringrequiredThe official Alpha Vantage function name to call.
parametersobjectoptionalOfficial Alpha Vantage query parameters excluding function and apikey.
responseFormatstringoptionalThe expected response format.