Skip to main content

ecb

European Central Bank Interest Rates.

The Governing Council of the ECB sets the key interest rates for the euro area:

  • The interest rate on the main refinancing operations (MRO), which provide the bulk of liquidity to the banking system.
  • The rate on the deposit facility, which banks may use to make overnight deposits with the Eurosystem.
  • The rate on the marginal lending facility, which offers overnight credit to banks from the Eurosystem.

Examples

from openbb import obb
obb.fixedincome.rate.ecb(provider='fred')
obb.fixedincome.rate.ecb(interest_rate_type='refinancing', provider='fred')

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

Returns

OBBject
results : List[EuropeanCentralBankInterestRates]
Serializable results.

provider : Optional[Literal['fred']]
Provider name.

warnings : Optional[List[Warning_]]
List of warnings.

chart : Optional[Chart]
Chart object.

extra : Dict[str, Any]
Extra info.

Data

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