Skip to main content
GET
/
api
/
v2.1
/
calendar
/
splits
Returns the splits calendar data
curl --request GET \
  --url 'https://api.benzinga.com/api/v2.1/calendar/splits?token=' \
  --header 'accept: <accept>'
{
  "splits": [
    {
      "cusip": "87807D509",
      "date_announced": "2025-12-30",
      "date_distribution": "2025-01-06",
      "date_ex": "2025-01-07",
      "date_recorded": "2025-01-02",
      "exchange": "NASDAQ",
      "id": "677675329a903000017cb6f1",
      "importance": 1,
      "name": "TC BioPharm (Holdings)",
      "notes": "",
      "optionable": false,
      "ratio": "1.25:1",
      "split_type": "ADR Ratio Change",
      "ticker": "TCBP",
      "updated": 1735816783
    }
  ]
}
{
  "splits": [
    {
      "cusip": "87807D509",
      "date_announced": "2025-12-30",
      "date_distribution": "2025-01-06",
      "date_ex": "2025-01-07",
      "date_recorded": "2025-01-02",
      "exchange": "NASDAQ",
      "id": "677675329a903000017cb6f1",
      "importance": 1,
      "name": "TC BioPharm (Holdings)",
      "notes": "",
      "optionable": false,
      "ratio": "1.25:1",
      "split_type": "ADR Ratio Change",
      "ticker": "TCBP",
      "updated": 1735816783
    }
  ]
}

Authorizations

token
string
query
required

Headers

accept
enum<string>
default:application/json
required

Specifies return format. Query parameters work the same for both formats

Available options:
application/json

Query Parameters

page
integer
default:0

Page offset. For optimization, performance and technical reasons, page offsets are limited from 0 - 100000. Limit the query results by other parameters such as date

pagesize
integer

Number of results returned. Limit 1000

parameters[date]
string<YYYY-MM-DD>

Date to query for calendar data. Shorthand for date_from and date_to if they are the same. Defaults for latest

parameters[date_from]
string<YYYY-MM-DD>

Date to query from point in time

parameters[date_to]
string<YYYY-MM-DD>

Date to query to point in time

parameters[date_search_field]
enum<string>
default:announced

Date to filter and sort calendar by. Default is announced

Available options:
announced,
ex
parameters[importance]
enum<integer>

The importance level to filter by. Uses Greater Than or Equal To the importance indicated

Available options:
0,
1,
2,
3,
4,
5
parameters[tickers]
string<csv>

One or more ticker symbols separated by a comma. Maximum 50 tickers

parameters[updated]
integer

Records last Updated Unix timestamp (UTC). This will force the sort order to be Greater Than or Equal to the timestamp indicated

Response

success

splits
object[]