European Central Bank Interest Rates
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
EuropeanCentralBankInterestRates | EuropeanCentralBankInterestRatesQueryParams | EuropeanCentralBankInterestRatesData |
Import Statement
from openbb_core.provider.standard_models.ecb_interest_rates import (
EuropeanCentralBankInterestRatesData,
EuropeanCentralBankInterestRatesQueryParams,
)
Parameters
- standard
- fred
Name | Type | Description | Default | Optional |
---|---|---|---|---|
start_date | Union[date, str] | Start date of the data, in YYYY-MM-DD format. | None | True |
end_date | Union[date, str] | End date of the data, in YYYY-MM-DD format. | None | True |
interest_rate_type | Literal['deposit', 'lending', 'refinancing'] | The type of interest rate. | lending | True |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
start_date | Union[date, str] | Start date of the data, in YYYY-MM-DD format. | None | True |
end_date | Union[date, str] | End date of the data, in YYYY-MM-DD format. | None | True |
interest_rate_type | Literal['deposit', 'lending', 'refinancing'] | The type of interest rate. | lending | True |
Data
- standard
- fred
Name | Type | Description |
---|---|---|
date | Union[date, str] | The date of the data. |
rate | float | European Central Bank Interest Rate. |
Name | Type | Description |
---|---|---|
date | Union[date, str] | The date of the data. |
rate | float | European Central Bank Interest Rate. |