latestOpenAPI 3.0.02026-08-2010141507.9 KB
3d5897270d8a
Executives
Governance Flags
Returns corporate governance flags related to executive compensation practices, extracted from DEF 14A proxy statements.
These flags reveal important governance characteristics around insider trading and compensation award timing:
| Flag | What it means |
|---|---|
| insiderTradingPolicy | Whether the company has formally adopted insider trading policies and procedures |
| mnpiConsideredInAwardTiming | Whether the company considers Material Non-Public Information (MNPI) when timing equity award grants — a "true" response indicates the company is aware of the optics around granting awards before material announcements |
| awardTimingPredetermined | Whether equity award grant dates are predetermined (e.g., on a fixed schedule) rather than discretionary — predetermined timing reduces the risk of "spring-loading" awards |
| mnpiDisclosureTimedForComp | Whether the company times MNPI disclosures to affect compensation valuations — a "true" flag is a potential governance concern |
Data source: SEC XBRL-tagged DEF 14A filings.
get/api/executives/governance
Query parameters
symbolstring
Stock ticker symbol. Identify the entity by exactly one of: symbol, cik, cusip, composite_figi, or share_class_figi. At least one is required.
cikinteger
SEC Central Index Key (CIK).
cusipstring
CUSIP identifier (9 characters).
composite_figistring
Composite OpenFIGI identifier.
share_class_figistring
Share-class OpenFIGI identifier.
Response
Governance flags (null if no DEF 14A governance data available)
Example response
{
"insiderTradingPolicy": true,
"awardTimingPredetermined": true
}