NAiOS IconNAiOS Logo
Volver al catálogo

Alpha Vantage

alpha_vantage

Alpha Vantage provides free APIs for real-time and historical financial data, including stock time series, technical indicators, and more.

Acciones
20
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • datatypestringenum

    Output format: 'json' for JSON response, 'csv' for CSV text.

    jsoncsv
  • intervalstringObligatorioenum

    Time interval for the global commodities price index. Supported values: 'monthly', 'quarterly', 'annual'.

    monthlyquarterlyannual

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

ALUMINUMALPHA_VANTAGE_ALUMINUMAcción

Tool to fetch global aluminum prices. use when you need monthly, quarterly, or annual lme aluminum price data.

Parámetros de entrada

  • datatypestringenum

    Response format: json or csv

    jsoncsv
  • intervalstringenum

    Time horizon for aluminum prices

    monthlyquarterlyannual

Parámetros de salida

  • DataobjectObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • Meta DataobjectObligatorio
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Balance SheetALPHA_VANTAGE_BALANCE_SHEETAcción

Tool to return annual and quarterly balance sheets for a company. use when you need detailed fiscal statements for analysis.

Parámetros de entrada

  • symbolstringObligatorio

    The stock ticker symbol of the company, e.g., 'IBM'

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Brent Crude Oil PricesALPHA_VANTAGE_BRENTAcción

Tool to fetch brent crude oil prices. use when you need daily, weekly, or monthly brent price data.

Parámetros de entrada

  • datatypestringenum

    Output format. Defaults to 'json'.

    jsoncsv
  • intervalstringenum

    Time series interval. Defaults to 'monthly'.

    dailyweeklymonthly

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Global Coffee PriceALPHA_VANTAGE_COFFEEAcción

Tool to retrieve the global coffee price series. use when you need historical monthly, quarterly, or annual coffee prices.

Parámetros de entrada

  • datatypestringenum

    Response format: json or csv.

    jsoncsv
  • intervalstringenum

    Time resolution: monthly, quarterly, or annual.

    monthlyquarterlyannual

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

COPPERALPHA_VANTAGE_COPPERAcción

Tool 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

  • datatypestringenum

    Response format: json or csv

    jsoncsv
  • intervalstringenum

    Time horizon for copper prices

    monthlyquarterlyannual

Parámetros de salida

  • DataobjectObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • Meta DataobjectObligatorio
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

CornALPHA_VANTAGE_CORNAcción

Tool 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

  • datatypestringenum

    Output format of the data.

    jsoncsv
  • intervalstringenum

    Time interval between data points.

    monthlyquarterlyannual

Parámetros de salida

  • dataobject[]Obligatorio

    List of historical price data points.

  • namestringObligatorio

    Name of the commodity, e.g., 'Corn'.

  • unitstringObligatorio

    Unit of measurement for the commodity prices, e.g., 'per bushel'.

  • errorstring

    Error if any occurred during the execution of the action

  • intervalstringObligatorioenum

    Interval of the time series data.

    monthlyquarterlyannual
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

COTTONALPHA_VANTAGE_COTTONAcción

Tool to retrieve global cotton prices in monthly, quarterly, and annual intervals. use when you need historical cotton price data.

Parámetros de entrada

  • datatypestringenum

    Format of the returned data.

    jsoncsv
  • intervalstringenum

    Time interval between data points.

    monthlyquarterlyannual

Parámetros de salida

  • dataobject[]Obligatorio

    Array of historical price data points.

  • namestringObligatorio

    Name of the commodity (Cotton).

  • unitstringObligatorio

    Unit of measurement for the commodity prices.

  • errorstring

    Error if any occurred during the execution of the action

  • intervalstringObligatorioenum

    Interval of the time series.

    monthlyquarterlyannual
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Earnings CalendarALPHA_VANTAGE_EARNINGS_CALENDARAcción

Tool 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'.

  • horizonstringenum

    Time horizon to return upcoming earnings within. Valid values: '3month', '6month', '12month'.

    3month6month12month

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Earnings Call TranscriptALPHA_VANTAGE_EARNINGS_CALL_TRANSCRIPTAcción

Tool 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

  • symbolstringObligatorio

    The stock ticker symbol, e.g., 'IBM'.

  • quarterstringObligatorio

    Fiscal quarter in YYYYQn format, e.g., '2024Q1'. Any quarter since 2010Q1 is supported.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

