Skip to main content

management

Get executive management team data for a given company.

Examples

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

Parameters

NameTypeDescriptionDefaultOptional
symbolstrSymbol to get data for.False

Returns

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

NameTypeDescription
titlestrDesignation of the key executive.
namestrName of the key executive.
payintPay of the key executive.
currency_paystrCurrency of the pay.
genderstrGender of the key executive.
year_bornintBirth year of the key executive.
title_sinceintDate the tile was held since.