v1

latestOpenAPI 3.0.32026-07-1745105192.4 KB
Tickers

Dividends Data for a Specific Ticker

Obtain ticker dividend data for a specific stock ticker by attaching /dividends to your URL.

get/tickers/{symbol}/dividends

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.

date_fromstring date

Filter results from this date (inclusive). Format YYYY-MM-DD.

date_tostring date

Filter results up to this date (inclusive). Format YYYY-MM-DD.

sort'ASC' | 'DESC'

Sort order. Use ASC for oldest first or DESC for newest first.

Response

Tickers dividends data retrieved.