latestOpenAPI 3.0.32026-08-101461131.1 MB
ad6f143e43aa
reference:stocks
Stock Splits v3
Get a list of historical stock splits, including the ticker symbol, the execution date, and the factors of the split ratio.
get/v3/reference/splits
Query parameters
tickerstring
Specify a case-sensitive ticker symbol. For example, AAPL represents Apple Inc.
execution_datestring date
Query by execution date with the format YYYY-MM-DD.
reverse_splitboolean nullable
Query for reverse stock splits. A split ratio where split_from is greater than split_to represents a reverse split. By default this filter is not used.
ticker.gtestring
Range by ticker.
ticker.gtstring
Range by ticker.
ticker.ltestring
Range by ticker.
ticker.ltstring
Range by ticker.
execution_date.gtestring date
Range by execution_date.
execution_date.gtstring date
Range by execution_date.
execution_date.ltestring date
Range by execution_date.
execution_date.ltstring date
Range by execution_date.
order'asc' | 'desc'
Example:asc
Order results based on the sort field.
limitinteger
Example:10
Limit the number of results returned, default is 10 and max is 1000.
sort'execution_date' | 'ticker'
Example:execution_date
Sort field used for ordering.
Response
A list of stock splits.