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.
symbol string optional Stock ticker symbol. Identify the entity by exactly one of: symbol, cik, cusip, composite_figi, or share_class_figi. At least one is required.
cik integer optional SEC Central Index Key (CIK).
cusip string optional CUSIP identifier (9 characters).
composite_figi string optional Composite OpenFIGI identifier.
share_class_figi string optional Share-class OpenFIGI identifier.
curl 'https://api.stockfit.io/v1/api/executives/governance?symbol=AAPL&cik=320193&cusip=037833100&composite_figi=BBG000B9XRY4&share_class_figi=BBG001S5N8V8' \
-H 'Authorization: Bearer YOUR_API_TOKEN'Governance flags (null if no DEF 14A governance data available)
insiderTradingPolicy boolean | null Whether insider trading policies and procedures are adopted
mnpiConsideredInAwardTiming boolean | null Whether MNPI is considered when timing equity award grants
awardTimingPredetermined boolean | null Whether equity award timing is predetermined
mnpiDisclosureTimedForComp boolean | null Whether MNPI disclosure is timed to affect compensation valuation
{
"insiderTradingPolicy": true,
"mnpiConsideredInAwardTiming": false,
"awardTimingPredetermined": true,
"mnpiDisclosureTimedForComp": false
}Invalid parameters or company not found
error string Human-readable error message
{}Feature not available on current plan
error string Human-readable error message
{}