v1

latestOpenAPI 3.0.32026-07-1745105192.4 KB
Splits

Splits Data

Using the Splits Data endpoint, you will be able to look up information about the stock splits factor for different symbols.

Note: The V2 Splits Endpoint provides split data for symbols listed on NASDAQ, PINK, SHG, NYSE, NYSE ARCA, OTCQB, and BATS. You can also retrieve split information for individual ticker symbols using the Tickers Endpoint.

get/splits

Query parameters

access_keystring required

Your Marketstack API access key.

symbolsstring required

One or more comma-separated ticker symbols (e.g., AAPL,MSFT).

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.

limitinteger

Pagination limit (results per page). Default 100, maximum 1000.

offsetinteger

Pagination offset (number of results to skip). Default 0.

Response

Splits data retrieved.