v1
latestOpenAPI 3.0.32026-07-1745105192.4 KBTickers
Intraday Data for a Specific Ticker
Obtain real-time & intraday data for a specific stock ticker by attaching /intraday to your URL
get/tickers/{symbol}/intraday
Path parameters
symbolstring required
Ticker symbol to look up (e.g., AAPL).
Query parameters
access_keystring required
Your Marketstack API access key.
interval'1min' | '5min' | '10min' | '15min' | '30min' | '1hour'
Intraday aggregation interval.
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.
after_hoursboolean
If set to true, includes pre and post market data if available. By default is set to false.
Response
Tickers intraday data retrieved.