Tickers EOD
GET https://api.marketstack.com/v2/tickers/AAPL/eod
Obtain 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.
You can use Tickers endpoint with the following features.
Endpoint Features:
Object | Description |
---|---|
/tickers/[symbol] | Obtain information about a specific ticker symbol by attach it to your API request URL, e.g. /tickers/AAPL . |
/tickers/[symbol]/eod | Obtain 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]/splits | Obtain 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]/dividends | Obtain 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]/intraday | Obtain 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/latest | Obtain the latest end-of-day data for a given stock symbol. Example: /tickers/AAPL/eod/latest |
/tickers/[symbol]/intraday/latest | Obtain the latest intraday data for a given stock symbol. Example: /tickers/AAPL/intraday/latest |