CXO Appointments and Changes Dataset API
Last updated
Last updated
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
.
Intellizence API key for authenticating the request.
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.
ANNOUNCED
Possible values: 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.
2025-05-03
The end date (YYYY-MM-DD) up to which C-Suite changes data is needed.
2025-05-03
Exact date (YYYY-MM-DD) for which the C-Suite changes data is needed.
2025-05-03
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.
Berkshire Hathaway
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.
www.berkshirehathaway.com
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.
conglomerate
Possible values: 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.
Omaha,Nebraska,United States of America
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.
Public
Possible values: Company Ticker if it's a public company.Multiple values can be provided either as a comma-separated string or as an array.
BRK.A
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.
Greg Abel
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.
Chief Executive Officer
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.
Chief Executive Officer ( CEO)/President/Managing Director
Possible values: The reason for the executive change.
Promoted/Role Change
Possible values: The maximum number of records to be returned.
1