Alpha Vantage
alpha_vantageAlpha Vantage provides free APIs for real-time and historical financial data, including stock time series, technical indicators, and more.
Acciones disponibles (20)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get All Commodities Price IndexALPHA_VANTAGE_ALL_COMMODITIESAcciónTool to retrieve the global price index of all commodities. use when you need monthly, quarterly, or annual aggregated price index data for commodities.
ALPHA_VANTAGE_ALL_COMMODITIESAcciónTool to retrieve the global price index of all commodities. use when you need monthly, quarterly, or annual aggregated price index data for commodities.
Parámetros de entrada
datatypestringenumOutput format: 'json' for JSON response, 'csv' for CSV text.
jsoncsvintervalstringObligatorioenumTime interval for the global commodities price index. Supported values: 'monthly', 'quarterly', 'annual'.
monthlyquarterlyannual
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
ALUMINUMALPHA_VANTAGE_ALUMINUMAcciónTool to fetch global aluminum prices. use when you need monthly, quarterly, or annual lme aluminum price data.
ALPHA_VANTAGE_ALUMINUMAcciónTool to fetch global aluminum prices. use when you need monthly, quarterly, or annual lme aluminum price data.
Parámetros de entrada
datatypestringenumResponse format: json or csv
jsoncsvintervalstringenumTime horizon for aluminum prices
monthlyquarterlyannual
Parámetros de salida
DataobjectObligatorioerrorstringError if any occurred during the execution of the action
Meta DataobjectObligatoriosuccessfulbooleanObligatorioWhether or not the action execution was successful or not
Balance SheetALPHA_VANTAGE_BALANCE_SHEETAcciónTool to return annual and quarterly balance sheets for a company. use when you need detailed fiscal statements for analysis.
ALPHA_VANTAGE_BALANCE_SHEETAcciónTool to return annual and quarterly balance sheets for a company. use when you need detailed fiscal statements for analysis.
Parámetros de entrada
symbolstringObligatorioThe stock ticker symbol of the company, e.g., 'IBM'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Brent Crude Oil PricesALPHA_VANTAGE_BRENTAcciónTool to fetch brent crude oil prices. use when you need daily, weekly, or monthly brent price data.
ALPHA_VANTAGE_BRENTAcciónTool to fetch brent crude oil prices. use when you need daily, weekly, or monthly brent price data.
Parámetros de entrada
datatypestringenumOutput format. Defaults to 'json'.
jsoncsvintervalstringenumTime series interval. Defaults to 'monthly'.
dailyweeklymonthly
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Global Coffee PriceALPHA_VANTAGE_COFFEEAcciónTool to retrieve the global coffee price series. use when you need historical monthly, quarterly, or annual coffee prices.
ALPHA_VANTAGE_COFFEEAcciónTool to retrieve the global coffee price series. use when you need historical monthly, quarterly, or annual coffee prices.
Parámetros de entrada
datatypestringenumResponse format: json or csv.
jsoncsvintervalstringenumTime resolution: monthly, quarterly, or annual.
monthlyquarterlyannual
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
COPPERALPHA_VANTAGE_COPPERAcciónTool to fetch global price of copper in monthly, quarterly, and annual intervals. use when you need historical copper price series for analysis.
ALPHA_VANTAGE_COPPERAcciónTool to fetch global price of copper in monthly, quarterly, and annual intervals. use when you need historical copper price series for analysis.
Parámetros de entrada
datatypestringenumResponse format: json or csv
jsoncsvintervalstringenumTime horizon for copper prices
monthlyquarterlyannual
Parámetros de salida
DataobjectObligatorioerrorstringError if any occurred during the execution of the action
Meta DataobjectObligatoriosuccessfulbooleanObligatorioWhether or not the action execution was successful or not
CornALPHA_VANTAGE_CORNAcciónTool to retrieve global price of corn in monthly, quarterly, and annual intervals. use after verifying api key when you need historical corn price data.
ALPHA_VANTAGE_CORNAcciónTool to retrieve global price of corn in monthly, quarterly, and annual intervals. use after verifying api key when you need historical corn price data.
Parámetros de entrada
datatypestringenumOutput format of the data.
jsoncsvintervalstringenumTime interval between data points.
monthlyquarterlyannual
Parámetros de salida
dataobject[]ObligatorioList of historical price data points.
namestringObligatorioName of the commodity, e.g., 'Corn'.
unitstringObligatorioUnit of measurement for the commodity prices, e.g., 'per bushel'.
errorstringError if any occurred during the execution of the action
intervalstringObligatorioenumInterval of the time series data.
monthlyquarterlyannualsuccessfulbooleanObligatorioWhether or not the action execution was successful or not
COTTONALPHA_VANTAGE_COTTONAcciónTool to retrieve global cotton prices in monthly, quarterly, and annual intervals. use when you need historical cotton price data.
ALPHA_VANTAGE_COTTONAcciónTool to retrieve global cotton prices in monthly, quarterly, and annual intervals. use when you need historical cotton price data.
Parámetros de entrada
datatypestringenumFormat of the returned data.
jsoncsvintervalstringenumTime interval between data points.
monthlyquarterlyannual
Parámetros de salida
dataobject[]ObligatorioArray of historical price data points.
namestringObligatorioName of the commodity (Cotton).
unitstringObligatorioUnit of measurement for the commodity prices.
errorstringError if any occurred during the execution of the action
intervalstringObligatorioenumInterval of the time series.
monthlyquarterlyannualsuccessfulbooleanObligatorioWhether or not the action execution was successful or not
Earnings CalendarALPHA_VANTAGE_EARNINGS_CALENDARAcciónTool to return the earnings calendar for the next three months. use when you need a schedule of upcoming earnings across symbols.
ALPHA_VANTAGE_EARNINGS_CALENDARAcciónTool to return the earnings calendar for the next three months. use when you need a schedule of upcoming earnings across symbols.
Parámetros de entrada
symbolstring(Optional) Ticker symbol to filter the earnings calendar, e.g., 'IBM'.
horizonstringenumTime horizon to return upcoming earnings within. Valid values: '3month', '6month', '12month'.
3month6month12month
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Earnings Call TranscriptALPHA_VANTAGE_EARNINGS_CALL_TRANSCRIPTAcciónTool to retrieve the earnings call transcript for a given company and quarter. use after confirming symbol and quarter. returns full transcript text and associated llm-based sentiment signals.
ALPHA_VANTAGE_EARNINGS_CALL_TRANSCRIPTAcciónTool to retrieve the earnings call transcript for a given company and quarter. use after confirming symbol and quarter. returns full transcript text and associated llm-based sentiment signals.
Parámetros de entrada
symbolstringObligatorioThe stock ticker symbol, e.g., 'IBM'.
quarterstringObligatorioFiscal quarter in YYYYQn format, e.g., '2024Q1'. Any quarter since 2010Q1 is supported.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
FX Daily Time SeriesALPHA_VANTAGE_FX_DAILYAcciónTool to fetch daily time series (open, high, low, close) for a currency pair. use after confirming base and quote currency codes to retrieve historical daily fx rates.
ALPHA_VANTAGE_FX_DAILYAcciónTool to fetch daily time series (open, high, low, close) for a currency pair. use after confirming base and quote currency codes to retrieve historical daily fx rates.
Parámetros de entrada
datatypestringenumReturn format. JSON returns JSON; CSV returns CSV text. Defaults to 'json'.
jsoncsvto_symbolstringObligatorioThe quote currency code in three-letter ISO format, e.g., 'USD'.
outputsizestringenumReturn the latest 100 data points ('compact') or full-length time series ('full'). Defaults to 'compact'.
compactfullfrom_symbolstringObligatorioThe base currency code in three-letter ISO format, e.g., 'EUR'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
FX Monthly Time SeriesALPHA_VANTAGE_FX_MONTHLYAcciónTool to get monthly time series (open, high, low, close) for a currency pair. use when you need historical monthly forex data for a given currency pair.
ALPHA_VANTAGE_FX_MONTHLYAcciónTool to get monthly time series (open, high, low, close) for a currency pair. use when you need historical monthly forex data for a given currency pair.
Parámetros de entrada
datatypestringenumThe format of the output. 'json' or 'csv'. Defaults to 'json'.
jsoncsvto_symbolstringObligatorioThe currency code to get rates to, e.g., 'USD'.
from_symbolstringObligatorioThe currency code to get rates from, e.g., 'EUR'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Income StatementALPHA_VANTAGE_INCOME_STATEMENTAcciónTool to fetch annual and quarterly income statements. use after confirming the company symbol.
ALPHA_VANTAGE_INCOME_STATEMENTAcciónTool to fetch annual and quarterly income statements. use after confirming the company symbol.
Parámetros de entrada
symbolstringObligatorioStock ticker symbol to retrieve income statements for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
IPO CalendarALPHA_VANTAGE_IPO_CALENDARAcciónTool to retrieve the ipo calendar for the next three months. use when you need a list of upcoming ipo events across markets.
ALPHA_VANTAGE_IPO_CALENDARAcciónTool to retrieve the ipo calendar for the next three months. use when you need a list of upcoming ipo events across markets.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Listing StatusALPHA_VANTAGE_LISTING_STATUSAcciónTool to fetch listing status of us stocks and etfs. use when you need active or delisted securities as of a date.
ALPHA_VANTAGE_LISTING_STATUSAcciónTool to fetch listing status of us stocks and etfs. use when you need active or delisted securities as of a date.
Parámetros de entrada
datestringDate to retrieve listing status (YYYY-MM-DD). Defaults to latest trading day.
statestringenumListing state: 'active' for current listings or 'delisted' for removed securities.
activedelisted
Parámetros de salida
dataobject[]ObligatorioList of securities and their listing status.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
News SentimentALPHA_VANTAGE_NEWS_SENTIMENTAcciónTool to fetch live and historical market news & sentiment. use when you need curated news articles with sentiment scores for specified tickers and topics.
ALPHA_VANTAGE_NEWS_SENTIMENTAcciónTool to fetch live and historical market news & sentiment. use when you need curated news articles with sentiment scores for specified tickers and topics.
Parámetros de entrada
sortstringenumSort order for articles: 'LATEST', 'EARLIEST', or 'RELEVANCE'.
LATESTEARLIESTRELEVANCElimitintegerMaximum number of articles to return (1-1000). Default is 50.
topicsstring[]List of topics to filter articles, e.g. ['technology','ipo']. Supported values are the topic literals.
tickersstringComma-separated tickers or asset identifiers to filter articles, e.g. 'AAPL,CRYPTO:BTC,FOREX:USD'.
time_tostringEnd of time range (inclusive) in YYYYMMDDTHHMM format. If omitted, defaults to current time.
time_fromstringStart of time range (inclusive) in YYYYMMDDTHHMM format, e.g. '20220410T0130'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Stock SplitsALPHA_VANTAGE_SPLITSAcciónTool to retrieve historical stock split events for a symbol. use when you need past split dates and ratio details before analyzing corporate actions.
ALPHA_VANTAGE_SPLITSAcciónTool to retrieve historical stock split events for a symbol. use when you need past split dates and ratio details before analyzing corporate actions.
Parámetros de entrada
symbolstringObligatorioStock ticker symbol to retrieve split history for, e.g., 'IBM'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Global Sugar PriceALPHA_VANTAGE_SUGARAcciónTool to retrieve the global sugar price series. use when you need historical monthly, quarterly, or annual sugar prices.
ALPHA_VANTAGE_SUGARAcciónTool to retrieve the global sugar price series. use when you need historical monthly, quarterly, or annual sugar prices.
Parámetros de entrada
datatypestringenumResponse format: json or csv.
jsoncsvintervalstringenumTime resolution: monthly, quarterly, or annual.
monthlyquarterlyannual
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Technical IndicatorALPHA_VANTAGE_TECHNICAL_INDICATORAcciónTool to fetch technical indicators for the specified equity or currency pair. use after obtaining time series to compute moving averages or oscillators.
ALPHA_VANTAGE_TECHNICAL_INDICATORAcciónTool to fetch technical indicators for the specified equity or currency pair. use after obtaining time series to compute moving averages or oscillators.
Parámetros de entrada
monthstringMonth (YYYY-MM) for intraday data; only for 1min–60min intervals.
symbolstringObligatorioEquity ticker or currency/crypto pair to analyze.
datatypestringenumOutput format: 'json' or 'csv'.
jsoncsvfunctionstringObligatorioTechnical indicator function name. E.g., 'SMA', 'MACD', 'RSI'.
intervalstringObligatorioenumTime interval between data points.
1min5min15min30min60mindailyweeklymonthlyseries_typestringObligatorioenumSeries to use for calculation (price type).
closeopenhighlowtime_periodintegerObligatorioNumber of periods for indicator calculation.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
WHEATALPHA_VANTAGE_WHEATAcciónTool to fetch global price of wheat. use when you need historical wheat prices in monthly, quarterly, or annual intervals.
ALPHA_VANTAGE_WHEATAcciónTool to fetch global price of wheat. use when you need historical wheat prices in monthly, quarterly, or annual intervals.
Parámetros de entrada
datatypestringenumOutput format: json or csv
jsoncsvintervalstringenumTime horizon for wheat prices
monthlyquarterlyannual
Parámetros de salida
DataobjectObligatorioerrorstringError if any occurred during the execution of the action
Meta DataobjectObligatoriosuccessfulbooleanObligatorioWhether or not the action execution was successful or not