Skip to main content

European Central Bank Interest Rates


Implementation details

Class names

Model nameParameters classData class
EuropeanCentralBankInterestRatesEuropeanCentralBankInterestRatesQueryParamsEuropeanCentralBankInterestRatesData

Import Statement

from openbb_core.provider.standard_models.ecb_interest_rates import (
EuropeanCentralBankInterestRatesData,
EuropeanCentralBankInterestRatesQueryParams,
)

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
interest_rate_typeLiteral['deposit', 'lending', 'refinancing']The type of interest rate.lendingTrue

Data

NameTypeDescription
dateUnion[date, str]The date of the data.
ratefloatEuropean Central Bank Interest Rate.