Tickers
EOD Data for a Specific Ticker
Obtain end-of-day data for a specific stock ticker by attaching /eod to your URL.
get/tickers/{symbol}/eod
Path parameters
symbolstring required
Ticker symbol to look up (e.g., AAPL).
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 retrieved.
Changes
No recorded changes to this endpoint across all 1 revision of this API.