Intraday

Intraday Data for a Specific Date

Specify a date in YYYY-MM-DD format. You can also specify an exact time in ISO-8601 date format. For example, 2020-05-21T00:00:00+0000. Example, /intraday/2020-01-01

get/intraday/{date}

Path parameters

datestring required

Specific date for intraday data. Example 2024-09-27 15:30.

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.

exchangestring

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

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

Intraday data for the date retrieved.

Changes

No recorded changes to this endpoint across all 1 revision of this API.