Skip to main content

Tips Yields


Implementation details

Class names

Model nameParameters classData class
TipsYieldsTipsYieldsQueryParamsTipsYieldsData

Import Statement

from openbb_core.provider.standard_models.tips_yields import (
TipsYieldsData,
TipsYieldsQueryParams,
)

Parameters

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.

due: date

The due date (maturation date) of the security.

name: str

The name of the security.

value: float

The yield value.