Skip to main content

management_compensation

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

Examples

from openbb import obb
obb.equity.fundamental.management_compensation(symbol='AAPL', provider='fmp')

Parameters

NameTypeDescriptionDefaultOptional
symbolUnion[str, List[str]]Symbol to get data for. Multiple items allowed for provider(s): fmp.False

Returns

OBBject
results : List[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

NameTypeDescription
symbolstrSymbol representing the entity requested in the data.
cikstrCentral Index Key (CIK) for the requested entity.
company_namestrThe name of the company.
industrystrThe industry of the company.
yearintYear of the compensation.
name_and_positionstrName and position.
salaryAnnotated[float, Ge(ge=0)]Salary.
bonusAnnotated[float, Ge(ge=0)]Bonus payments.
stock_awardAnnotated[float, Ge(ge=0)]Stock awards.
incentive_plan_compensationAnnotated[float, Ge(ge=0)]Incentive plan compensation.
all_other_compensationAnnotated[float, Ge(ge=0)]All other compensation.
totalAnnotated[float, Ge(ge=0)]Total compensation.