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
providerLiteral['oecd']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'oecd' if there is no default.oecdTrue

Data

NameTypeDescription
datedateThe date of the data.
valuefloatInterest rate (given as a whole number, i.e 10=10%)
countrystrCountry for which interest rate is given