Corporate Actions

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.

get/api/v2/market_data/stocks/splits

Query parameters

limitinteger

Number of results to return

order'asc' | 'desc'

Sort order

nextstring nullable

Cursor for next page

previousstring nullable

Cursor for previous page

Response

OK

_sv'PaginatedStockSplitResponse:v1'

Version

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

  • 142af68e5d3c124See the full diff
    • the response's body type changed from no type to object for status

      response-body-type-changed

    • deleted the query request parameter page

      request-parameter-removed

    • deleted the query request parameter page_size

      request-parameter-removed

    • removed subschema #1 from the response body oneOf list for the response status

      response-body-one-of-removed

    • added the optional property to the response with the status

      response-optional-property-added

    • added the required property to the response with the status

      response-required-property-added

    • added the required property to the response with the status

      response-required-property-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog