Intellizence API Docs
  • Intellizence REST API Documentation
  • Company News Signal API
    • List Companies
    • Add Group
    • Delete Group
    • List Of Tracked Companies
    • Add Company
    • Remove Company
    • Bulk Add Companies
    • Bulk Remove Companies
    • Recommend Company
    • Check Company Recommendation Status
    • List Triggers
    • Add Trigger
    • Remove Trigger
    • Bulk Add Triggers
    • Bulk Remove Triggers
    • Search Signals
    • Push News
    • Search Signals Based On Company ID
  • COMPANY API
    • Company Data
  • Dataset API
    • Merger & Acquisition Dataset API
    • Funding Dataset API
    • Layoff Dataset API
    • Business Expansion Dataset API
    • Major Hiring Dataset API
    • CXO Appointments and Changes Dataset API
    • Data & Security Breaches Dataset API
    • IPO Dataset API
    • Relocation Dataset API
  • API Parameter Values
    • Industries
    • Merger & Acquisition Dataset
    • Funding Dataset
    • Layoff Dataset
    • Business Expansion Dataset
    • CXO Appointments and Changes Dataset
  • Topic Signals
    • List of Tracked Topics
    • List of Tracked Triggers
    • Search Topic Signals
  • USAGE BASED APIs
    • Merger & Acquisition Dataset API
    • Funding Dataset API
  • Layoff Dataset API
Powered by GitBook
On this page
  1. Dataset API

CXO Appointments and Changes Dataset API

POST /api/v1/dataset/executive-change

Request Body

{
    "startDate": "start_date",
    "endDate": "end_date",
    "companyIds": ["company_id"],
    "industries": ["industry"],
    "industrySegments": ["segment"],
    "countries": ["country"],
    "title": "title",
    "reason": "reason",
    "limit": "limit"
}

Param

Mandatory

Description

startDate

N

It will return records from Start Date (Last Modified Date) in format DD/MM/YYYY.

endDate

N

It will return records till End Date (Last Modified Date) in format DD/MM/YYYY.

companyIds

N

Array of Intellizence Company IDs. It will return records for these Company IDs. If Company IDs is not passed, records for all the tracked companies will be returned.

industries

N

Array of Industries.

industrySegments

N

Array of industry segments.

countries

N

Array of Company Headquarter countries.

title

N

Executive title category like CEO, CFO, COO, CTO, CMO etc.

reason

N

CXO change reason like New Appointment, Promoted/Role Change, Retired, Terminated, Health, Resigned, Demise, Others

limit

N

Default value is 100 records. If Start Date and End Date are not passed, it will return latest 'N' records depending on limit value.

Response Body

[
    {
        "id": "66aaec27ef0e60cb50c775e1",
        "company": {
            "id": "IN000766",
            "name": "Boeing",
            "domain": "www.boeing.com",
            "industries": [
                "aviation"
            ],
            "industrySegments": [
                "airlines"
            ],
            "location": "Chicago,Illinois,United States of America",
            "ticker": [
                "BA"
            ],
            "stockExchange": [
                "NYSE"
            ],
            "type": "Public"
        },
        "announcedDate": "31/07/2024",
        "executiveName": "Robert “Kelly” Ortberg",
        "executiveTitle": "Chief Executive Officer",
        "executiveTitleCategory": [
            "Chief Executive Officer ( CEO)/President/Managing Director"
        ],
        "reason": "New Appointment",
        "executivePreviousCompany": {
            "id": "IN010752",
            "name": "Rockwell Collins",
            "domain": "www.rockwellcollins.com",
            "score": 32.57057571411133
        },
        "effectiveDate": "08/08/2024",
        "url": "https://www.wvua23.com/boeing-names-new-ceo-as-it-posts-a-loss-of-more-than-1-4-billion-in-second-quarter/",
        "title": "Boeing names new CEO as it posts a loss of more than $1.4 billion in second quarter",
        "lastModified": "01/08/2024"
    }
]
PreviousMajor Hiring Dataset APINextData & Security Breaches Dataset API

Last updated 7 months ago

Check outto learn about the data fields and values.

or to discuss the subscription.

Intellizence CXO Appointments & Changes Dataset - Data Dictionary
Start a Free Trial
Schedule a Call