latestOpenAPI 3.0.02026-08-2010141507.9 KB

3d5897270d8a

Executives

Compensation

Stock Pro

Returns historical CEO and officer compensation alongside Total Shareholder Return (TSR) comparison, extracted from the SEC-mandated pay-versus-performance table in DEF 14A proxy statements.

Compensation fields explained:

FieldDescription
ceoTotalCompCEO total compensation as reported in the Summary Compensation Table — includes salary, bonus, stock awards (grant-date fair value), option awards, non-equity incentive plan compensation, pension value changes, and all other compensation
ceoActuallyPaidCompSEC-mandated "Compensation Actually Paid" (CAP) metric, introduced in 2022 — adjusts total compensation for actual changes in equity award values during the year, rather than using grant-date fair value. This better reflects what executives actually received
avgOfficerTotalCompAverage total compensation for non-CEO Named Executive Officers (NEOs)
avgOfficerActuallyPaidCompAverage CAP for non-CEO NEOs

TSR fields explained:

Total Shareholder Return is indexed to $100 at the start of the measurement period. A value of 178.45 means a $100 investment at the start would now be worth $178.45. The peer group TSR uses the company's self-selected peer group as disclosed in the proxy statement.

Data source: SEC XBRL-tagged DEF 14A filings, pay-versus-performance table.

get/api/executives/compensation

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

Annual compensation and TSR data

fiscalYearinteger
ceoTotalCompnumber nullable

CEO total compensation (Summary Compensation Table)

ceoActuallyPaidCompnumber nullable

CEO Compensation Actually Paid (equity-adjusted)

avgOfficerTotalCompnumber nullable

Average non-CEO NEO total compensation

avgOfficerActuallyPaidCompnumber nullable

Average non-CEO NEO Compensation Actually Paid

companyTsrnumber nullable

Company Total Shareholder Return (indexed to $100)

peerGroupTsrnumber nullable

Peer group TSR (indexed to $100, company-selected peer group)

Example response

[
  {
    "fiscalYear": 2024,
    "ceoTotalComp": 63208000,
    "ceoActuallyPaidComp": 74608000,
    "avgOfficerTotalComp": 27133000,
    "avgOfficerActuallyPaidComp": 31425000,
    "companyTsr": 178.45,
    "peerGroupTsr": 165.23
  }
]