Skip to main content

management

Get executive management team data for a given company.

Parameters

symbol: str
Symbol to get data for.


Returns

results: KeyExecutives

Serializable results.

provider: Optional[Literal['fmp', 'yfinance']]

Provider name.

warnings: Optional[list[Warning_]]

list of warnings.

chart: Optional[Chart]

Chart object.

extra: dict[str, Any]

Extra info.


Data

title: str
Designation of the key executive.

name: str
Name of the key executive.

pay: int | None
Pay of the key executive.

currency_pay: str | None
Currency of the pay.

gender: str | None
Gender of the key executive.

year_born: int | None
Birth year of the key executive.