Marketstack
marketstackStock Data Real-Time, Intraday & Historical Market Data API providing access to 125,000+ tickers across 72+ stock exchanges worldwide
Acciones disponibles (10)
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 DividendsMARKETSTACK_GET_DIVIDENDSAcciónTool to retrieve stock dividend data for one or more ticker symbols from Marketstack API. Use when you need historical dividend payment information for stocks, including dividend amounts and payment dates.
MARKETSTACK_GET_DIVIDENDSAcciónTool to retrieve stock dividend data for one or more ticker symbols from Marketstack API. Use when you need historical dividend payment information for stocks, including dividend amounts and payment dates.
Parámetros de entrada
sortstringenumSort order for dividend results.
ASCDESClimitintegerPagination limit - number of results per page. Default 100, maximum 1000. Use to control how many dividend records are returned.
offsetintegerPagination offset - number of results to skip. Default 0. Use with limit to paginate through large result sets.
date_tostringFilter results up to this date (inclusive). Format YYYY-MM-DD. Use to get dividends up to a specific date.
symbolsstringObligatorioOne or more comma-separated ticker symbols (e.g., 'AAPL' or 'AAPL,MSFT'). Required to specify which stocks to retrieve dividend data for.
date_fromstringFilter results from this date (inclusive). Format YYYY-MM-DD. Use to get dividends starting from a specific date.
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
Get End-of-Day DataMARKETSTACK_GET_EODAcciónTool to retrieve end-of-day (EOD) stock data for one or multiple ticker symbols. Returns OHLCV data (open, high, low, close, volume) along with adjusted prices, dividends, and split factors. Use when you need historical daily stock prices or market data analysis.
MARKETSTACK_GET_EODAcciónTool to retrieve end-of-day (EOD) stock data for one or multiple ticker symbols. Returns OHLCV data (open, high, low, close, volume) along with adjusted prices, dividends, and split factors. Use when you need historical daily stock prices or market data analysis.
Parámetros de entrada
sortstringenumSort order for EOD data results.
ASCDESClimitintegerMaximum number of results to return per page. Default is 100, maximum is 1000.
offsetintegerNumber of results to skip for pagination. Default is 0. Use with limit to paginate through large result sets.
date_tostringEnd date for filtering results (inclusive). Use YYYY-MM-DD format (e.g., '2024-12-31').
symbolsstringObligatorioOne or more comma-separated ticker symbols to retrieve data for (e.g., 'AAPL' or 'AAPL,MSFT,GOOGL').
exchangestringFilter results by stock exchange MIC code (e.g., 'XNAS' for NASDAQ). Only returns data from the specified exchange.
date_fromstringStart date for filtering results (inclusive). Use YYYY-MM-DD format (e.g., '2024-01-01').
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
Get Exchange InfoMARKETSTACK_GET_EXCHANGEAcciónTool to retrieve detailed information for a specific stock exchange by its MIC (Market Identifier Code). Use when you need comprehensive information about an exchange including its location, status, and operational details.
MARKETSTACK_GET_EXCHANGEAcciónTool to retrieve detailed information for a specific stock exchange by its MIC (Market Identifier Code). Use when you need comprehensive information about an exchange including its location, status, and operational details.
Parámetros de entrada
micstringObligatorioExchange MIC (Market Identifier Code) identifier, e.g., 'XNAS' for NASDAQ.
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
Get Stock SplitsMARKETSTACK_GET_SPLITSAcciónTool to retrieve stock split data for one or more stock symbols from Marketstack. Use when you need historical split information including split factors and dates.
MARKETSTACK_GET_SPLITSAcciónTool to retrieve stock split data for one or more stock symbols from Marketstack. Use when you need historical split information including split factors and dates.
Parámetros de entrada
sortstringenumSort order for splits data.
ASCDESClimitintegerPagination limit (results per page). Default 100, maximum 1000.
offsetintegerPagination offset (number of results to skip). Default 0.
date_tostringFilter results up to this date (inclusive). Format `YYYY-MM-DD`.
symbolsstringObligatorioOne or more comma-separated ticker symbols (e.g., `AAPL` or `AAPL,MSFT`).
date_fromstringFilter results from this date (inclusive). Format `YYYY-MM-DD`.
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
Get Ticker EOD DataMARKETSTACK_GET_TICKER_EODAcciónTool to retrieve end-of-day stock price data for a specific ticker symbol. Use when you need historical daily price information including open, high, low, close, volume, and adjusted values.
MARKETSTACK_GET_TICKER_EODAcciónTool to retrieve end-of-day stock price data for a specific ticker symbol. Use when you need historical daily price information including open, high, low, close, volume, and adjusted values.
Parámetros de entrada
limitintegerNumber of results to return per page. Default is 100, maximum is 1000
offsetintegerNumber of results to skip for pagination. Default is 0
symbolstringObligatorioTicker symbol to look up (e.g., AAPL, MSFT, TSLA)
exchangestringFilter results by a specific stock exchange using the MIC identification code (e.g., XNAS for NASDAQ)
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
Get Ticker EOD LatestMARKETSTACK_GET_TICKER_EOD_LATESTAcciónTool to retrieve end-of-day (EOD) stock data for the latest available date for a specific ticker. Use when you need the most recent trading day data for a stock symbol.
MARKETSTACK_GET_TICKER_EOD_LATESTAcciónTool to retrieve end-of-day (EOD) stock data for the latest available date for a specific ticker. Use when you need the most recent trading day data for a stock symbol.
Parámetros de entrada
limitintegerPagination limit (results per page). Default 100, maximum 1000.
offsetintegerPagination offset (number of results to skip). Default 0.
symbolstringObligatorioTicker symbol to look up (e.g., `AAPL`).
exchangestringFilter your results based on a specific stock exchange by specifying the MIC identification of a stock exchange.
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
Get Ticker InfoMARKETSTACK_GET_TICKER_INFOAcciónTool to retrieve detailed information about stock tickers including exchange, sector, and industry data. Use when you need comprehensive company information for a ticker symbol.
MARKETSTACK_GET_TICKER_INFOAcciónTool to retrieve detailed information about stock tickers including exchange, sector, and industry data. Use when you need comprehensive company information for a ticker symbol.
Parámetros de entrada
tickerstringObligatorioOne or more comma-separated ticker symbols (e.g., `AAPL` or `AAPL,MSFT`).
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
List CurrenciesMARKETSTACK_LIST_CURRENCIESAcciónTool to retrieve a list of all supported currencies from the Marketstack API. Use when you need to get information about available currencies for stock market data.
MARKETSTACK_LIST_CURRENCIESAcciónTool to retrieve a list of all supported currencies from the Marketstack API. Use when you need to get information about available currencies for stock market data.
Parámetros de entrada
limitintegerPagination limit - number of results per page. Default is 100, maximum is 1000.
offsetintegerPagination offset - number of results to skip. Default is 0.
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
List Stock ExchangesMARKETSTACK_LIST_EXCHANGESAcciónTool to retrieve information about supported stock exchanges. Use when you need to list or search for stock exchanges from the 2700+ exchanges available in Marketstack.
MARKETSTACK_LIST_EXCHANGESAcciónTool to retrieve information about supported stock exchanges. Use when you need to list or search for stock exchanges from the 2700+ exchanges available in Marketstack.
Parámetros de entrada
limitintegerPagination limit (results per page). Default 100, maximum 1000.
offsetintegerPagination offset (number of results to skip). Default 0.
searchstringSearch term to filter exchanges by name or symbol.
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
List TickersMARKETSTACK_LIST_TICKERSAcciónTool to get a list of all supported stock tickers. Use when you need to obtain the full list of tickers supported by Marketstack or search for specific tickers.
MARKETSTACK_LIST_TICKERSAcciónTool to get a list of all supported stock tickers. Use when you need to obtain the full list of tickers supported by Marketstack or search for specific tickers.
Parámetros de entrada
limitintegerPagination limit (results per page). Default 100, maximum 1000.
offsetintegerPagination offset (number of results to skip). Default 0.
searchstringSearch term to filter tickers by name or symbol.
exchangestringFilter your results based on a specific stock exchange by specifying the MIC identification of a stock exchange.
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