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
: Union[str, list[str]]
Symbol to get data for. Multiple items allowed for provider(s): fmp.
• Optional: False
start_date
: Union[date, str]
Start date of the data, in YYYY-MM-DD format.
• Optional: True
end_date
: Union[date, str]
End date of the data, in YYYY-MM-DD format.
• Optional: True
symbol
: Union[str, list[str]]
Symbol to get data for. Multiple items allowed for provider(s): fmp.
• Optional: False
start_date
: Union[date, str]
Start date of the data, in YYYY-MM-DD format.
• Optional: True
end_date
: Union[date, str]
End date of the data, in YYYY-MM-DD format.
• Optional: True
limit
: int
Number of records to return. Default is all.
• Optional: True
Data
- standard
- fmp
date
: Union[date, str]
The date of the data.
symbol
: str
Symbol representing the entity requested in the data.
employees
: int
Reported number of employees.
date
: Union[date, str]
The date of the data.
symbol
: str
Symbol representing the entity requested in the data.
employees
: int
Reported number of employees.
company_name
: str
Company name associated with the data.
source
: str
Source reference for the data.
url
: str
URL link to the source of the data.