employee_count
Get historical employee count data for a given company.
Examples
from openbb import obb
obb.equity.fundamental.employee_count(symbol='AAPL', provider='fmp')
Parameters
- standard
- fmp
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[HistoricalEmployees]
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
Name | Type | Description |
---|---|---|
symbol | str | Symbol representing the entity requested in the data. |
cik | int | Central Index Key (CIK) for the requested entity. |
acceptance_time | datetime | Time of acceptance of the company employee. |
period_of_report | date | Date of reporting of the company employee. |
company_name | str | Registered name of the company to retrieve the historical employees of. |
form_type | str | Form type of the company employee. |
filing_date | date | Filing date of the company employee |
employee_count | int | Count of employees of the company. |
source | str | Source URL which retrieves this data for the company. |
Name | Type | Description |
---|---|---|
symbol | str | Symbol representing the entity requested in the data. |
cik | int | Central Index Key (CIK) for the requested entity. |
acceptance_time | datetime | Time of acceptance of the company employee. |
period_of_report | date | Date of reporting of the company employee. |
company_name | str | Registered name of the company to retrieve the historical employees of. |
form_type | str | Form type of the company employee. |
filing_date | date | Filing date of the company employee |
employee_count | int | Count of employees of the company. |
source | str | Source URL which retrieves this data for the company. |