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

symbol: Union[str, list[str]]

Symbol to get data for. Multiple items allowed for provider(s): bls.

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

Data

date: Union[date, str]

The date of the data.

symbol: str

Symbol representing the entity requested in the data.

title: str

Title of the series.

value: float

Observation value for the symbol and date.