Get Stock Splits
Get a list of stock splits for Stocks available for trade via Dinari. The splits are ordered by the date they were created, with the most recent split first.
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.
Query parameters
Number of results to return
Sort order
Cursor for next page
Cursor for previous page
Response
OK
Example response
{
"data": [
{
"id": "8e3ad59e-a4fa-48ab-9cc2-0a296aa670a6",
"stock_id": "60cc8f91-21d0-4975-bb81-3d737fc2f923",
"record_date": "2024-06-06",
"payable_date": "2024-06-07",
"ex_date": "2024-06-10"
}
]
}Changes
Changed in 1 of the 47 revisions of this API.124
- ▲
the response's body type changed from no type to
objectfor statusresponse-body-type-changed
- ●
deleted the
queryrequest parameterpagerequest-parameter-removed
- ●
deleted the
queryrequest parameterpage_sizerequest-parameter-removed
- ○
removed
subschema #1from the response bodyoneOflist for the response statusresponse-body-one-of-removed
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