Skip to main content

Historical Employees


Implementation details

Class names

Model nameParameters classData class
HistoricalEmployeesHistoricalEmployeesQueryParamsHistoricalEmployeesData

Import Statement

from openbb_core.provider.standard_models.historical_employees import (
HistoricalEmployeesData,
HistoricalEmployeesQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
symbolstrSymbol to get data for.False
providerLiteral['fmp']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'fmp' if there is no default.fmpTrue

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.