Skip to main content

employee_count

Get historical employee count data for a given company.

Parameters

symbol: str

Symbol to get data for.

Optional: False


Returns

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

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.