latestOpenAPI 3.0.02026-08-2010141507.9 KB

3d5897270d8a

Executives

Governance Flags

Stock Pro

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:

FlagWhat it means
insiderTradingPolicyWhether the company has formally adopted insider trading policies and procedures
mnpiConsideredInAwardTimingWhether 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
awardTimingPredeterminedWhether equity award grant dates are predetermined (e.g., on a fixed schedule) rather than discretionary — predetermined timing reduces the risk of "spring-loading" awards
mnpiDisclosureTimedForCompWhether 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)

insiderTradingPolicyboolean nullable

Whether insider trading policies and procedures are adopted

mnpiConsideredInAwardTimingboolean nullable

Whether MNPI is considered when timing equity award grants

awardTimingPredeterminedboolean nullable

Whether equity award timing is predetermined

mnpiDisclosureTimedForCompboolean nullable

Whether MNPI disclosure is timed to affect compensation valuation

Example response

{
  "insiderTradingPolicy": true,
  "awardTimingPredetermined": true
}