The new Corporate Action endpoints, such as the splits endpoints below, are currently available to Beta-enabled customers and enterprise customers as an early release product. If you would like access to the data below, please E-mail [email protected]
# Split data batch endpoint https://api.tiingo.com/tiingo/corporate-actions/splits # Split data endpoint for specific ticker https://api.tiingo.com/tiingo/corporate-actions/<ticker>/splits
Just remember, you will need your token in order to connect. Keep it safe.
The Tiingo API Splits API endpoint provides detailed split data, for both historical and future split data. This endpoint remains newly exposed in beta and is included for all customers with the End-of-Day endpoint entitlement.
Splits are available for current and future dates, and data is updated as new corporate communications get processed. The tickers covered are the same found via the End-of-Day price data endpoints. This mean you can get past and future split data for stocks, ETFs, and mutual funds.
You can find out about the full product offering on the Product - Stock, ETF, & Mutual Fund Split API page.
Use this endpoint to get past, present, and future splits. This endpoint will return detailed split data for a given stock, ETF, or Mutual Fund. You will also notice split status - this can either be active ("a") or cancelled ("c").
# Latest Split Data with an Ex-Date of the current day https://api.tiingo.com/tiingo/corporate-actions/splits # Latest Split Data with an ex-date explicitly specified (future date or historical date) https://api.tiingo.com/tiingo/corporate-actions/splits?exDate=2023-08-25
permaTicker
ticker
exDate
splitFrom
splitTo
splitFactor
splitFactor = splitTo/splitFromThis ratio is helpful in calculating split price adjustments.
splitStatus
This endpoint is similar to the batch endpoint, but allows you to specify a specific ticker to limit the query and also provide historical split timeseries data for a ticker as well. Stocks, ETFs, and Mutual Funds are supported.
# Latest Split Data with an Ex-Date of the current day https://api.tiingo.com/tiingo/corporate-actions/cvs/splits # Latest Split Data with an ex-date explicitly specified (future date or historical date) https://api.tiingo.com/tiingo/corporate-actions/cvs/splits?startExDate=2002-08-25
permaTicker
ticker
exDate
splitFrom
splitTo
splitFactor
splitFactor = splitTo/splitFromThis ratio is helpful in calculating split price adjustments.
splitStatus