management
Get executive management team data for a given company.
Examples
from openbb import obb
obb.equity.fundamental.management(symbol='AAPL', provider='fmp')
Parameters
- standard
- fmp
- yfinance
Name | Type | Description | Default | Optional |
---|---|---|---|---|
symbol | str | Symbol to get data for. | False |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
symbol | str | Symbol to get data for. | False |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
symbol | str | Symbol 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
- standard
- fmp
- yfinance
Name | Type | Description |
---|---|---|
title | str | Designation of the key executive. |
name | str | Name of the key executive. |
pay | int | Pay of the key executive. |
currency_pay | str | Currency of the pay. |
gender | str | Gender of the key executive. |
year_born | int | Birth year of the key executive. |
title_since | int | Date the tile was held since. |
Name | Type | Description |
---|---|---|
title | str | Designation of the key executive. |
name | str | Name of the key executive. |
pay | int | Pay of the key executive. |
currency_pay | str | Currency of the pay. |
gender | str | Gender of the key executive. |
year_born | int | Birth year of the key executive. |
title_since | int | Date the tile was held since. |
Name | Type | Description |
---|---|---|
title | str | Designation of the key executive. |
name | str | Name of the key executive. |
pay | int | Pay of the key executive. |
currency_pay | str | Currency of the pay. |
gender | str | Gender of the key executive. |
year_born | int | Birth year of the key executive. |
title_since | int | Date the tile was held since. |
exercised_value | int | Value of shares exercised. |
unexercised_value | int | Value of shares not exercised. |