Tickers
Ticker Information
Using the API's Tickers endpoint you will be able to look up information about one or multiple stock ticker symbols as well as obtain end-of-day, real-time and intraday market data for single tickers.
get/tickers/{symbol}
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
Ticker information retrieved.
Changes
No recorded changes to this endpoint across all 1 revision of this API.