Skip to main content

management_compensation

Get executive management team compensation for a given company over time.

Parameters

symbol: str | list[str]
Symbol to get data for. Multiple items allowed for provider(s): fmp.


Returns

results: ExecutiveCompensation

Serializable results.

provider: Optional[Literal['fmp']]

Provider name.

warnings: Optional[list[Warning_]]

list of warnings.

chart: Optional[Chart]

Chart object.

extra: dict[str, Any]

Extra info.


Data

symbol: str
Symbol representing the entity requested in the data.

cik: str | None
Central Index Key (CIK) for the requested entity.

report_date: date | None
Date of reported compensation.

company_name: str | None
The name of the company.

executive: str | None
Name and position.

year: int | None
Year of the compensation.

salary: int | float | None
Base salary.

bonus: int | float | None
Bonus payments.

stock_award: int | float | None
Stock awards.

option_award: int | float | None
Option awards.

incentive_plan_compensation: int | float | None
Incentive plan compensation.

all_other_compensation: int | float | None
All other compensation.

total: int | float | None
Total compensation.