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

NameTypeDescriptionDefaultOptional
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.
duedateThe due date (maturation date) of the security.
namestrThe name of the security.
valuefloatThe yield value.