FX Daily Time SeriesALPHA_VANTAGE_FX_DAILYAcción

Tool 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

  • datatypestringenum

    Return format. JSON returns JSON; CSV returns CSV text. Defaults to 'json'.

    jsoncsv
  • to_symbolstringObligatorio

    The quote currency code in three-letter ISO format, e.g., 'USD'.

  • outputsizestringenum

    Return the latest 100 data points ('compact') or full-length time series ('full'). Defaults to 'compact'.

    compactfull
  • from_symbolstringObligatorio

    The base currency code in three-letter ISO format, e.g., 'EUR'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

FX Monthly Time SeriesALPHA_VANTAGE_FX_MONTHLYAcción

Tool 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

  • datatypestringenum

    The format of the output. 'json' or 'csv'. Defaults to 'json'.

    jsoncsv
  • to_symbolstringObligatorio

    The currency code to get rates to, e.g., 'USD'.

  • from_symbolstringObligatorio

    The currency code to get rates from, e.g., 'EUR'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Income StatementALPHA_VANTAGE_INCOME_STATEMENTAcción

Tool to fetch annual and quarterly income statements. use after confirming the company symbol.

Parámetros de entrada

  • symbolstringObligatorio

    Stock ticker symbol to retrieve income statements for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

IPO CalendarALPHA_VANTAGE_IPO_CALENDARAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Listing StatusALPHA_VANTAGE_LISTING_STATUSAcción

Tool 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

  • datestring

    Date to retrieve listing status (YYYY-MM-DD). Defaults to latest trading day.

  • statestringenum

    Listing state: 'active' for current listings or 'delisted' for removed securities.

    activedelisted

Parámetros de salida

  • dataobject[]Obligatorio

    List of securities and their listing status.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

News SentimentALPHA_VANTAGE_NEWS_SENTIMENTAcción

Tool 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

  • sortstringenum

    Sort order for articles: 'LATEST', 'EARLIEST', or 'RELEVANCE'.

    LATESTEARLIESTRELEVANCE
  • limitinteger

    Maximum 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.

  • tickersstring

    Comma-separated tickers or asset identifiers to filter articles, e.g. 'AAPL,CRYPTO:BTC,FOREX:USD'.

  • time_tostring

    End of time range (inclusive) in YYYYMMDDTHHMM format. If omitted, defaults to current time.

  • time_fromstring

    Start of time range (inclusive) in YYYYMMDDTHHMM format, e.g. '20220410T0130'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Stock SplitsALPHA_VANTAGE_SPLITSAcción

Tool 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

  • symbolstringObligatorio

    Stock ticker symbol to retrieve split history for, e.g., 'IBM'

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Global Sugar PriceALPHA_VANTAGE_SUGARAcción

Tool to retrieve the global sugar price series. use when you need historical monthly, quarterly, or annual sugar prices.

Parámetros de entrada

  • datatypestringenum

    Response format: json or csv.

    jsoncsv
  • intervalstringenum

    Time resolution: monthly, quarterly, or annual.

    monthlyquarterlyannual

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Technical IndicatorALPHA_VANTAGE_TECHNICAL_INDICATORAcción

Tool 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

  • monthstring

    Month (YYYY-MM) for intraday data; only for 1min–60min intervals.

  • symbolstringObligatorio

    Equity ticker or currency/crypto pair to analyze.

  • datatypestringenum

    Output format: 'json' or 'csv'.

    jsoncsv
  • functionstringObligatorio

    Technical indicator function name. E.g., 'SMA', 'MACD', 'RSI'.

  • intervalstringObligatorioenum

    Time interval between data points.

    1min5min15min30min60mindailyweeklymonthly
  • series_typestringObligatorioenum

    Series to use for calculation (price type).

    closeopenhighlow
  • time_periodintegerObligatorio

    Number of periods for indicator calculation.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

WHEATALPHA_VANTAGE_WHEATAcción

Tool to fetch global price of wheat. use when you need historical wheat prices in monthly, quarterly, or annual intervals.

Parámetros de entrada

  • datatypestringenum

    Output format: json or csv

    jsoncsv
  • intervalstringenum

    Time horizon for wheat prices

    monthlyquarterlyannual

Parámetros de salida

  • DataobjectObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • Meta DataobjectObligatorio
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not