v3

latestOpenAPI 3.1.02026-07-26490368.4 KB
Stock splits

Get the stock splits for a company

Provides all historical stock split and stock dividend events for the requested company, including split ratio and relevant dates.

get/v1/company/stock-splits

Query parameters

apiKeystring

API Key (alternatively send via X-Api-Key header)

API Key (alternatively send via X-Api-Key header)

tickerstring

Company ticker, use with mic or alone for US tickers

Example:NVDA

Company ticker, use with mic or alone for US tickers

micCodestring

Company MIC, use with ticker

Example:XNAS

Company MIC, use with ticker

exchangestring

Company exchange code, use with ticker

Example:NASDAQ

Company exchange code, use with ticker

companyKeystring

Company key (alternative to ticker/micCode/exchange)

Example:NASDAQ_NVDA

Company key (alternative to ticker/micCode/exchange)

cusipstring

Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company CUSIP

Example:67066G104

Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company CUSIP

isinstring

Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company ISIN

Example:US67066G1040

Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company ISIN

figistring

FIGI (Financial Instrument Global Identifier). An alternative to ticker/micCode/exchange.

Example:BBG000BBK0R0

FIGI (Financial Instrument Global Identifier). An alternative to ticker/micCode/exchange.

cikstring

Company CIK (SEC Central Index Key). An alternative to ticker/micCode/exchange.

Example:1045810

Company CIK (SEC Central Index Key). An alternative to ticker/micCode/exchange.

fsclstring

Fiscal.ai stable company identifier (the companyFiscalIdentifier field). An alternative to ticker/micCode/exchange.

Example:FSCLC7FEP8CEG645

Fiscal.ai stable company identifier (the companyFiscalIdentifier field). An alternative to ticker/micCode/exchange.

Response

Stock splits

announceDatestring
recordDatestring
exDatestring
payDatestring
splitType'Stock Split' | 'Reverse Stock Split' | 'Stock Dividend' required
ratenumber required

Example response

[
  {
    "announceDate": "2023-01-15",
    "recordDate": "2023-02-01",
    "exDate": "2023-02-05",
    "payDate": "2023-02-10",
    "splitType": "Stock Split",
    "rate": 2
  }
]