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
- standard
- fred
start_date: date | str
Start date of the data, in YYYY-MM-DD format.
end_date: date | str
End date of the data, in YYYY-MM-DD format.
interest_rate_type: Literal['deposit', 'lending', 'refinancing']
Default: lending
The type of interest rate.
start_date: date | str
Start date of the data, in YYYY-MM-DD format.
end_date: date | str
End date of the data, in YYYY-MM-DD format.
interest_rate_type: Literal['deposit', 'lending', 'refinancing']
Default: lending
The type of interest rate.
Returns
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
- standard
- fred
date: date | str
The date of the data.
rate: float
European Central Bank Interest Rate.
date: date | str
The date of the data.
rate: float
European Central Bank Interest Rate.