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

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


interest_rate_type: Literal['deposit', 'lending', 'refinancing']

The type of interest rate.

Default: lending

Optional: True

Data

date: Union[date, str]

The date of the data.

rate: float

European Central Bank Interest Rate.