3d5897270d8a
Executive Officers
Returns the company's current executive officers (the CEO plus other executive officers active within roughly the last 18 months).
Data source: SEC Form 3/4/5 insider filings, which carry each officer's name, title, and filing dates. firstSeen and lastSeen are the first and most recent SEC filing in which the officer appeared, not necessarily their tenure start or end; lastSeen is an activity signal, so an officer who stops filing for an extended period drops off the list. Foreign private issuers are exempt from these filings and may return no officers.
Query parameters
Stock ticker symbol. Identify the entity by exactly one of: symbol, cik, cusip, composite_figi, or share_class_figi. At least one is required.
SEC Central Index Key (CIK).
CUSIP identifier (9 characters).
Composite OpenFIGI identifier.
Share-class OpenFIGI identifier.
Response
List of executive officers
Example response
[
{
"name": "Satya Nadella",
"role": "ceo",
"title": "Chief Executive Officer",
"firstSeen": "2021-05-10",
"lastSeen": "2025-11-12"
}
]