v1

latestOpenAPI 3.0.32026-07-1745105192.4 KB
Exchanges

Intraday Data for a Specific Stock Exchange

Returns intraday data for all symbols on a specific exchange.

get/exchanges/{mic}/intraday

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

interval'1min' | '5min' | '10min' | '15min' | '30min' | '1hour'

Intraday aggregation interval.

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 intraday data retrieved.