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

symbol: str

Symbol to get data for.

Optional: False

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.