v1

latestOpenAPI 3.0.32026-07-1745105192.4 KB
Exchanges

EOD Data for a Specific Stock Exchange

Returns EOD data for all symbols on a specific exchange.

get/exchanges/{mic}/eod

Path parameters

micstring required

Exchange MIC identifier (e.g., XNAS).

Query parameters

access_keystring required

Your Marketstack API access key.

symbolsstring required

One or more comma-separated ticker symbols (e.g., AAPL,MSFT).

exchangestring

Filter your results based on a specific stock exchange by specifying the MIC identification of a stock exchange.

date_fromstring date

Filter results from this date (inclusive). Format YYYY-MM-DD.

date_tostring date

Filter results up to this date (inclusive). Format YYYY-MM-DD.

sort'ASC' | 'DESC'

Sort order. Use ASC for oldest first or DESC for newest first.

limitinteger

Pagination limit (results per page). Default 100, maximum 1000.

offsetinteger

Pagination offset (number of results to skip). Default 0.

Response

Exchange EOD data retrieved.