v1
latestOpenAPI 3.0.32026-07-1745105192.4 KBTickers
EOD Data for a Specific Ticker on 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, /eod/2020-01-01.
get/tickers/{symbol}/eod/{date}
Path parameters
symbolstring required
Ticker symbol to look up (e.g., AAPL).
datestring required
date to look at (e.g., 2020-01-01).
Query parameters
access_keystring required
Your Marketstack API access key.
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.
Response
Tickers eod data for the given date retrieved.