get https://example.com/api/v1/stocks/splits
Returns a list of stock splits. The splits are ordered by the date they were created, with the most recent
split first. Filters can be applied to the results by specifying a stock_id or a stock split status.
In an example 10-for-1 stock split, trading will be halted for the stock at the end of the payable_date
, as
the split transitions from PENDING
to IN_PROGRESS
. This usually occurs over a weekend to minimize trading
disruptions. Each share of stock owned by a shareholder will then be converted into 10 shares, and the split
becomes COMPLETE
as trading resumes on the ex_date
with new split-adjusted prices.