latestOpenAPI 3.0.32026-08-101461131.1 MB

ad6f143e43aa

us_stocks_reference

Contains historical stock split and reverse split events for US equities with historical adjustment factors for price normalization.

get/stocks/v1/splits

Query parameters

tickerstring

Stock symbol for the company that executed the split

ticker.any_ofstring

Filter equal to any of the values. Multiple values can be specified by using a comma separated list.

ticker.gtstring

Filter greater than the value.

ticker.gtestring

Filter greater than or equal to the value.

ticker.ltstring

Filter less than the value.

ticker.ltestring

Filter less than or equal to the value.

execution_datestring

Date when the stock split takes effect. The adjustment is applied overnight. On the prior trading day, the post-market session is the last session that shows pre-split prices. On the execution date, all trading is already adjusted for the split. This includes the pre-market session. Value must be formatted 'yyyy-mm-dd'.

execution_date.gtstring

Filter greater than the value. Value must be formatted 'yyyy-mm-dd'.

execution_date.gtestring

Filter greater than or equal to the value. Value must be formatted 'yyyy-mm-dd'.

execution_date.ltstring

Filter less than the value. Value must be formatted 'yyyy-mm-dd'.

execution_date.ltestring

Filter less than or equal to the value. Value must be formatted 'yyyy-mm-dd'.

adjustment_type'forward_split' | 'reverse_split' | 'stock_dividend'

Classification of the share-change event. Possible values include: forward_split (share count increases), reverse_split (share count decreases), stock_dividend (shares issued as a dividend)

adjustment_type.any_of'forward_split' | 'reverse_split' | 'stock_dividend'

Filter equal to any of the values. Multiple values can be specified by using a comma separated list.

limitinteger

Limit the maximum number of results returned. Defaults to '100' if not specified. The maximum allowed limit is '5000'.

sortstring

A comma separated list of sort columns. For each column, append '.asc' or '.desc' to specify the sort direction. The sort column defaults to 'execution_date' if not specified. The sort order defaults to 'desc' if not specified.

Response

A list of results.

next_urlstring

If present, this value can be used to fetch the next page.

request_idstring required

A request id assigned by the server.

status'OK' required

The status of this request's response.