Historical Employees
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
HistoricalEmployees | HistoricalEmployeesQueryParams | HistoricalEmployeesData |
Import Statement
from openbb_core.provider.standard_models.historical_employees import (
HistoricalEmployeesData,
HistoricalEmployeesQueryParams,
)
Parameters
- standard
- fmp
symbol
: str
Symbol to get data for.
• Optional: False
symbol
: str
Symbol to get data for.
• Optional: False
Data
- standard
- fmp
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.
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.