Skip to main content

STIR


Implementation details

Class names

Model nameParameters classData class
STIRSTIRQueryParamsSTIRData

Import Statement

from openbb_core.provider.standard_models.short_term_interest_rate import (
STIRData,
STIRQueryParams,
)

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.
valuefloatInterest rate (given as a whole number, i.e 10=10%)
countrystrCountry for which interest rate is given