3d5897270d8a
Compensation
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:
| Field | Description |
|---|---|
| ceoTotalComp | CEO 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 |
| ceoActuallyPaidComp | SEC-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 |
| avgOfficerTotalComp | Average total compensation for non-CEO Named Executive Officers (NEOs) |
| avgOfficerActuallyPaidComp | Average 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.
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
Annual compensation and TSR data
Example response
[
{
"fiscalYear": 2024,
"ceoTotalComp": 63208000,
"ceoActuallyPaidComp": 74608000,
"avgOfficerTotalComp": 27133000,
"avgOfficerActuallyPaidComp": 31425000,
"companyTsr": 178.45,
"peerGroupTsr": 165.23
}
]