Skip to main content

Bls Series


Implementation details

Class names

Model nameParameters classData class
BlsSeriesBlsSeriesQueryParamsBlsSeriesData

Import Statement

from openbb_core.provider.standard_models. import (
BlsSeriesData,
BlsSeriesQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
symbolUnion[str, List[str]]Symbol to get data for. Multiple items allowed for provider(s): bls.False
start_dateUnion[date, str]Start date of the data, in YYYY-MM-DD format.NoneTrue
end_dateUnion[date, str]End date of the data, in YYYY-MM-DD format.NoneTrue

Data

NameTypeDescription
dateUnion[date, str]The date of the data.
symbolstrSymbol representing the entity requested in the data.
titlestrTitle of the series.
valuefloatObservation value for the symbol and date.