← Tools Reference

Marketstack

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

API key6 toolshttps://api.marketstack.com/v2
GET
marketstack_list_tickers
List Marketstack tickers with optional search, exchange, and pagination filters.

/tickers

4 parameters
ParamTypeRequiredDescription
limitintegeroptionalMaximum number of tickers to return.
offsetintegeroptionalNumber of leading ticker results to skip.
searchstringoptionalSearch term used to filter tickers by name or symbol.
exchangestringoptionalExchange MIC used to filter the returned tickers.
GET
marketstack_get_ticker_info
Get profile information for a single Marketstack ticker.

/tickers/{ticker}

1 parameter
ParamTypeRequiredDescription
tickerstringrequiredTicker symbol used to retrieve company information.
GET
marketstack_get_latest_eod
Get the latest available end-of-day data for a single Marketstack symbol.

/eod/latest

2 parameters
ParamTypeRequiredDescription
symbolstringrequiredTicker symbol used to retrieve the latest end-of-day row.
exchangestringoptionalExchange MIC used to narrow the symbol lookup.
GET
marketstack_get_historical_eod
Get historical end-of-day data from Marketstack for one or more comma-separated symbols.

/eod

7 parameters
ParamTypeRequiredDescription
symbolsstringrequiredOne or more comma-separated ticker symbols.
exchangestringoptionalExchange MIC used to filter the returned rows.
dateFromstringoptionalStart date in YYYY-MM-DD format.
dateTostringoptionalEnd date in YYYY-MM-DD format.
sortstringoptionalSort order for EOD results.
limitintegeroptionalMaximum number of EOD rows to return.
offsetintegeroptionalNumber of leading EOD rows to skip.
GET
marketstack_list_exchanges
List stock exchanges available through Marketstack.

/exchanges

3 parameters
ParamTypeRequiredDescription
searchstringoptionalSearch term used to filter exchanges by name or acronym.
limitintegeroptionalMaximum number of exchanges to return.
offsetintegeroptionalNumber of leading exchange results to skip.
GET
marketstack_list_currencies
List currencies available through Marketstack.

/currencies

2 parameters
ParamTypeRequiredDescription
limitintegeroptionalMaximum number of currencies to return.
offsetintegeroptionalNumber of leading currency results to skip.