Skip to main content

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

NameTypeDescriptionDefaultOptional
symbolstrSymbol 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

NameTypeDescription
symbolstrSymbol representing the entity requested in the data.
cikintCentral Index Key (CIK) for the requested entity.
acceptance_timedatetimeTime of acceptance of the company employee.
period_of_reportdateDate of reporting of the company employee.
company_namestrRegistered name of the company to retrieve the historical employees of.
form_typestrForm type of the company employee.
filing_datedateFiling date of the company employee
employee_countintCount of employees of the company.
sourcestrSource URL which retrieves this data for the company.