Tickers

GET https://api.marketstack.com/v2/tickers/AAPL

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. You will be able to find and try out an example API request below.

Endpoint Features:

ObjectDescription
/tickers/[symbol]Obtain information about a specific ticker symbol by attach it to your API request URL, e.g. /tickers/AAPL.
/tickers/[symbol]/eodObtain end-of-day data for a specific stock ticker by attaching /eod to your URL, e.g. /tickers/AAPL/eod. This route supports parameters of the End-of-day Data endpoint.
/tickers/[symbol]/splitsObtain end-of-day data for a specific stock ticker by attaching /splits to your URL, e.g. /tickers/AAPL/splits. This route supports parameters like date period date_from and date_to and also you can sort the results DESC or ASC.
/tickers/[symbol]/dividendsObtain end-of-day data for a specific stock ticker by attaching /dividends to your URL, e.g. /tickers/AAPL/dividends. This route supports parameters like date period date_from and date_to and also you can sort the results DESC or ASC.
/tickers/[symbol]/intradayObtain real-time & intraday data for a specific stock ticker by attaching /intraday to your URL, e.g. /tickers/AAPL/intraday. This route supports parameters of the Intraday Data endpoint.
/tickers/[symbol]/eod/[date]Specify a date in YYYY-MM-DD format. You can also specify an exact time in ISO-8601 date format, e.g. 2020-05-21T00:00:00+0000. Example: /eod/2020-01-01 or /intraday/2020-01-01
/tickers/[symbol]/eod/latestObtain the latest end-of-day data for a given stock symbol. Example: /tickers/AAPL/eod/latest
/tickers/[symbol]/intraday/latestObtain the latest intraday data for a given stock symbol. Example: /tickers/AAPL/intraday/latest

RESPONSES

status: OK

{"name":"Apple Inc.","symbol":"AAPL","cik":"320193","isin":"US0378331005","cusip":"037833100","ein_employer_id":"942404110","lei":"HWUPKR0MPOU8FGXBT394","series_id":"","item_type":"equity","sector":"Technology","industry":"Consumer Electronics","sic_code":"3571","sic_name":"Electronic Computers","stock_exchange":{"name":"NASDAQ - ALL MARKETS","acronym":"NASDAQ","mic":"XNAS","country":null,"country_code":"US","city":"NEW YORK","website":"WWW.NASDAQ.COM","operating_mic":"XNAS","oprt_sgmt":"OPRT","legal_entity_name":"","exchange_lei":"","market_category_code":"NSPD","exchange_status":"ACTIVE","date_creation":{"date":"2005-06-27 00:00:00.000000","timezone_type":1,"timezone":"+00:00"},"date_last_update":{"date":"2005-06-27 00:00:00.000000","timezone_type":1,"timezone":"+00:00"},"date_last_validation":{"date":"-0001-11-30 00:00:00.000000","timezone_type":1,"timezone":"+00:00"},"date_expiry":null,"comments":""}}