CXO Appointments and Changes Dataset API

Submit C-Suite Changes Dataset Request

post

This API endpoint allows users to access real-time and historical C-Suite Changes dataset. Users can search data using various parameters- dateType,startDate,endDate,date,companyDomain,companyName,companyIndustry,companyLocation,companyType,companyTicker,executiveName,executiveTitle,executiveTitleCategory, and reason . Users can limit the number of records returned using the limit parameter. All the parameters are optional. The API key has to be passed in HTTP header with the name x-api-key.

Header parameters
x-api-keystringRequired

Intellizence API key for authenticating the request.

Body
dateTypestring · enumOptional

Choose the date type used to filter records.The default value is 'ANNOUNCED'. To get the daily update of records created or modified, 'LAST-MODIFIED' is recommended.

Example: ANNOUNCEDPossible values:
startDatestring · dateOptional

The start date (YYYY-MM-DD) from which C-Suite changes data is needed. The Intellizence C-Suite Changes Dataset contains data from 2021-01-01.

Example: 2025-05-03
endDatestring · dateOptional

The end date (YYYY-MM-DD) up to which C-Suite changes data is needed.

Example: 2025-05-03
datestring · dateOptional

Exact date (YYYY-MM-DD) for which the C-Suite changes data is needed.

Example: 2025-05-03
companyNamestringOptional

The name(s) of the company for which the C-Suite changes data is needed. Partial name matches are supported. Multiple values can be provided either as a comma-separated string or as an array.

Example: Berkshire Hathaway
companyDomainstringOptional

The website domain(s) of the company for which the C-Suite changes data is needed. Partial website domain matches are supported. Multiple values can be provided either as a comma-separated string or as an array.

Example: www.berkshirehathaway.com
companyIndustrystring · enumOptional

The industry or industries of companies for which C-Suite changes data is needed. The industries are pre-defined by Intellizence and only the values listed below will be accepted. Multiple values can be provided as an array.

Example: conglomeratePossible values:
companyLocationstringOptional

The location of the company headquarters for which C-Suite changes data is needed. The location can be city or state/province or country. Multiple values can be provided either as a comma-separated string or as an array.

Example: Omaha,Nebraska,United States of America
companyTypestring · enumOptional

The type of company for which C-Suite changes data is needed. The company types are pre-defined by Intellizence and only the values listed below will be accepted. Multiple values can be provided either as a comma-separated string or as an array.

Example: PublicPossible values:
companyTickerstringOptional

Company Ticker if it's a public company.Multiple values can be provided either as a comma-separated string or as an array.

Example: BRK.A
executiveNamestringOptional

Name of the C-Level executive whose role is changed. Multiple values can be provided either as a comma-separated string or as an array.

Example: Greg Abel
executiveTitlestringOptional

Title of the C-Level executive whose role is changed. Multiple values can be provided either as a comma-separated string or as an array.

Example: Chief Executive Officer
executiveTitleCategorystring · enumOptional

Title category of the C-Level executive whose role is changed. The title categories are pre-defined by Intellizence and only the values listed below will be accepted. Multiple values can be provided either as a comma-separated string or as an array.

Example: Chief Executive Officer ( CEO)/President/Managing DirectorPossible values:
reasonstring · enumOptional

The reason for the executive change.

Example: Promoted/Role ChangePossible values:
limitintegerOptional

The maximum number of records to be returned.

Example: 1
Responses
200

Successful response, returns the Intellizence C-Suite Changes dataset record(s)

application/json
post
/api/v2/dataset/executive-change

Last updated