v1

latestOpenAPI 3.0.32026-07-246185298.2 KB
Stock Splits

Stock Splits

Unlock comprehensive insights into corporate actions with our Stock Splits API. Retrieve detailed, actionable information on stock split events—including ex-dates, split ratios, and split types—for a specified ticker on your chosen exchange. Empower your market analysis with precise data that highlights corporate strategies and trading opportunities

Available Data Points:

  • Split Date: The effective ex-date of the stock split, marking when the new share count takes effect.
  • Ratio: The split ratio (e.g., 2:1 for a forward split or 1:2 for a reverse split) indicating how shares are multiplied or consolidated.
  • Split Type: Indicates whether the split is forward (increasing share count) or reverse (reducing share count).

Try it out! You can test the API with the trial key TEST. Simply include it in your request headers; either here, or add the header "Ortex-Api-Key": "TEST" to your http request.

Trial key restrictions: A list of randomly selected rows will be returned

Get full access! Get a key at app.ortex.com/apis

get/api/v1/stock/{exchange_symbol}/{ticker}/stock_splits

Path parameters

exchange_symbolstring required

Exchange symbol (e.g. "nyse", "nasdaq"), MIC code (e.g. "xnys", "xnas") or two character ISO country code (e.g "us", "ca" for ALL country exchanges)

tickerstring required

Ticker symbol

Query parameters

from_datestring date

Starting date for short interest data (defaults to one month ago). Format: YYYY-MM-DD

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

Response

paginationLinksobject
lengthinteger required
creditsUsedinteger
creditsLeftinteger

Example response

{
  "paginationLinks": {
    "next": "http://api.example.org/accounts/?page=4",
    "previous": "http://api.example.org/accounts/?page=2"
  },
  "length": 123,
  "creditsUsed": 3,
  "creditsLeft": 999
}