management_compensation
Get executive management team compensation for a given company over time.
Parameters
- standard
- fmp
symbol: str | list[str]
Symbol to get data for. Multiple items allowed for provider(s): fmp.
symbol: str | list[str]
Symbol to get data for. Multiple items allowed for provider(s): fmp.
year: int | None
Default: -1
Filters results by year, enter 0 for all data available. Default is the most recent year in the dataset, -1.
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
- standard
- fmp
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.
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.
accepted_date: datetime | None
Date the filing was accepted.
url: str | None
URL to the filing data.